ltc-tools

Tools for generating, reading, and manipulating linear timecode (LTC) data

brewmacoslinux
Try with needOr install directly
Source

About

Tools to deal with linear-timecode (LTC)

Commands

ltcdumpltcgen

Examples

Generate a 1-hour LTC audio file at 25fps starting from 00:00:00:00$ ltcgen -f 25 -d 01:00:00:00 output.wav
Decode and display LTC timecode information from an audio file$ ltcdump input.wav
Generate LTC timecode starting at 10:30:45:15 with 30fps frame rate$ ltcgen -f 30 -s 10:30:45:15 -d 00:10:00:00 timecode.wav