TypesettingTools / Aegisub

Cross-platform advanced subtitle editor
http://www.aegisub.org
Other
288 stars 479 forks source link

Support for VTT #201

Open A2Sumie opened 1 month ago

A2Sumie commented 1 month ago

VTT is highly similar to SRT in context. However, VTT doesn't contain line numbers, which is very useful when making translated subs with LLMs. Line numbers cause timestamps to corrupt in LLMs. Hoping a native support would come up.

LightArrowsEXE commented 1 month ago

Just write a regex that filters all the timecode information if that's the reason you want WebVTT support.