View Single Post
  #17  
Old 05-21-2014, 12:09 PM
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


surya987 .Thanks for teaching me to create segments in ffmpeg.
so ffmpeg can't decrypt m3u8 by keeping the segments intact so we don't waste time re segmenting again ?

Furthermore, when i first merged all the .ts files to one big .ts(using the posted command below) the resulting .ts was not showing video length in vlc player! is there any solution so the big .ts show video length as well ?

Code:
ffmpeg -i "http://www.somesite.com/test.m3u8" -c copy decryptedOutput.ts
Reply With Quote