For anyone getting nvcc errors: log out and log in again so the program is on PATH (it isn't by default because it's in /opt).
(The referenced discussion in ffmpeg-full-git is unfortunately too old so it's dropped off the page.)
Git Clone URL: | https://aur.archlinux.org/ffmpeg-full.git (read-only, click to copy) |
---|---|
Package Base: | ffmpeg-full |
Description: | Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac) |
Upstream URL: | https://www.ffmpeg.org/ |
Keywords: | audio codec convert cuda cuvid decklink encoder fdk-aac fdkaac hwaccel libnpp media nvenc svt video |
Licenses: | LicenseRef-nonfree-and-unredistributable |
Conflicts: | ffmpeg |
Provides: | ffmpeg, libavcodec.so, libavdevice.so, libavfilter.so, libavformat.so, libavutil.so, libpostproc.so, libswresample.so, libswscale.so |
Submitter: | rpolzer |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 136 |
Popularity: | 0.38 |
First Submitted: | 2013-01-24 11:17 (UTC) |
Last Updated: | 2025-01-08 22:31 (UTC) |
« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 17 18 .. 55 Next › Last »
For anyone getting nvcc errors: log out and log in again so the program is on PATH (it isn't by default because it's in /opt).
(The referenced discussion in ffmpeg-full-git is unfortunately too old so it's dropped off the page.)
Replacing ffmpeg with this causes Strawberry to fail playing back MP3 and AAC files. No idea what the problem could be.
@jona1993 Nice. Good to know you could build the package. There is really no need to use nasm-git.
@dbermond I found. It doesn't work with nasm-git. I used another version (distri repo) and it's ok. Thank you very much. ;)
@dbermond How can I verify that? I just installed nasm-git via AUR.
@jona1993 I have no problems building the package. These symbols are assembly symbols. Make sure that you are using nasm as the assembler.
Hi ! I can't build this package. I have an error. I don't know why.. I installed each dependencies manually before.
My output: https://pastebin.com/CF8sxyEu
Have a nice day !
currently getting to errors:
line 104: --enable-frei0r: command not found ==> ERROR: A failure occurred in build(). Aborting...
line 105: --enable-gcrypt: command not found ==> ERROR: A failure occurred in build(). Aborting...
@dr460nf1r3 Package is building fine. This nvcc question was discussed quite a couple of times in ffmpeg-full-git, so please scroll down in that page and read my comments there.
Building fails at checking for nvcc, so there is probably some missing dependency (maybe because of building in clean chroot) https://bin.garudalinux.org/?4b249136b4ee193c#55rgVMeFd7Ps1t8tfjHNPNVJVn9GpTLgaQwgQiiyEp3v
Pinned Comments
dbermond commented on 2024-06-24 15:59 (UTC)
@LordSIGSEGV avoid creating files not tracked by pacman in the system reserved directories, specially symlinks to shared libraries, as this have the potential to completely break your system. I have already notified the quirc maintainer in the aur web page of the package in April-2024. While this issue is not solved in quirc, I recommend to use quirc-git, which currently has a better packaging and does not suffer from this problem.