mp4-to-mpegdash-py

June 5, 2019 ยท View on GitHub

Python Script to convert a MP4 file into onDemand MPEG-DASH

Dependencies

Installation

On Linux

$ sudo apt-get install ffmpeg
$ sudo apt-get install gpac

On Mac

$ brew install ffmpeg
$ brew install MP4Box

  • ffmpeg version 4.1.3
  • MP4Box - GPAC version 0.7.1

Usage

$ python transcode.py $FILENAME

Acknowledgements

This script is inspired from https://github.com/Cloudoki/mp4-to-mpegdash