资 源 简 介
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.)