Skip to content

Instantly share code, notes, and snippets.

Avatar

bruce mcpherson brucemcpherson

View GitHub Profile
View FFMPEG MP4 to HLS Conversion.md

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