Thread
:
M3U8 to TS with ffmpeg
View Single Post
#
2
02-17-2015, 06:19 PM
hasomaso
Senior Member
Join Date: Apr 2011
Posts: 943
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
hasomaso
View Public Profile
Send a private message to hasomaso
Visit hasomaso's homepage!
Find all posts by hasomaso