timecode library

Support for doing something awesome.

More dartdocs go here.

Classes

Timecode
Some parts have been copied / inspired by the pytimecode library by Joshua Banton
TimecodeData
Timecode data that is ignorant of framerate. We use this to pass around structured timecode data
TimecodeFramerate
The framerate of a Timecode instance. It may be based on any arbitrary floating point value, but usually will be one of the industry standard framerates: 23.976, 23.98, 24, 25, 29.97, 30, 50, 59.94, 60, 1000. If the framerate is either 29.97 or 59.94, the internal isDropFrame flag will be set unless forceNonDropFrame is specified in the constructor.

Constants

defaultFPS → const double

Exceptions / Errors

TimecodeException