View Single Post
  #15  
Old 05-21-2014, 10:52 AM
skyDude14 skyDude14 is offline
Junior Member
 
Join Date: Aug 2012
Posts: 20
skyDude14 is on a distinguished road
Default

Re: Decrypting ts files from m3u8


Quote:
Originally Posted by surya987 View Post
1st download encrypted with ffmpeg and than use this commnd to crete multiple files and m3u8 playlist by FFMPEG...

Code:
ffmpeg -re -i source.ts -codec copy -map 0 -f segment -segment_list foo.m3u8 -segment_list_flags +live -segment_time 10 out%03d.ts
Thanks . The segmenting process is very slow! does this command transcode too(changing quality of orginal .ts )?
Reply With Quote