Thread
:
Decrypting ts files from m3u8
View Single Post
#
18
05-21-2014, 01:29 PM
surya987
Senior Member
Join Date: May 2014
Location: India
Posts: 280
Re: Decrypting ts files from m3u8
simple output to mp4...
Code:
ffmpeg -i "link.m3u8" -vcodec copy -acodec copy -absf aac_adtstoasc output.mp4
surya987
View Public Profile
Send a private message to surya987
Find all posts by surya987