-
Notifications
You must be signed in to change notification settings - Fork 20
/
ltcgen.1
64 lines (64 loc) · 1.93 KB
/
ltcgen.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
63
64
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH LTCGEN "1" "February 2019" "ltcgen 0.7.0" "User Commands"
.SH NAME
ltcgen \- LTC file encoder
.SH SYNOPSIS
.B ltcgen
[\fI\,OPTION\/\fR] \fI\,<output-file>\/\fR
.SH DESCRIPTION
ltcgen \- generate linear time code audio\-file.
.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\-g\fR, \fB\-\-volume\fR float
set output level in dBFS default \fB\-18db\fR
.TP
\fB\-h\fR, \fB\-\-help\fR
display this help and exit
.TP
\fB\-l\fR, \fB\-\-duration\fR time
set duration of file to encode [[[HH:]MM:]SS:]FF.
.TP
\fB\-m\fR, \fB\-\-timezone\fR tz
set timezone in minutes\-west of UTC
.TP
\fB\-r\fR, \fB\-\-reverse\fR
encode backwards from start\-time
.TP
\fB\-s\fR, \fB\-\-samplerate\fR sr
specify samplerate (default 48000)
.TP
\fB\-t\fR, \fB\-\-timecode\fR time
specify start\-time/timecode [[[HH:]MM:]SS:]FF
.TP
\fB\-u\fR, \fB\-\-userbits\fR bcd
specify fixed BCD user bits (max. 8 BCD digits)
CAUTION: This ignores any date/timezone settings!
.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
If the duration is <=0, ltcgen write until it receives SIGINT.
.PP
The output file\-format is WAV, signed 16 bit, mono.
.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.