Skip to content

Instantly share code, notes, and snippets.

@mishazawa
Created October 31, 2018 10:04
Show Gist options
  • Save mishazawa/1735f81aa7fb68f3f5bb97071e5f145d to your computer and use it in GitHub Desktop.
Save mishazawa/1735f81aa7fb68f3f5bb97071e5f145d to your computer and use it in GitHub Desktop.
mp4 -> hls
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