summaryrefslogtreecommitdiffstats
path: root/debian/transcode/transcode-1.1.7/docs/man/tcmodinfo.1
blob: d2672a91d18d0a39d1339fc900bbdd05cfe1d289 (plain)
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
.TH tcmodinfo 1 "21th January 2003" "tcmodinfo(1)"
.SH NAME
tcmodinfo \- Get and Set information in transcode modules
.SH SYNOPSIS
.na
.B tcmodinfo
[
.B -i
.I name
] [
.B -m
.I path
] [
.B -t
.I type
] [
.B -M
.I param
] [
.B -C
.I param
] [
.B -s
.I socket
] [
.B -p
] [
.B -d
.I verbosity
] [
.B -v
]
.SH COPYRIGHT
\fBtcmodinfo\fP is Copyright (C) by Tilmann Bitterberg/Transcode Team
.SH DESCRIPTION
.B tcmodinfo
loads a supplied transcode(1) module and prints its parameters, or
inquiry about default settings. It can also connect to transcode through
a socket to do runtime configuration of transcode and its filters.
Anyway, this last feature may be moved to some other helper program
in future releases.
.SH OPTIONS
.TP
\fB-i\fP \fIname\fP
Specify the name of the module. \fIName\fP is specified without the prefix
.B (i.e., filter_)_
and without the suffix
.B \.so
So if you want information about filter_smooth.so, just supply
.B smooth
.TP
\fB-m\fP \fIpath\fP
Look in \fIPath\fP instead of the compiled-in module path for a module.
.TP
\fB-t\fP \fItype\fP
Specify the \fIType\fP of module to load. Default is filter modules.
In current (1.1.0) release, tcmodinfo support 'filter', 'encode' and 'multiplex'
module types. More types will be added in future releases, to cover all
the transcode module range.
.TP
\fB-M\fP \fIparameter\fP
Print out the default setting of given parameter of a given (use -i/-t options
too) module. If parameter isn't known, nothing will be print out.
.br
Caution: -M can't be used together with -C
.TP
\fB-C\fP \fIconfiguration string\fP
Request to configure the module using given configuration string.
Meaning of configuration string is of course module dependent, but format
is always
.br
param1:key1=val1:param2:param3:key2=val2
.br
This option is used for debug purposes, you usually shouldn't need it.
.br
Caution: -C can't be used together with -M
.TP
\fB-s\fP \fIsocket\fP
Connect to socket \fIsocket\fP. You can use this socket to do runtime
configuration of transcode. For all the boring details about the socket
protocol have a look at /docs/filter\-socket.txt. transcode has to be started
with the \fB\-\-socket\fP option to open the socket.
.TP
\fB-d\fP \fIverbosity\fP
Specify the verbosiness level to use, like transcode does. Default value
is 1 (TC_INFO verbosiness).
.TP
.B -p
Print the compiled-in module path and exit.
.TP
.B -v
Print version information and exit.
.SH EXAMPLES
The command
.PP
.B tcmodinfo \-i smooth
.PP
prints information about the smooth filter.
.PP
.B tcmodinfo \-i levels -t filter
.PP
same as above for levels filter (-t filter it's the default)
.PP
.B tcmodinfo \-i raw -t multiplex
.PP
same as above for raw multiplexor
.PP
.B tcmodinfo \-i xvid -t encode
.PP
same as above for XviD encoder
.PP
.B transcode \-\-socket /tmp/tc\-socket &
.br
.B echo help | tcmodinfo \-s /tmp/tc\-socket
.PP
prints the socket help text and exits.
.PP
.B tcmodinfo \-s /tmp/tc\-socket
.PP
Will drop you into an interactive "shell" where you can talk to the socket.
.SH AUTHORS
.B tcmodinfo
was written by Tilmann Bitterberg
.br
<transcode@tibit.org> with contributions from
many others.  See AUTHORS for details.
.SH SEE ALSO
.BR avimerge (1),
.BR avisplit (1),
.BR tccat (1),
.BR tcdecode (1),
.BR tcdemux (1),
.BR tcextract (1),
.BR tcprobe (1),
.BR tcscan (1),
.BR transcode (1)