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

added a new mode for all parsers : "strict" mode which is the default… #1

Closed soualid closed 8 years ago

soualid commented 8 years ago

Added a new mode for all parsers : "strict" mode which is the default one (use --disable-strict-mode on the command line to disable it)

WebVTT parser now allows empty subtitle if not using "strict" mode upgraded version to developement 0.9.1-SNAPSHOT

We needed to add this to be able to use ARTE France legacy subtitles which contains such "empty" subtitle at the very beginning of the file.