Skip to content

Instantly share code, notes, and snippets.

@nulltask
Last active August 15, 2018 13:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save nulltask/04eaa5509e3d3263028eb3c6bf6707b5 to your computer and use it in GitHub Desktop.
Save nulltask/04eaa5509e3d3263028eb3c6bf6707b5 to your computer and use it in GitHub Desktop.
Convert MP4 to HLS
ffmpeg -i full.m4v -vcodec copy -map 0 -bsf h264_mp4toannexb -f segment -segment_format mpegts -segment_time 10 -segment_list index.m3u8 fragment_%03d.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment