RasmusBroborg / DotnetTimecode

Dotnet Timecode is a C# class library for working with SMPTE Timecodes defined by the Society of Motion Picture and Television Engineers in the SMPTE 12M specification.
MIT License
8 stars 6 forks source link

[FEATURE] Add support for constructing via millieseconds and ToString-method for millieseconds timecode. #50

Closed RasmusBroborg closed 1 year ago

RasmusBroborg commented 1 year ago

Is your feature request related to a problem? Please describe. In the .srt format timecodes do not have frame properties but instead use millieseconds.

When importing and exporting .srt it would be beneficial to have a constructor for millieseconds and a tostring-method for a timecode with millieseconds. Ex: "10:00:00.123"

RasmusBroborg commented 1 year ago

Does not need to be part of v2.0.0