Files
.infineon/_-Review/ffmpeg.md
2024-11-06 12:39:13 -07:00

864 B

created, type, updated
created type updated
2024-10-06T14:59:24.000Z note 2024-11-03T18:42:10.057Z

ffmpeg

mkdir -p /opt/ffmpeg
cd /opt/ffmpeg
wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz
wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz.md5
md5sum -c ffmpeg-release-amd64-static.tar.xz.md5
tar xvf ffmpeg*.xz
cd ffmpeg-*-static
ll
ln -s "${PWD}/ffmpeg" /usr/local/bin/
ln -s "${PWD}/ffprobe" /usr/local/bin/
# Download ffmpeg latest Beta/Nightly Portable Windows 64-bit  52MB  Win64  Portable
# https://www.videohelp.com/software/ffmpeg
L:\Git\ffmpeg-2024-10-02-git-358fdf3083-full_build\bin