dxing97 / subs2cia

Condensed Immersive Audiovisual media generator from subtitles for language learning
MIT License
89 stars 10 forks source link

Internal heuristics to remove non-dialogue lines should include subtitles lines enclosed entirely in brackets. #25

Open gamagoat opened 2 years ago

gamagoat commented 2 years ago

Example of such a line:

[Johnny humming.]

Shows, at least those on Netflix, use the above standard for non-dialogue subtitles. I currently manually remove them via -R "^(\[(.*?)\])$", but believe this could be part of the standard "internal heuristics" to remove non-dialogue subtitles.