Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
/ ofxTimecode Public archive
forked from YCAMInterlab/ofxTimecode

a simple add on to convert between timecode strings, frames, and seconds

Notifications You must be signed in to change notification settings

Entropy/ofxTimecode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#ofxTimecode

ofxTimecode is a simple class for converting between frames, seconds, milliseconds, and SMPTE representation (HH:MM:SS:FRAME) for time.

Useful for displaying times as strings, or saving/pulling human readable times from xml

It stores a frame rate internally and is easily combined with ofGetElapsedTimef(), ofGetElapsedMillis(), and ofGetFrameNum() as well as ofxMSATimer.

History:

v. 00 July 22nd 2012

  • first version, fairly untested but functional

  • example-smpte shows very simple use case, and shows how ofGetElapsedTimef() always differs from ofGetFrameNum()

Developed by James George at YCAM InterLab as part of the ofxTimeline project.

http://interlab.ycam.jp/en/ // http://www.jamesgeorge.org

About

a simple add on to convert between timecode strings, frames, and seconds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%