Advertisement
Guest User

Untitled

a guest
Apr 10th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.27 KB | None | 0 0
  1. ffmpeg -i ~/Desktop/1Video_2Audio_2SUBs_timed_text_streams_.mp4 -map 0:0 -f hls -hls_time 10 -hls_list_size 0 ~/Desktop/test/index.m3u8 -map 0:3 -f hls -hls_time 10 -hls_list_size 0 ~/Desktop/test/eng.m3u8 -map 0:4 -f hls -hls_time 10 -hls_list_size 0 ~/Desktop/test/ger.m3u8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement