HenrikBengtsson / CBI-software

A Scientific Software Stack for HPC (CentOS oriented)
https://wynton.ucsf.edu/hpc/software/software-repositories.html
5 stars 2 forks source link

ffmpeg #6

Closed HenrikBengtsson closed 1 year ago

HenrikBengtsson commented 4 years ago
> install.packages("av")
...
* rpm: ffmpeg-devel (https://rpmfusion.org) (Fedora, CentOS, RHEL)
 * csw: ffmpeg_dev (Solaris)
 * brew: ffmpeg (MacOS)
For Ubuntu Trusty (14.04) and Xenial (16.04) use this PPA:
   sudo add-apt-repository -y ppa:cran/ffmpeg-3
   sudo apt-get update
   sudo apt-get install -y libavfilter-dev
If libavfilter is already installed, check that 'pkg-config' is in your
PATH and PKG_CONFIG_PATH contains a libavfilter.pc file. If pkg-config
is unavailable you can set INCLUDE_DIR and LIB_DIR manually via:
R CMD INSTALL --configure-vars='INCLUDE_DIR=... LIB_DIR=...'
---------------------------[ ERROR MESSAGE ]--------------------------------
<stdin>:1:33: fatal error: libavfilter/version.h: No such file or directory
compilation terminated.
HenrikBengtsson commented 3 years ago

ffmpeg-devel is not on EPEL.

HenrikBengtsson commented 3 years ago

Wow, building ffmpeg from source is a big task, cf. https://trac.ffmpeg.org/wiki/CompilationGuide/Centos. Lots of assemblers to make use of.

HenrikBengtsson commented 1 year ago

Closing, because both Wynton and C4 provides ffmpeg these days;

yum info ffmpeg
Loaded plugins: fastestmirror, langpacks
Determining fastest mirrors
Installed Packages
Name        : ffmpeg
Arch        : x86_64
Version     : 3.4.11
Release     : 1.el7
Size        : 2.2 M
Repo        : installed
From repo   : wyn-rpmfusion-free
Summary     : Digital VCR and streaming server
URL         : http://ffmpeg.org/
License     : GPLv2+
Description : FFmpeg is a complete and free Internet live audio and video
            : broadcasting solution for Linux/Unix. It also includes a digital
            : VCR. It can encode in real time in many formats including MPEG1 audio
            : and video, MPEG4, h263, ac3, asf, avi, real, mjpeg, and flash.