On Mon, Nov 27, 2017 at 16:33:16 +0000, Legault, Phillip [GTSUS] wrote: > Anyone have any idea on how to get ffmpeg to install on RHEL 7?
If compiling ffmpeg and its dependencies is too big a hurdle for you - I myself am too lazy on some of my machines - then negativo17 have a nice repository for you. I'm more of a Fedora kind of guy (Fedora has been using dnf instead of yum for the last couple of years), but I *think* you would need to do this: $ sudo yum-config-manager --add-repo https://negativo17.org/repos/epel-multimedia.repo $ sudo yum install ffmpeg This will not get you ffmpeg from git master, which we prefer to support on this list, but it will get you the latest release of ffmpeg. Moritz _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
