Quote:
Originally Posted by reydson
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.