Skip to content

Instantly share code, notes, and snippets.

@saranrapjs
Created February 10, 2013 00:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saranrapjs/4747749 to your computer and use it in GitHub Desktop.
Save saranrapjs/4747749 to your computer and use it in GitHub Desktop.
ffmpeg segmenting for HLS
ffmpeg -i "swipe_tabs.mp4" -map 0 -vbsf h264_mp4toannexb -f segment -segment_time 10 -segment_list test.m3u8 -segment_list_type flat -segment_format mpegts segment%d.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment