Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 524 Bytes

File metadata and controls

23 lines (14 loc) · 524 Bytes

Installing ffmpeg

中文文档 | English Document

You can directly obtain it from the ffmpeg project website.

Alternatively, you can use a package manager for your operating system.

Windows

You can use Chocolatey, and install ffmpeg with the following command.

choco install ffmpeg

Mac OS

You can use Homebrew, and install ffmpeg with the following command.

brew install ffmpeg