View Single Post
  #92  
Old 05-16-2016, 06:06 PM
mrberni mrberni is offline
Member
 
Join Date: May 2014
Posts: 58
mrberni is on a distinguished road
Default

Re: ABC and Disney Networks


Quote:
Originally Posted by reydson View Post
What commands should I use with ffmpeg to output the vtt subtitles from the sub.m3u8?
This command should work:
Code:
ffmpeg -i "sub.m3u8 URL" -c copy sub.vtt
If you didn't already know, there are some other options to get the subtitles:

1. If you download one of the videos in the .ts container, you will get embedded subtitles.

2. Or you can use the .xml subtitles. I wrote a small instruction here.
Reply With Quote