-
Notifications
You must be signed in to change notification settings - Fork 21
/
jltc2mtc.1
53 lines (53 loc) · 1.77 KB
/
jltc2mtc.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH JLTC2MTC "1" "February 2019" "jltc2mtc version 0.7.0" "User Commands"
.SH NAME
jltc2mtc \- translate LTC into MTC
.SH SYNOPSIS
.B jltc2mtc
[ \fI\,OPTIONS \/\fR]
.SH DESCRIPTION
jltc2mtc \- JACK app to translate linear time code to midi time code.
.SH OPTIONS
.TP
\fB\-f\fR, \fB\-\-fps\fR <num>[/den]
set expected [initial] framerate (default 25/1)
.TP
\fB\-F\fR, \fB\-\-detectfps\fR
autodetect framerate from LTC (recommended)
.TP
\fB\-l\fR, \fB\-\-ltcport\fR <portname>
autoconnect LTC input port
.TP
\fB\-m\fR, \fB\-\-mtcport\fR <portname>
autoconnect MTC output port
.TP
\fB\-s\fR, \fB\-\-sysex\fR
send system\-excluve seek message
instead of MTC quarter frames
.TP
\fB\-h\fR, \fB\-\-help\fR
display this help and exit
.TP
\fB\-V\fR, \fB\-\-version\fR
print version information and exit
.PP
This tool reads LTC from a JACK\-audio port and generates corresponding
MTC on a JACK\-midi port.
.PP
jltc2mtc supports both forward and backwards played timecode, and compensates
for decoder and port latencies.
Note that MTC only supports 4 framerates: 24, 25, 30df and 30 fps.
Framerates other than that are announced as 25fps MTC.
Drop\-frame\-timecode is detected by the corresponding bit in the LTC frame,
regardless of the \fB\-F\fR option. You can /force/ it with \fB\-f\fR 30000/1001.
.PP
Note that MTC distinguishes between film speed and video speed only by the
rate at which timecode advances, not by the information contained in the
timecode messages; thus, 29.97 fps dropframe is represented as 30 fps
dropframe with 0.1% pulldown
.SH "REPORTING BUGS"
Report bugs to Robin Gareus <[email protected]>
.br
Website and manual: <https://github.com/x42/ltc\-tools>
.SH COPYRIGHT
Copyright \(co GPL 2006,2012 Robin Gareus <[email protected]>