timecode 0.2.0 timecode: ^0.2.0 copied to clipboard
This library is a pure Dart implementation of the SMTPE timecode specification. It is based on the pytimecode library by Joshua Banton. https://pypi.org/project/pytimecode.py/
0.2.0 #
- Directly implemented the algorithms from https://www.davidheidelberger.com/2010/06/10/drop-frame-timecode/ but made a few modifications
- Timecodes now handle drop frames correctly.
0.1.0 #
- Initial Version... still needs some testing.