Open t-hiroishi opened 3 months ago
Fix #36
The IndexError occurs when the end_in_seconds of the last caption is divisible by the seconds value (the number of seconds for each segment).
end_in_seconds
seconds
WEBVTT 00:00.000 --> 00:09.000 It's OK. 00:09.000 --> 00:10.000 Fix me!
$ webvtt segment captions.vtt --output output/path
Fix #36
The IndexError occurs when the
end_in_seconds
of the last caption is divisible by theseconds
value (the number of seconds for each segment).captions.vtt
CLI