Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/x42/libltc
Linear/Logitudinal Time Code (LTC) Library
https://github.com/x42/libltc
ltc smpte timecode
Last synced: 14 days ago
JSON representation
Linear/Logitudinal Time Code (LTC) Library
- Host: GitHub
- URL: https://github.com/x42/libltc
- Owner: x42
- License: lgpl-3.0
- Created: 2012-08-15T12:37:41.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-09-04T15:20:22.000Z (about 2 years ago)
- Last Synced: 2024-10-16T10:34:22.446Z (28 days ago)
- Topics: ltc, smpte, timecode
- Language: C
- Homepage: http://x42.github.io/libltc/
- Size: 706 KB
- Stars: 199
- Watchers: 34
- Forks: 56
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
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](https://sourceforge.net/projects/ltcsmpte/).
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.