Skip to content

Instantly share code, notes, and snippets.

@lukebussey
Created January 3, 2017 21:43
Star You must be signed in to star a gist
Embed
What would you like to do?

Direct copy of pre-encoded file:

$ ffmpeg -i filename.mp4 -codec: copy -start_number 0 -hls_time 10 -hls_list_size 0 -f hls filename.m3u8
@joshnissenbaum
Copy link

Doesn't work with a HEVC unfortunately - audio only, no video

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment