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.
- [x] Negative timecodes Scrapped. Will possibly attempt fix in future if requested.
[x] Operator overloads for addition (+), subtraction (+), equal (==), not equal (!=), more than (>), more than or equal (>=), less than (<), less than or equal (<=)
[x] Add static methods
[x] Add support for drop frame timecodes (10:00:00;00)
[x] Add srt conversion methods
[x] Updated Readme with examples of new class features
Once the following is implemented:
- [x] Negative timecodesScrapped. Will possibly attempt fix in future if requested.