No description
Find a file
2020-09-27 22:14:36 +02:00
.github/workflows Add shared variants 2020-09-23 10:29:54 +02:00
images Add support for win32 builds 2020-09-27 22:10:09 +02:00
scripts.d Add support for win32 builds 2020-09-27 22:10:09 +02:00
util Add support for win32 builds 2020-09-27 22:10:09 +02:00
variants Add support for win32 builds 2020-09-27 22:10:09 +02:00
.gitignore Implement build logic 2020-09-03 01:03:23 +02:00
build.sh Switch to Github-Mirror to avoid needless traffic 2020-09-23 12:08:43 +02:00
generate.sh Storage all images on Github Docker Registry 2020-09-20 17:30:32 +02:00
LICENSE Add LICENSE 2020-09-05 21:55:14 +02:00
makeimage.sh Storage all images on Github Docker Registry 2020-09-20 17:30:32 +02:00
README.md Update README 2020-09-27 22:14:36 +02:00

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.