Jaded-Encoding-Thaumaturgy / vs-preview

Previewer for VapourSynth scripts.
Apache License 2.0
63 stars 19 forks source link

Allow arbitrary number of digits in OGM chapter times #167

Closed clr134 closed 3 months ago

clr134 commented 3 months ago

OGM chapters don't need to have strictly two digits for hours/minutes/seconds. Currently, copying vs-preview's own timestamps into the chapter file will result in them being skipped.

This matches MKVToolNix's behavior: https://gitlab.com/mbunkus/mkvtoolnix/-/blob/18bd87e/src/common/chapters/chapters.cpp#L59

Also, fixed a typo in the docstring.