Package Details: ffmpeg-full 7.0.1-2

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: 134
Popularity: 1.16
First Submitted: 2013-01-24 11:17 (UTC)
Last Updated: 2024-06-27 02:04 (UTC)

Dependencies (129)

Required by (1850)

Sources (9)

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.

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 54 Next › Last »

dbermond commented on 2022-02-18 22:12 (UTC)

@misaka00251 Fixed.

misaka00251 commented on 2022-02-18 14:43 (UTC) (edited on 2022-02-18 14:44 (UTC) by misaka00251)

The patch is 404:

==> Making package: ffmpeg-full 5.0-1 (Fri 18 Feb 2022 10:40:33 PM CST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found ffmpeg-5.0.tar.xz
  -> Found ffmpeg-5.0.tar.xz.asc
  -> Downloading 010-ffmpeg-add-svt-hevc-g111eef1.patch...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0    14    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://raw.githubusercontent.com/OpenVisualCloud/SVT-HEVC/111eef187fd7b91ad27573421c7238ef787e164f/ffmpeg_plugin/0001-lavc-svt_hevc-add-libsvt-hevc-encoder-wrapper.patch
    Aborting...

The file name is actually master-0001-lavc-svt_hevc-add-libsvt-hevc-encoder-wrapper.patch.

thales.barretto commented on 2022-02-01 00:32 (UTC)

@dbermond thanks for the help. I've found i was holding a broken package. Everything is building fine now.

dbermond commented on 2022-01-30 21:12 (UTC)

@thales.barretto The 'nvcc' binary is shipped by the cuda package, and not by cuda-tools. No changes needed.

thales.barretto commented on 2022-01-30 19:10 (UTC) (edited on 2022-01-31 02:03 (UTC) by thales.barretto)

The configure script uses the flag "--enable-cuda-nvcc", which requires 'nvcc'. 'nvcc' is now provided by the package cuda-tools. Please include 'cuda-tools' in the makedepends.

EDIT: I will dig deeper into why i had to install 'cuda-tools' (which solved the depency) along 'cuda' (missing nvcc). @dbermond Thanks for the attention, though.

dbermond commented on 2022-01-24 18:16 (UTC) (edited on 2022-01-24 18:16 (UTC) by dbermond)

@emk2203 This package is not abandoned. ffmpeg 5.0 has API changes and soname bumps, and this will break all your software that depends on it. I'm waiting for ffmpeg in official repositories to be updated to version 5.0, so all the rebuilds will be made.

tytan652 commented on 2022-01-23 11:49 (UTC)

@emk2203, why are you asking this ?

Arch Linux still provide FFmpeg 4.4.1 and this package provide the same version with more feature enabled.

emk2203 commented on 2022-01-23 11:43 (UTC)

Is this abandoned in favor of ffmpeg-full-git?

strugee commented on 2021-09-14 20:04 (UTC)

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.)

damian101 commented on 2021-08-16 20:56 (UTC)

Replacing ffmpeg with this causes Strawberry to fail playing back MP3 and AAC files. No idea what the problem could be.