Created
March 4, 2022 13:04
-
-
Save gdouzwt/64cdbdfbfeb1d8ade43986a9deba9011 to your computer and use it in GitHub Desktop.
dash
This file contains 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 -re -i Java-Concurrency-and-Multithreading.mp4 -map 0 -map 0 -c:a aac -c:v libx264 -b:v:0 800k -b:v:1 300k -s:v:1 320x180 -profile:v:1 baseline -profile:v:0 main -bf 1 -keyint_min 120 -g 120 -sc_threshold 0 -b_strategy 0 -ar:a:1 22050 -use_timeline 1 -use_template 1 -window_size 5 -adaptation_sets "id=0,streams=v id=1,streams=a" -f dash java/thread.mpd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment