Search Criteria
Package Details: ffmpeg-cuda 1:7.1.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ffmpeg-cuda.git (read-only, click to copy) |
---|---|
Package Base: | ffmpeg-cuda |
Description: | Complete solution to record, convert and stream audio and video. Includes cuda support. |
Upstream URL: | https://ffmpeg.org/ |
Licenses: | GPL-3.0-only |
Conflicts: | ffmpeg |
Provides: | ffmpeg, libavcodec.so, libavdevice.so, libavfilter.so, libavformat.so, libavutil.so, libpostproc.so, libswresample.so, libswscale.so |
Submitter: | gleb.zhulik |
Maintainer: | daizhirui |
Last Packager: | daizhirui |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2019-07-07 10:08 (UTC) |
Last Updated: | 2024-10-14 16:28 (UTC) |
Dependencies (85)
- alsa-lib
- aom (aom-vmaf-gitAUR, aom-gitAUR, aom-av1-lavish-gitAUR)
- bzip2 (bzip2-gitAUR)
- cairo (cairo-gitAUR)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR)
- dav1d (dav1d-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- fribidi (fribidi-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gmp (gmp-hgAUR)
- gnutls (gnutls-gitAUR)
- gsm
- harfbuzz (harfbuzz-gitAUR)
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, jack2, pipewire-jack)
- lame (lame-svnAUR, lame-altivecAUR)
- libass (libass-gitAUR)
- libavc1394
- libbluray (libbluray-gitAUR)
- Show 65 more dependencies...
Required by (1912)
- 0wgram (requires ffmpeg)
- 2h4u (requires ffmpeg) (make)
- 3ncode-git (requires ffmpeg)
- 48tools (requires ffmpeg)
- 64gram-desktop (requires ffmpeg)
- aaxtomp3 (requires ffmpeg)
- aaxtomp3-git (requires ffmpeg)
- ab-av1 (requires ffmpeg)
- abyss-engine-git (requires ffmpeg)
- aconcat (requires ffmpeg)
- adlmidi-git (requires ffmpeg) (optional)
- aegisub-arch1t3cht (requires ffmpeg)
- aegisub-arch1t3cht-git (requires ffmpeg)
- aegisub-arch1t3cht-qt5-git (requires ffmpeg)
- aegisub-japan7-git (requires ffmpeg)
- airsonic-advanced-git (requires ffmpeg) (optional)
- airsonic-git (requires ffmpeg) (optional)
- akkoma (requires ffmpeg) (optional)
- akkoma-bin (requires ffmpeg) (optional)
- akkoma-git (requires ffmpeg) (optional)
- Show 1892 more...
Latest Comments
1 2 Next › Last »
kadimon commented on 2024-09-03 13:06 (UTC)
nvcc not support gcc-14. https://unix.stackexchange.com/a/486059 I used this solution with gcc-13
JakobDev commented on 2024-07-25 14:10 (UTC) (edited on 2024-07-25 14:11 (UTC) by JakobDev)
I just get
ERROR: failed checking for nvcc
. Cuda is installed and /opt/cuda/bin is in PATH. I can rubn nvcc through my shell.daizhirui commented on 2023-12-16 18:55 (UTC)
The patch is applied again.
kensmith commented on 2023-12-13 20:30 (UTC) (edited on 2023-12-13 20:31 (UTC) by kensmith)
The included patch, add-av_stream_get_first_dts-for-chromium.patch, isn't being applied. That patch is required to address this bug, https://bugs.archlinux.org/task/76195 . Would it be possible to have this patch applied by the PKGBUILD?
For others seeing this issue, you can follow the instructions here to manually apply the patch, https://wiki.archlinux.org/title/Patching_packages
MarsSeed commented on 2023-10-16 23:06 (UTC)
The overall version has been decreased, because epoch has been removed. You have to add back epoch=1.
jooni22 commented on 2023-10-14 21:03 (UTC)
On Arch the cuda package is located under /opt path not /usr and sometimes you don't have the /opt/cuda/bin in your env vars so just after exec: export PATH="${PATH}:/opt/cuda/bin" source ~/.bashrc the package should be fixed if not just use manual build: https://docs.nvidia.com/video-technologies/video-codec-sdk/12.0/ffmpeg-with-nvidia-gpu/index.html#compiling-for-linux
archkde_combo commented on 2023-04-23 06:34 (UTC)
ERROR: failed checking for nvcc. Full log https://pastebin.com/bUDf5SA8
lem0nify commented on 2022-05-09 10:27 (UTC) (edited on 2022-05-09 10:28 (UTC) by lem0nify)
@yochananmarqos:
ffbuild/config.log:
yochananmarqos commented on 2022-02-27 17:04 (UTC)
@plutonem: What error? I can't seem to reproduce that.
plutonem commented on 2022-02-27 16:13 (UTC)
During compilation, it reports an error, because nvcc is in /opt/cuda/bin but not in the PATH. Could you please change that environment variable in PKGBUILD?
1 2 Next › Last »