Package Details: ffmpeg-full-git 7.2.r117638.g153a6dc8fa-1

Git Clone URL: https://aur.archlinux.org/ffmpeg-full-git.git (read-only, click to copy)
Package Base: ffmpeg-full-git
Description: Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac; git version)
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, ffmpeg-full, ffmpeg-git, libavcodec.so, libavdevice.so, libavfilter.so, libavformat.so, libavutil.so, libpostproc.so, libswresample.so, libswscale.so
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 21
Popularity: 0.167786
First Submitted: 2015-12-27 19:22 (UTC)
Last Updated: 2024-10-24 20:29 (UTC)

Required by (1906)

Sources (8)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 14 Next › Last »

AmanuDel-diavolo commented on 2021-06-17 08:29 (UTC) (edited on 2021-06-17 08:31 (UTC) by AmanuDel-diavolo)

libavcodec/libsvt_hevc.c: In function 'eb_encode_frame':
libavcodec/libsvt_hevc.c:424:14: error: implicit declaration of function 'ff_alloc_packet2' [-Werror=implicit-function-declaration]
  424 |     av_ret = ff_alloc_packet2(avctx, pkt, header_ptr->nFilledLen, 0);

same issue as reported in 09d09's comment

due to the -Werror=implicit-function-declaration flag the compilation fails (the issue itself is the inplicit declaration, NOT the flag itself)

carlosnewmusic commented on 2021-04-15 15:47 (UTC)

build error

Comprobando sphinxbase dependencias... Fallo al preparar transacción: no se pudieron satisfacer las dependencias: - incapaz de satisfacer la dependencia "libavcodec.so=58-64" requerida por vapoursynth - incapaz de satisfacer la dependencia "libavformat.so=58-64" requerida por vapoursynth - incapaz de satisfacer la dependencia "libavutil.so=56-64" requerida por vapoursynth Resolviendo dependencias... comprobando conflictos internos... Fallo al preparar transacción: no se pudieron satisfacer las dependencias: - incapaz de satisfacer la dependencia "libavcodec.so=58-64" requerida por vapoursynth - incapaz de satisfacer la dependencia "libavformat.so=58-64" requerida por vapoursynth - incapaz de satisfacer la dependencia "libavutil.so=56-64" requerida por vapoursynth Transacción cancelada.

dbermond commented on 2021-02-19 23:11 (UTC)

@johhnny python2 package is currently on the official repositories, so it's being maintained. Are you talking about python2 having reached end of life?

johhnny commented on 2021-02-19 22:54 (UTC)

any chance we can have this updated to not depend on sphinxbase ? (old python2 package no longer being maintained)

ggrub commented on 2021-02-07 18:56 (UTC)

Works perfectly ... thank you.

dbermond commented on 2021-02-07 01:55 (UTC)

@Yoppez Fixed. Thanks.

Yoppez commented on 2021-02-06 13:05 (UTC)

Hi, the package gives compile error when compiling "vf_lensfun.c". I solved by installing "lensfun-git" from the AUR instead of "lensfun" from the official repository.

adial commented on 2020-10-21 14:55 (UTC)

Thank you @dbermond for the reply. On arch proper, after cloning and running makepkg -si, following -> Running ffmpeg configure script... I got: "ERROR: failed checking for nvcc." I had cuda 11 installaled and unininstalled it. Then reran makepkg -si and all went well. Thank you for the package!

dbermond commented on 2020-10-21 02:01 (UTC)

@adial Package is building fine. AUR helpers are not supported. Arch Linux derivatives (like Manjaro) are not supported.

adial commented on 2020-10-21 01:32 (UTC)

build fails for me with PKGBUILD, yay and yaourt without any great hints as to why, in pamac I get,

"could not satisfy dependencies: - unable to satisfy dependency 'libavcodec.so=58-64' required by vapoursynth - unable to satisfy dependency 'libavformat.so=58-64' required by vapoursynth - unable to satisfy dependency 'libavutil.so=56-64' required by vapoursynth"

This is true in both Arch and Manjaro. Any guidance would be appreciated.