/ffmpeg-binaries

Build ffmpeg binaries using docker

Primary LanguageShellMIT LicenseMIT

ffmpeg-binaries

Travis (.org)

Create FFmpeg binaries(ffmpeg, ffprobe, ffplay) for all platforms(Windows, macOS, Linux)

Getting Started

How to build

Run the shell script make.sh with specified platform: win64, macos64, linux64.

To build Windows binaries:

./make.sh win64

The binary files will output to ./binaries path:

  • ./binaries/win64 Binary files
  • ./binaries/win64.zip Binary files package

Pre-build binaries

Refer to release page.

Credits