mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
49f2a6635c
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. WWW: https://github.com/x42/libltc PR: 221196 Submitted by: Yuri Victorovich (maintainer) Reviewed by: matthew (mentor), mat Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11971
9 lines
360 B
Plaintext
9 lines
360 B
Plaintext
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.
|
|
|
|
WWW: https://github.com/x42/libltc
|