Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
module | Timecode | MBS Tools Plugin | 20.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
This plugin part can load libltc, a library to encode and decode linear timecode.
Linear (or Longitudinal) Timecode (LTC) is an encoding of timecode data as a Manchester-Biphase encoded audio signal.
The audio signal is commonly recorded on a VTR track or other storage media.
libltc facilitates decoding and encoding of LTC from/to timecode, including SMPTE date support.
see
https://github.com/x42/libltc
Constant | Value | Description |
---|---|---|
LTC_FRAME_BIT_COUNT | 80 | The bit count for a raw 80 bit LTC frame |
Constant | Value | Description |
---|---|---|
LTC_BGF_DONT_TOUCH | 4 |
Encoder init or re-init does not touch the BGF bits (initial values after initialization is zero) |
LTC_NO_PARITY | 8 |
Parity bit is left untouched when setting or in/decrementing the encoder frame-number |
LTC_TC_CLOCK | 2 |
The Timecode is wall-clock aka freerun. This also sets BGF1 (unless LTC_BGF_DONT_TOUCH is given) |
LTC_USE_DATE | 1 |
LTCFrame <> SMPTETimecode converter and LTCFrame increment/decrement use date, also set BGF2 to '1' when encoder is initialized or re-initialized (unless LTC_BGF_DONT_TOUCH is given) |
Constant | Value | Description |
---|---|---|
LTC_TV_1125_60 | 2 |
30fps |
LTC_TV_525_60 | 0 |
30fps |
LTC_TV_625_50 | 1 |
25fps |
LTC_TV_FILM_24 | 3 |
24fps |
The items on this page are in the following plugins: MBS Tools Plugin.