When I use youtube-dl to list-subs I usualy get something like the following -
en vtt, ttml, srv3, srv2, srv1
Is there a way to transform any of these subtitle formats to .srt format using tools on console or having a GUI ?
When I use youtube-dl to list-subs I usualy get something like the following -
en vtt, ttml, srv3, srv2, srv1
Is there a way to transform any of these subtitle formats to .srt format using tools on console or having a GUI ?
There are plenty of such programs/services out there. Use your search engine.
In few seconds I found quite a few: (web services)
VTT to SRT Converter - Tool Slick (tested and it works)
Online tool for changing many types of subtitles to srt (tested and it works)
(programs)
Elgindy VTT to SRT Converter 1.2.0 (tested, and works, standalone, for windows, you can use wine to run it; it's even on github)
There are others on github too. Closest would be:
isaacbernat/netflix-to-srt (it works and before you say it doesn't read their description, it takes directories as arguments; you can obviously change it on your own - there is a source)