cwi-dis / docker-dash-transcoder

Docker image containing ffmpeg and MP4Box for transcoding video files and generating DASH playlists

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Docker image containing ffmpeg and MP4Box for transcoding video files and generating DASH playlists

License:BSD 2-Clause "Simplified" License


Languages

Language:Dockerfile 100.0%