#!/bin/bash cat << EOF 14th July 2008 transcode_import 1 15th April 2008 transcode_import(1) transcode_import transcode import modules collection 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. EOF ./tcmkmodhelp.py -s ../import/import_*.c ../import/*/import_*.c cat << EOF 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 transcode1 , tcmodinfo1 , transcode_filter1 , transcode_export1 EOF