Forked from lukebussey/FFMPEG MP4 to HLS Conversion.md
Created
March 24, 2020 19:31
-
-
Save TanJay/654566d2e42354cf5aa97a9b0d091898 to your computer and use it in GitHub Desktop.
Revisions
-
Luke Bussey created this gist
Jan 3, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ 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