Created
May 2, 2019 12:25
-
-
Save mishazawa/f315aff2d0d4c74a43a4f6fcd1c27b2d to your computer and use it in GitHub Desktop.
create mpd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ffmpeg -i <input file> -c:v libx264 -c:a aac -strict experimental -b:a 128k -f dash -min_seg_duration 4 <manifest name>.mpd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment