
pytimecode
Python module for manipulating SMPTE timecode.
Supports 60, 59.94, 50, 30, 29.97, 25, 24, 23.98 frame rates in drop and non-drop where applicable, and milliseconds.
Supports iteration, and operator overloading for addition, subtraction, multiplication, and division.
Update: Now supports creating tc from a int or float number of seconds. Useful if you want to create time code from the output of time.clock(). (Note: Only available in Source tab right now.)
Project Information
The project was created on Jul 26, 2011.
- License: Apache License 2.0
- 1 stars
- svn-based source control
Labels:
Python