An open API service indexing awesome lists of open source software.

https://github.com/phillmac/ffmpeg-build

Build ffmpeg and retain sources
https://github.com/phillmac/ffmpeg-build

Last synced: 4 months ago
JSON representation

Build ffmpeg and retain sources

Awesome Lists containing this project

README

          

# ffmpeg-build
Build ffmpeg and retain sources

# Build instructions

```
ubuntu_version=18.04
ffmpeg_version=tags/n4.0.1

docker build \
-t phillmac/ffmpeg-build:${ubuntu_version}-${ffmpeg_version////_} \
--build-arg FFMPEG_VERSION=${ffmpeg_version} \
--target ffmpeg_builder \
git://github.com/phillmac/ffmpeg-build#${ubuntu_version}
```