I'm downloading some videos from youtube (to be able to watch offline) and the subtitles that are with the video.
For that I use youtube-dl.
Except the resulting files behave weirdly in VLC.
AFAIK, VLC is fully compatible with WEBVTT subtitles, and these contain cues like the following:
Code: Select all
00:31:20.711 --> 00:31:22.246 size:66% position:67%
I was wondering first if I was doing something wrong (from what I read on the vtt website, that format is actually valid).
And if there was a way to fix this (beyond me going ahead and manually fix these vtt files which I'm not super keen on).
Thank you very much for your help.
PS: I'm on mac, I don't know if it matters but will do my best to try it on a windows machine ASAP.
PPS: I tried on the 3.0.6 version (and 3.0.2 before that I believe?)