Carlos Aguni

Highly motivated self-taught IT analyst. Always learning and ready to explore new skills. An eternal apprentice.


FFMPEG Centos 8 / amazonlinux 2023

07 Dec 2020 »
https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz
tar xf ffmpeg-release-amd64-static.tar.xz
export PATH="$PATH:/root/ffmpeg-6.0-amd64-static"
python3 -m ensurepip
pip3 install yt-dlp
cat <<EOF > down.sh
#!/bin/bash


yt-dlp -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/bestvideo+bestaudio' --merge-output-format mp4 "\$1"

EOF
chmod +x down.sh

https://rpmfusion.org/Configuration


yum -y install https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm
yum -y install https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/s/SDL2-2.0.14-2.el7.x86_64.rpm
yum -y install ffmpeg

https://computingforgeeks.com/how-to-install-ffmpeg-on-centos-rhel-8/

https://access.redhat.com/discussions/5480461

  • nothing provides libSDL2-2.0.so.0()(64bit) needed by ffmpeg-4.2.4-1.el8.x86_64