Python Script to convert a MP4 file into onDemand MPEG-DASH
- ffmpeg - https://www.ffmpeg.org/
- MP4Box - https://gpac.wp.mines-telecom.fr/mp4box/
$ sudo apt-get install ffmpeg
$ sudo apt-get install gpac
$ brew install ffmpeg
$ brew install MP4Box
- ffmpeg version 4.1.3
- MP4Box - GPAC version 0.7.1
$ python transcode.py $FILENAME
This script is inspired from https://github.com/Cloudoki/mp4-to-mpegdash