FFmpeg-Builds/README.md

30 lines
542 B
Markdown
Raw Normal View History

2020-09-07 23:57:46 +00: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.
2020-09-27 20:14:36 +00:00
## 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.