# Open source and Linux lover!
My FFmpeg builds for GNU/Linux and Windows (Outdated):
ffmpeg-7.0.2-linux-gnu-64bit-build.deb - Build for Linux with Debian package for x86_64.
ffmpeg-7.0.2-linux-gnu-64bit-build.rpm - Build for Linux with RedHat package for x86_64.
ffmpeg-7.0.2-linux-gnu-64bit-build.tar.bz2 - Build for Linux with Generic package for x86_64.
ffmpeg-7.0.2-cygwin-64bit-build.tar.gz - Build for Windows with Cygwin package for x86_64.
ffmpeg-7.0.2-win-64bit-build.zip - Build for Windows with Generic package for x86_64.
My scripts for install and update FFmpeg using BtbN Builds (Recommended):
Linux (x86_64):
$ curl -L "https://asdo92.yougeek.dev/ffmpeg/scripts/update-ffmpeg-linux64.sh" | sudo bash
Windows (x86_64) (Powershell):
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-WebRequest -Uri "https://asdo92.yougeek.dev/ffmpeg/scripts/update-ffmpeg-win64.ps1" -OutFile "$env:TEMP\uf.ps1"; & "$env:TEMP\uf.ps1"
Windows (Cygwin64):
$ curl -L "https://asdo92.yougeek.dev/ffmpeg/scripts/update-ffmpeg-cygwin64.sh" | bash
Windows (x86_64) (WSL):
$ curl -L "https://asdo92.yougeek.dev/ffmpeg/scripts/update-ffmpeg-wsl.sh" | sudo bash