Thread: PBS .TS Files
View Single Post
  #4  
Old 11-10-2013, 03:08 PM
blimey blimey is offline
Former Member
 
Join Date: Jul 2006
Posts: 286
blimey is on a distinguished road
Default

Re: PBS .TS Files


Quote:
Originally Posted by drbmn View Post
Dear Mr. Chap, once I get this playlist file how exactly can you automate the copying of all the MPEG-Transport Stream file fragments

Thank You
You just use ffmpeg

ffmpeg -i "url to .m3u8 file" -c copy output.ts
Reply With Quote