noophq / subtitle

Convert subtitles from one format to another format. Supported formats: STL EBU, TTML SMI, VTT, SRT
GNU Lesser General Public License v3.0
100 stars 40 forks source link

Allow trailing text in first VTT line #27

Open berndmoos opened 2 months ago

berndmoos commented 2 months ago

According to the specification, the first line of a VTT file can look like this:

WEBVTT Additional Text

The VTT parser fails when such additional text is encountered.