forked from x42/ltc-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjltcdump.1
62 lines (62 loc) · 1.74 KB
/
jltcdump.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
54
55
56
57
58
59
60
61
62
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.4.
.TH JLTCDUMP "1" "May 2014" "jltcdump version 0.6.3" "User Commands"
.SH NAME
jltcdump \- JACK LTC decoder
.SH SYNOPSIS
.B jltcdump
[ \fIOPTIONS \fR] [ \fIJACK-PORTS \fR]
.SH DESCRIPTION
jltcdump \- JACK app to parse linear 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
.TP
\fB\-H\fR
<alpha>
.TP
\fB\-\-highpass\fR <alpha>
set R/S highpass filter coefficient (dflt 0.6)
.TP
\fB\-h\fR, \fB\-\-help\fR
display this help and exit
.TP
\fB\-o\fR, \fB\-\-output\fR <path>
write to file(s)
.TP
\fB\-s\fR, \fB\-\-signals\fR
start/stop parser using SIGUSR1/SIGUSR2
.TP
\fB\-r\fR, \fB\-\-runstop\fR
parse R/S signal on 2nd channel
.TP
\fB\-R\fR
<float>,
.TP
\fB\-\-rsthreshold\fR <float>
R/S signal threshold (default 0.01)
.TP
\fB\-V\fR, \fB\-\-version\fR
print version information and exit
.PP
If both \fB\-s\fR and \fB\-o\fR are given, <path> is used a prefix:
The filename will be <path>YYMMDD\-HHMMSS.tme.XXXXX .
If only \fB\-o\fR is set, <path> is as filename.
.PP
In 'signal' mode, the application starts in 'idle' state
and won't record LTC until it receives SIGUSR1.
.PP
The fps option is only needed to properly track the first LTC frame,
and timecode discontinuity notification.
The LTC\-decoder detects and tracks the speed but it takes a few samples
to establish initial synchronization. Setting fps to the expected fps
speeds up the initial sync process. The default is 25/1.
.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]>