View Single Post
  #9  
Old 05-20-2014, 06:26 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


chap thanks for your useful post. can you tell me instead of merging all those decrypted .ts to one big ts we just decrypt each ts file and copy the decrypted ts to diffrent folder ? in another word i want to all those .ts decrypted one by one without joining them .

furthermore after you merged the .ts to one big file why there is not duration shown while playing those .ts ?how to add duration to it?

Hope you help me with it.Thanks



Quote:
Originally Posted by chap View Post
Code:
ffmpeg -i "http://geodeswowa3player.antena3.com/vcg/_definst_/smil:assets2/2013/10/25/08D874B3-4B0D-4DB8-844B-1C29D70B1B31/free_es.smil/chunklist_b1348000.m3u8?pulse=assets2%2F2013%2F10%2F25%2F08D874B3-4B0D-4DB8-844B-1C29D70B1B31%2F%7C1384334301%7C4047eaf34d8f8b54a2f3277cc8f4ff44 " -c copy t.ts
Reply With Quote