Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 580 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 580 Bytes

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()

Module originally developed by Joshua Banton and hosted on Google Code. Copied over to Github to prevent its demise.

License: Apache License 2.0