pbs / pycaption

Python module to read/write popular video caption formats
Apache License 2.0
255 stars 136 forks source link

Fix end time caption for sami format #227

Closed Iulia-Mada closed 3 years ago

Iulia-Mada commented 3 years ago

"If a element has multiple

, All end time will be incorrect except the last one. From now, The start times of previous captions are compared with the current element. If the start times are different and the previuos end time is 0, the previous end time is set to the current start time."