Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stultus/mp4-to-mpegdash-py
Python Script to convert a MP4 file into onDemand MPEG-DASH
https://github.com/stultus/mp4-to-mpegdash-py
dash mpd mpeg-dash python streaming streaming-video
Last synced: 3 months ago
JSON representation
Python Script to convert a MP4 file into onDemand MPEG-DASH
- Host: GitHub
- URL: https://github.com/stultus/mp4-to-mpegdash-py
- Owner: stultus
- License: mit
- Created: 2019-05-02T11:18:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-21T12:41:40.000Z (about 4 years ago)
- Last Synced: 2024-04-09T18:04:08.256Z (7 months ago)
- Topics: dash, mpd, mpeg-dash, python, streaming, streaming-video
- Language: Python
- Size: 367 KB
- Stars: 18
- Watchers: 4
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-video - stultus/mp4-to-mpegdash-py - Python Script to convert a MP4 file into onDemand MPEG-DASH - stultus/mp4-to-mpegdash-py (DASH / Talks Presentations Podcasts)
README
# mp4-to-mpegdash-py
Python Script to convert a MP4 file into onDemand MPEG-DASH
## Dependencies
* ffmpeg - https://www.ffmpeg.org/
* MP4Box - https://gpac.wp.mines-telecom.fr/mp4box/## 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