Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 815 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 815 Bytes

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.