View Single Post
  #2  
Old 02-17-2015, 06:19 PM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: M3U8 to TS with ffmpeg


Hey Michael try that

Code:
ffmpeg -i "put here your .m3u8 url or local .m3u8 file" -c:v copy -c:a copy -f mpegts test.ts
Reply With Quote