Affected files: 02. PARA/03. Resources(資源)/FFMPEG/01. Setup.md attachments/Pasted image 20220607105807.png
627 B
627 B
FFmpeg doesn't support any official builds for any operation systems. You can build the codes from source, or use the prebuilt packages.
From source
Get source code from snapshot or git(git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg).
From prebuilt packages
MacOS
Use homebrew to install FFMPEG package
brew install ffmpeg
Ubuntu
sudo apt update ;\
sudo apt install ffmpeg
Windows
Goto https://www.ffmpeg.org/download.html, and
!
And then browser jumps to https://www.gyan.dev/ffmpeg/builds/