Go to file
BtbN 0857cc7da3 Turn release-ver into addin 2020-09-27 23:52:30 +02:00
.github/workflows Turn release-ver into addin 2020-09-27 23:52:30 +02:00
addins Turn release-ver into addin 2020-09-27 23:52:30 +02:00
images Add support for win32 builds 2020-09-27 22:10:09 +02:00
scripts.d Turn release-ver into addin 2020-09-27 23:52:30 +02:00
util Add Addin-System 2020-09-27 23:11:10 +02:00
variants Turn release-ver into addin 2020-09-27 23:52:30 +02:00
.gitignore Implement build logic 2020-09-03 01:03:23 +02:00
LICENSE Add LICENSE 2020-09-05 21:55:14 +02:00
README.md Update README 2020-09-27 22:14:36 +02:00
build.sh Add Addin-System 2020-09-27 23:11:10 +02:00
generate.sh Add Addin-System 2020-09-27 23:11:10 +02:00
makeimage.sh Add Addin-System 2020-09-27 23:11:10 +02:00

README.md

FFmpeg Static Auto-Builds

Static Windows Builds of ffmpeg master and latest release branch.

Auto-Builds

Builds run daily at 12:00 UTC and are automatically released on success.

Package List

For a list of included dependencies check the scripts.d directory. Every file corrosponds to its respective package.

How to make a build

Prerequisites

  • bash
  • docker

Build Image

  • ./makeimage.sh win64 gpl

Build FFmpeg

  • ./build.sh win64 gpl

On success, the resulting zip file will be in the artifacts subdir.