GitXplorerGitXplorer
t

docker-dash-transcoder

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
e3e40c8b60d99b1bf9ad560d42d991457f48990c

added link to the image on Docker Hub

ttroeggla committed 5 years ago
Unverified
018d6a36c573f96944f80aaa934b4aa52823ad6c

added LICENSE

ttroeggla committed 5 years ago
Unverified
f7d8efd84dde6a1440931b5e3c108148d9a71b39

added README.md file

ttroeggla committed 5 years ago
Unverified
060d340f9e47bacf5d3500f845697815e5744cd3

running a multi-stage build to reduce image size

ttroeggla committed 5 years ago
Unverified
8e852820479e7101990c7156dd2787e165cb5186

configuring, building and installing binaries

ttroeggla committed 5 years ago
Unverified
b1d8990dafac102ed96172f126141c41689e582d

installing build dependencies

ttroeggla committed 5 years ago

README

The README file for this repository.

Docker DASH Transcoder

This repository contains the Docker build file for an Alpine Linux based base image containing the tools ffmpeg and MP4Box useful for transcoding video files to DASH and generating MPD playlists.

The Dockerfile is organised as a multi-stage build, where the first step clones the gpac repository (which MP4Box is part of), installs all required dependencies, compiles and installs it. The second stage of the build installs the ffmpeg binary and copies the compiled gpac binaries from the previous build stage.

This repository is publicly available at: https://hub.docker.com/r/troeggla/docker-dash-transcoder