TRANSCODE_IMPORT(1) | 15th April 2008 | TRANSCODE_IMPORT(1) |
NAME
transcode_import - transcode import modules collection
SYNOPSIS
transcode -x name [ ,name ] [other options]
COPYRIGHT
transcode is Copyright (C) 2001-2003 by Thomas Oestreich, 2003-2004 Tilmann Bitterberg, 2004-2010 Transcode Team
IMPORT MODULES
If no module is specified through the -x option, transcode 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
$ ls -1 $( tcmodinfo -p )/import*.so
A complete transcode installation has the following import modules.
alsa [audio]
This module accepts the following options:
device (string)
bktr [video]
This module accepts the following options:
tunerdev (string)
vsource (string)
format (string)
asource (string)
dvd [video, audio, extra]
At run time, this module requires: libdvdread >= 0.9.3
This module accepts the following options:
delay (integer)
im [video]
At run time, this module requires: libMagick >= 6.2.4.0
This module accepts the following options:
noseq (flag)
pv3 [video, audio]
At run time, this module requires: PV3 win32 dlls.
This module accepts the following options:
dllpath (string)
vag [audio]
This module accepts the following options:
blocksize (integer)
vob [video, audio]
This module accepts the following options:
nodemux (flag)
x11 [video]
At run time, this module requires: libcx11-6 >= 1.0.0
This module accepts the following options:
skew_limit (integer)
v4l2 [video, audio]
This module accepts the following options:
overrun_guard (integer)
resync_margin (integer)
crop (string)
resync_interval (integer)
format (integer)
format (string)
convert (integer)
AUTHORS
Written by Thomas Oestreich <ostreich@theorie.physik.uni-goettingen.de>, Tilmann Bitterberg and the Transcode-Team
See the AUTHORS file for details.
SEE ALSO
transcode(1) , tcmodinfo(1) , transcode_filter(1) , transcode_export(1)
14th July 2008 | transcode_import(1) |