cdown / srt

A simple library and set of tools for parsing, modifying, and composing SRT files.
MIT License
465 stars 44 forks source link

Add an option to change each line duration? #85

Closed OilSubjectLoss7 closed 2 years ago

OilSubjectLoss7 commented 2 years ago

To shorten or lengthen the lines; basically shifting but the start timestamps stays unchanged only the end timestamps gets adjusted/shifted

cdown commented 2 years ago

Sure, this can trivially be done by iterating the subtitles and adding a timedelta.