Transcode-1.0.3

Introduction to Transcode

Transcode is a fast, versatile and command-line based audio/video everything to everything converter. For a rundown of the features and capabilities, along with usage examples, visit the Transcode Wiki at http://www.transcoding.org/.

Package Information

Additional Downloads

Transcode Dependencies

Required

FFmpeg-svn_20070606 and libmpeg2-0.4.1

Recommended

Optional (Listed in the Order That the configure Script Looks for Them)

pkg-config-0.22, X Window System, DivX4Linux, XviD-1.1.3, LoRS/IBP, FreeType-2.3.7, Avifile-0.7.45, libogg-1.1.3, libvorbis-1.2.0, Theora, libdvdread-0.9.7, PVM3, libdv-1.0.0, libquicktime-1.0.0, LZO-2.02 (requires Version 1), liba52-0.7.4, LibMPEG3-1.7, libxml2-2.6.31, MJPEG Tools, SDL-1.2.11, GTK+-1.2.10, libFAME-0.9.1, ImageMagick-6.3.5-10, and libjpeg-6b

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/transcode

Installation of Transcode

Install Transcode by running the following commands:

patch -Np1 -i ../transcode-1.0.3-libmpeg3_fixes-1.patch &&
sed -i 's|doc/transcode|&-$(PACKAGE_VERSION)|' \
       $(find . -name Makefile.in -exec grep -l 'docsdir =' {} \;) &&

autoconf &&
./configure --prefix=/usr &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

--enable-netstream: This parameter enables network streaming support.

Support for most of the dependency packages requires using options passed to the configure script. View the INSTALL file and the output from ./configure --help for complete information about enabling dependency packages.

Contents

Installed Programs: avicodec, avidump, avifix, aviindex, avimerge, avisplit, avisync, tccat, tcdecode, tcdemux, tcextract, tcframe, tcmodinfo, tcmp3cut, tcprobe, tcrequant, tcscan, tcxmlcheck, tcxpm2rgb, and transcode
Installed Libraries: a52_decore.so, af6_decore.so, export*.so, filter*.so, and import*.so output/filter/input modules
Installed Directories: /usr/lib/transcode and /usr/share/doc/transcode-1.0.3

Short Descriptions

avicodec

indicates or changes the FOURCC CODEC flag in an AVI file.

avidump

dumps audio or video stream of a given AVI file to stdout (for AVI conversion or extraction of audio streams).

avifix

fixes the header of an AVI file.

aviindex

writes a text file describing the index of an AVI file.

avimerge

merges AVI files of the same format. Do not try to merge AVI files of different formats, it will most likely result in errors (and format means same bitrates, too!).

avisplit

splits AVI files into multiple files.

avisync

can shift audio in AVI files for better synchronizing of the audio and video data signal.

tccat

concatenates input files using the input plugins of Transcode.

tcdecode

is used to decode input files to raw video and PCM audio streams.

tcdemux

demultiplexes (separates) audio/video input that contains multiple streams, e.g., VOB files.

tcextract

grabs single streams from a file containing multiple streams.

tcframe

processes single video frames for different color encodings (RGB >-< YUV or similar).

tcmodinfo

loads a supplied Transcode filter module and prints its parameters.

tcmp3cut

is a tool which can cut MP3 streams at milliseconds positions.

tcprobe

prints information about the input file format.

tcrequant

is a tool which can requantize an MPEG-2 elementary stream.

tcscan

performs several measurements on the given input data.

tcxmlcheck

checks information in a SMIL input file.

transcode

is the encoder's user interface that handles the plugins and other programs, being the glue between the modules. There are several well documented usage examples on both the homepage and the documentation included in the package.

a52_decore.so

is used to interface with the liba52 library for decoding AC-3 streams.

af6_decore.so

is a support module used to decode libaviplay library supported codecs and file formats

export/filter/import_*.so

— depending on the external libraries that are used, there are a great number of plugins to convert audio and video input to raw format, process raw video and audio and convert raw audio and video to other formats to be written into a file type of choice. Read the documentation for complete information.

Last updated on 2007-08-17 16:59:22 -0500