Forked from lukebussey/FFMPEG MP4 to HLS Conversion.md
Created
October 11, 2022 17:01
-
-
Save llecram/2e6886f56123efeee99df2bc7f647562 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