fireattack / chapter_converter

Convert between different video chapter file formats
MIT License
37 stars 5 forks source link

[Feature Request]Support timestamp format like `[h:]m:s[.x]` #5

Closed Ethkuil closed 1 year ago

Ethkuil commented 1 year ago

例如 mm:ss格式是很常见的写法,如果严格要求hh:mm:ss.xxx一个都不能少的话会很麻烦。像 FFmpeg 那样就很好。

For instance, the mm:ss format is a common way of writing, but if it strictly dictate that any one in hh:mm:ss.xxx must not be omitted, it would be quite inconvenient. It would be great if just like FFmpeg does.