Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

Cloudoki/mp4-to-mpegdash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mp4-to-mpegdash

Perl script to convert a MP4 video into MPEG-DASH

  • Creates the multiple bitrate versions to a pre-defined set of resolutions ('320', '640', '720', '1280', '1920', '2560')
  • Split the versions into segments of 1 second (by default)
  • Handle the main MPEG-DASH manifest file.

Dependencies

FFmpeg https://www.ffmpeg.org/ MP4Box https://gpac.wp.mines-telecom.fr/mp4box/

Perl Dependencies

XML::Simple

Usage

$ perl transcode.pl $FILENAME

About

Script to convert a MP4 file into MPEG-DASH

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages