Skip to content

abema/go-timecode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-timecode

Go Reference

go-timecode is a Go library for SMPTE 12M timecodes.

Features

  • supports drop-frame (DF) and non-drop-frame (NDF)
  • supports standard film, video, and television editing rates of 10, 15, 23.976, 24, 25, 29.97, 30, 48, 50, 59.94, 60
  • timecode and number of frames can be calculated
  • convertable between timecode and number of frames

Installation

go get github.com/abema/go-timecode/timecode

Usage

Examples.

License

go-timecode is available under the MIT License.