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

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


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

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# mkvserver_mk2 Builder

Build instructions:
```
ubuntu_version="18.04"
ffmpeg_version="tags/n4.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}

docker build \
-t phillmac/mkvserver_mk2-build \
--target mkvserver_mk2_builder \
git://github.com/phillmac/mkvserver_mk2_build
```