Created
October 31, 2018 10:04
-
-
Save mishazawa/1735f81aa7fb68f3f5bb97071e5f145d to your computer and use it in GitHub Desktop.
mp4 -> hls
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 -i input.mp4 -profile:v baseline -level 3.0 -s 640x360 -start_number 0 -hls_time 10 -hls_list_size 0 -f hls index.m3u8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment