wunderbarb / timecode

Manages SMPTE timecode in the format HH:MM:SS:FF such as 02:34:12:03

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timecode

GoDoc Go Report Card

This package handles video timecode as defined by SMPTE.

Timecodes define the position frame within a video. It is represented with the format HH:MM:SS:FF where HH represents the hour, MM is the minute, SS is the seconds, and FF are the remaining frames.

About

Manages SMPTE timecode in the format HH:MM:SS:FF such as 02:34:12:03

License:MIT License


Languages

Language:Go 100.0%