Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 848 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 848 Bytes

libLTC

Linear (or Longitudinal) Timecode (LTC) is an encoding of SMPTE timecode data as a Manchester-Biphase encoded audio signal. The audio signal is commonly recorded on a VTR track or other storage media.

libltc provides functionality to encode and decode LTC audio from/to SMPTE or EBU timecode, including SMPTE date support.

libltc is the successor of libltcsmpte. For more information, please see the FAQ in the documentation.

Documentation

The API reference, examples, as well as introduction can be found at

https://x42.github.io/libltc/

This site is part or the source-code in the doc/ folder.

Build on ubuntu

sudo apt install automake autoconf libtool
./configure
make
make install

The library should be installed at ls /usr/local/lib/libltc.so