Package Details: ffmpeg-cuda 1:6.1-2

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: custom
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.000011
First Submitted: 2019-07-07 10:08 (UTC)
Last Updated: 2023-12-16 18:54 (UTC)

Required by (1820)

Sources (2)

Latest Comments

1 2 Next › Last »

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

> makepkg --nobuild
> cd src
> patch -p0 < ../add-av_stream_get_first_dts-for-chromium.patch
> cd ..
> makepkg --noextract --install

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:

==> Starting build()...
ERROR: failed checking for nvcc.

If you think configure made a mistake, make sure you are using the latest
version from Git.  If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.libera.chat.
Include the log file "ffbuild/config.log" produced by configure as this will help
solve the problem.

ffbuild/config.log:

...
check_nvcc cuda_nvcc
test_nvcc
BEGIN /tmp/ffconf.C2TEQfNL/test.cu
    1   extern "C" {
    2       __global__ void hello(unsigned char *data) {}
    3   }
END /tmp/ffconf.C2TEQfNL/test.cu
nvcc -gencode arch=compute_52,code=sm_52 -O2 -std=c++11 -m64 -ptx -c -o /tmp/ffconf.C2TEQfNL/test.o /tmp/ffconf.C2TEQfNL/test.cu
./configure: line 990: nvcc: command not found
ERROR: failed checking for nvcc.

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?

yochananmarqos commented on 2021-12-05 15:39 (UTC)

@Mr.42: It's fixed now.

Mr.42 commented on 2021-12-05 14:17 (UTC) (edited on 2021-12-05 14:18 (UTC) by Mr.42)

install: cannot stat 'LICENSE.md': No such file or directory

Not sure why, the file is in src/ffmpeg