forked from x42/ltc-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjltcgen.1
54 lines (54 loc) · 1.74 KB
/
jltcgen.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
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.4.
.TH JLTCGEN "1" "May 2014" "jltcgen 0.6.3" "User Commands"
.SH NAME
jltcgen \- JACK LTC generator
.SH SYNOPSIS
.B jltcgen
[\fIOPTION\fR] [\fIJACK-PORT-TO-CONNECT\fR]\fI*\fR
.SH DESCRIPTION
ltcgen \- JACK audio client to generate linear time code in realtime.
.SH OPTIONS
.TP
\fB\-d\fR, \fB\-\-date\fR datestring
set date, format is either DDMMYY or MM/DD/YY
.TP
\fB\-f\fR, \fB\-\-fps\fR fps
set frame\-rate NUM[/DEN][ndf|df] default: 25/1ndf
.TP
\fB\-h\fR, \fB\-\-help\fR
display this help and exit
.TP
\fB\-g\fR, \fB\-\-volume\fR float
set output level in dBFS default \fB\-18db\fR
.TP
\fB\-m\fR, \fB\-\-timezone\fR tz
set timezone in minutes\-west of UTC
.TP
\fB\-t\fR, \fB\-\-timecode\fR time
specify start\-time/timecode [[[HH:]MM:]SS:]FF
.TP
\fB\-w\fR, \fB\-\-wait\fR
wait for a key\-stroke before starting.
.TP
\fB\-V\fR, \fB\-\-version\fR
print version information and exit
.TP
\fB\-z\fR, \fB\-\-timezone\fR tz
set timezone +HHMM
.PP
Unless a timecode (\fB\-t\fR) is given, the current time/date are used.
Date (\fB\-d\fR) and timezone (\fB\-z\fR, \fB\-m\fR) are only used if a timecode is given.
The timezome may be specified either as HHMM zone, or in minutes\-west of UTC.
.PP
SIGINT (CTRL+C) prints current clock\-drift (audio\-clock \- system\-clock).
SIGQUIT (CTRL+\e) terminates the program.
SIGHUP initialize a re\-sync to system clock (unless \fB\-t\fR is given).
.SH "REPORTING BUGS"
Report bugs to <[email protected]>.
.br
Website and manual: <https://github.com/x42/ltc\-tools>
.SH COPYRIGHT
Copyright \(co 2012 Robin Gareus <[email protected]>
.br
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.