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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<refentry id='transcode_import'>
<refentryinfo>
<date>14th July 2008</date>
</refentryinfo>
<refmeta>
<refentrytitle>transcode_import</refentrytitle>
<manvolnum>1</manvolnum>
<refmiscinfo class='date'>15th April 2008</refmiscinfo>
<refmiscinfo class='source'>transcode_import(1)</refmiscinfo>
</refmeta>
<refnamediv id='name'>
<refname>transcode_import</refname>
<refpurpose>transcode import modules collection</refpurpose>
</refnamediv>
<!-- body begins here -->
<refsynopsisdiv id='synopsis'>
<cmdsynopsis>
<command>transcode</command>
<arg choice='plain'>
-x <replaceable>name</replaceable>
<arg choice='opt'>
<arg choice='plain'>
<replaceable>,name</replaceable>
</arg>
</arg>
</arg>
<arg choice='opt'>
<replaceable>other options</replaceable>
</arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1 id='copyright'>
<title>Copyright</title>
<para>
<command>transcode</command> is Copyright (C) 2001-2003 by Thomas Oestreich, 2003-2004 Tilmann Bitterberg, 2004-2010 Transcode Team
</para>
</refsect1>
<refsect1 id="import_modules">
<title>import modules</title>
<para>
If no module is specified through the -x option, <command>transcode</command> will autodetect them using internal probing code.
If just one import module is specified, it is used both for video and audio import; if both modules are specified, the first
is used for video import, the second for audio import.
To see what import modules are avalaible for your transcode installation, do a
<literallayout>
$ ls -1 $( tcmodinfo -p )/import*.so
</literallayout>
A complete transcode installation has the following import modules.
</para>
<variablelist>
<!-- begin module list -->
<!-- import_ac3.c -->
<!-- import_alsa.c -->
<varlistentry>
<term>
<option>alsa</option>
<emphasis>[audio]</emphasis>
</term>
<listitem>
<para>This module reads audio samples from an ALSA device using libalsa.</para>
<para>This module accepts the following options:</para>
<variablelist>
<varlistentry>
<term>
<literal>device (string)</literal>
</term>
<listitem>
<para>selects ALSA device to use for capturing audio.</para>
</listitem>
</varlistentry>
</variablelist>
</listitem>
</varlistentry>
<!-- import_avi.c -->
<!-- import_bktr.c -->
<varlistentry>
<term>
<option>bktr</option>
<emphasis>[video]</emphasis>
</term>
<listitem>
<para>This module reads video frames from an capture device using bktr module. This module is designed to work on *BSD. For linux, use the v4l module.</para>
<para>This module accepts the following options:</para>
<variablelist>
<varlistentry>
<term>
<literal>tunerdev (string)</literal>
</term>
<listitem>
<para>help: selects tuner devince.</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist>
<varlistentry>
<term>
<literal>vsource (string)</literal>
</term>
<listitem>
<para>selects video source (device dependant input).</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist>
<varlistentry>
<term>
<literal>format (string)</literal>
</term>
<listitem>
<para>selects video normalization.</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist>
<varlistentry>
<term>
<literal>asource (string)</literal>
</term>
<listitem>
<para>selects audio source (device dependant input).</para>
</listitem>
</varlistentry>
</variablelist>
</listitem>
</varlistentry>
<!-- import_bsdav.c -->
<!-- import_dv.c -->
<!-- import_dvd.c -->
<varlistentry>
<term>
<option>dvd</option>
<emphasis>[video, audio, extra]</emphasis>
</term>
<listitem>
<para>This module provides access to DVD content using libdvdread, directly from DVD device. (e.g. on-the-fly operation, no intermediate disk storage needed).</para>
<para>At run time, this module requires: libdvdread >= 0.9.3</para>
<para>This module accepts the following options:</para>
<variablelist>
<varlistentry>
<term>
<literal>delay (integer)</literal>
</term>
<listitem>
<para>set device access delay (seconds).</para>
</listitem>
</varlistentry>
</variablelist>
</listitem>
</varlistentry>
<!-- import_ffmpeg.c -->
<!-- import_im.c -->
<varlistentry>
<term>
<option>im</option>
<emphasis>[video]</emphasis>
</term>
<listitem>
<para>This module reads single images from disk using ImageMagick; a stream of correlated images can be automatically read if their filenames contains a common prefix and a serial number. All formats supported by ImageMagick are supported as well.</para>
<para>At run time, this module requires: libMagick >= 6.2.4.0</para>
<para>This module accepts the following options:</para>
<variablelist>
<varlistentry>
<term>
<literal>noseq (flag)</literal>
</term>
<listitem>
<para>disable internal auto loading of images with similar names.</para>
</listitem>
</varlistentry>
</variablelist>
</listitem>
</varlistentry>
<!-- import_imlist.c -->
<!-- import_lzo.c -->
<!-- import_mov.c -->
<!-- import_mp3.c -->
<!-- import_mpeg2.c -->
<!-- import_mplayer.c -->
<!-- import_null.c -->
<!-- import_ogg.c -->
<!-- import_oss.c -->
<!-- import_pv3.c -->
<varlistentry>
<term>
<option>pv3</option>
<emphasis>[video, audio]</emphasis>
</term>
<listitem>
<para>This module provides access to Earth Soft PV3 audio/video streams using win32 binary codecs and an internal win32 emulation layer (NO wine needed).</para>
<para>At run time, this module requires: PV3 win32 dlls.</para>
<para>This module accepts the following options:</para>
<variablelist>
<varlistentry>
<term>
<literal>dllpath (string)</literal>
</term>
<listitem>
<para>set path/filename to load dv.dll from</para>
</listitem>
</varlistentry>
</variablelist>
</listitem>
</varlistentry>
<!-- import_pvn.c -->
<!-- import_raw.c -->
<!-- import_sunau.c -->
<!-- import_vag.c -->
<varlistentry>
<term>
<option>vag</option>
<emphasis>[audio]</emphasis>
</term>
<listitem>
<para>This module decodes VAG-format audio (from PlayStation).</para>
<para>This module accepts the following options:</para>
<variablelist>
<varlistentry>
<term>
<literal>blocksize (integer)</literal>
</term>
<listitem>
<para>stereo blocking size.</para>
</listitem>
</varlistentry>
</variablelist>
</listitem>
</varlistentry>
<!-- import_vnc.c -->
<!-- import_vob.c -->
<varlistentry>
<term>
<option>vob</option>
<emphasis>[video, audio]</emphasis>
</term>
<listitem>
<para>This module imports audio/video from VOB files. If you need direct DVD access, use import_dvd module.</para>
<para>This module accepts the following options:</para>
<variablelist>
<varlistentry>
<term>
<literal>nodemux (flag)</literal>
</term>
<listitem>
<para>skip demuxing processing stage. This sometimes improves A/V sync.</para>
</listitem>
</varlistentry>
</variablelist>
</listitem>
</varlistentry>
<!-- import_x11.c -->
<varlistentry>
<term>
<option>x11</option>
<emphasis>[video]</emphasis>
</term>
<listitem>
<para>This module captures video frames from X window system using libX11.</para>
<para>At run time, this module requires: libcx11-6 >= 1.0.0</para>
<para>This module accepts the following options:</para>
<variablelist>
<varlistentry>
<term>
<literal>skew_limit (integer)</literal>
</term>
<listitem>
<para>maximum frame A/V skew (ms) before correction attempt</para>
</listitem>
</varlistentry>
</variablelist>
</listitem>
</varlistentry>
<!-- import_xml.c -->
<!-- import_xvid.c -->
<!-- import_yuv4mpeg.c -->
<!-- import_nuv.c -->
<!-- import_v4l.c -->
<!-- import_v4l2.c -->
<varlistentry>
<term>
<option>v4l2</option>
<emphasis>[video, audio]</emphasis>
</term>
<listitem>
<para>This module allow to capture video frames through a V4L2 (V4L api version 2) device. While audio capturing is possible, this kind of usage is discouraged in favour of OSS or ALSA import modules.</para>
<para>This module accepts the following options:</para>
<variablelist>
<varlistentry>
<term>
<literal>overrun_guard (integer)</literal>
</term>
<listitem>
<para>flag (default off). Toggles the buffer overrun guard, that prevents crash when capture buffers are full.</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist>
<varlistentry>
<term>
<literal>resync_margin (integer)</literal>
</term>
<listitem>
<para>threshold audio/video desync (in frames) that triggers resync once reached.</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist>
<varlistentry>
<term>
<literal>crop (string)</literal>
</term>
<listitem>
<para>forces cropping into selected window (format: WIDTHxHEIGHT+LEFTxTOP)</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist>
<varlistentry>
<term>
<literal>resync_interval (integer)</literal>
</term>
<listitem>
<para>checks the resync_margin every given amount of frames.</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist>
<varlistentry>
<term>
<literal>format (integer)</literal>
</term>
<listitem>
<para>forces video frames convertion by using index; use -1 to get a list of supported conversions.</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist>
<varlistentry>
<term>
<literal>format (string)</literal>
</term>
<listitem>
<para>forces output format to given one; use "list" to get a list of supported formats.</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist>
<varlistentry>
<term>
<literal>convert (integer)</literal>
</term>
<listitem>
<para>forces video frames convertion by using index; use -1 to get a list of supported conversions.</para>
</listitem>
</varlistentry>
</variablelist>
</listitem>
</varlistentry>
<!-- end module list -->
</variablelist>
</refsect1>
<refsect1 id='authors'>
<title>Authors</title>
<para>
Written by Thomas Oestreich <ostreich@theorie.physik.uni-goettingen.de>,
Tilmann Bitterberg and the Transcode-Team
</para>
<para>
See the <emphasis>AUTHORS</emphasis> file for details.
</para>
</refsect1>
<refsect1 id='see_also'>
<title>See Also</title>
<para>
<citerefentry>
<refentrytitle>transcode</refentrytitle><manvolnum>1</manvolnum>
</citerefentry>
,
<citerefentry>
<refentrytitle>tcmodinfo</refentrytitle><manvolnum>1</manvolnum>
</citerefentry>
,
<citerefentry>
<refentrytitle>transcode_filter</refentrytitle><manvolnum>1</manvolnum>
</citerefentry>
,
<citerefentry>
<refentrytitle>transcode_export</refentrytitle><manvolnum>1</manvolnum>
</citerefentry>
</para>
<!-- .br -->
</refsect1>
</refentry>
|