diff --git a/multimedia/videoutils/transcode.xml b/multimedia/videoutils/transcode.xml index 9bab383967..e0a01c8381 100644 --- a/multimedia/videoutils/transcode.xml +++ b/multimedia/videoutils/transcode.xml @@ -11,22 +11,23 @@ ]> - + $LastChangedBy$ $Date$ <application>Transcode</application>-&transcode-version; + +Transcode Introduction to <application>Transcode</application> 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 -. +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 . Package information @@ -110,8 +111,11 @@ library, Transcode can use it at run-time. commands: ./configure --prefix=/usr --without-x && -make && -make install +make + +Now, as the root user: + +make install @@ -136,126 +140,219 @@ enabling dependency packages. Contents -The Transcode package contains -transcode, -tccat, -tcdecode, -tcdemux, -tcextract, -tcframe, -tcmodinfo, -tcmp3cut, -tcmplex, -tcprobe, -tcrequant, -tcscan, -tcxmlcheck, -tcxpm2rgb, -avicodec, -avidump, -avifix, -aviindex, -avimerge, -avisplit, -avisync -and input/filter/output modules. + +Installed Programs +Installed Libraries +Installed Directories + +avicodec, avidump, avifix, aviindex, avimerge, avisplit, avisync, tccat, +tcdecode, tcdemux, tcextract, tcframe, tcmodinfo, tcmp3cut, tcmplex, tcprobe, +tcrequant, tcscan, tcxmlcheck, tcxpm2rgb and transcode +a52_decore.so, af6_decore.so, export*.so, filter*.so and import*.so +output/filter/input modules +/usr/lib/transcode and /usr/share/doc/transcode + + - + +Short Descriptions + -Description + +avicodec +indicates or changes the FOURCC +CODEC flag in an AVI file. + +avicodec + + -transcode -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. + +avidump +dumps audio or video stream of a given AVI +file to stdout (for AVI conversion or extraction of audio +streams). + +avidump + + -tccat -tccat concatenates input files using the input plugins -of Transcode. + +avifix +fixes the header of an AVI file. + +avifix + + -tcdecode -tcdecode is used to decode input files to -raw video and PCM audio stream. + +aviindex +writes a text file describing the index of an +AVI file. + +aviindex + + -tcdemux -tcdemux demultiplexes (separates) audio/video input -that contains multiple streams, e.g., VOB files. - + +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!). + +avimerge + + -tcextract -tcextract grabs single streams from a file containing -multiple streams. + +avisplit +splits AVI files into multiple files. + +avisplit + + -tcframe -tcframe processes single video frames for different -color encodings (RGB >-< YUV or -similar). + +avisync +can shift audio in AVI files for better +synchronizing of the audio and video data signal. + +avisync + + -tcmodinfo -tcmodinfo loads a supplied -Transcode filter module and prints its -parameters. + +tccat +concatenates input files using the input plugins of +Transcode. + +tccat + + -tcmp3cut -tcmp3cut is a tool which can cut -MP3 streams at milliseconds positions. + +tcdecode +is used to decode input files to raw video and +PCM audio streams. + +tcdecode + + -tcprobe -tcprobe prints information about the input file -format. + +tcdemux +demultiplexes (separates) audio/video input that contains +multiple streams, e.g., VOB files. + +tcdemux + + -tcrequant -tcrequant is a tool which can requantize an -MPEG-2 elementary stream. + +tcextract +grabs single streams from a file containing multiple +streams. + +tcextract + + -tcscan -tcscan performs several measurements on the given -input data. + +tcframe +processes single video frames for different color encodings +(RGB >-< YUV or similar). + +tcframe + + -tcxmlcheck -tcxmlcheck checks information in a -SMIL input file. + +tcmodinfo +loads a supplied Transcode filter +module and prints its parameters. + +tcmodinfo + + -avicodec -avicodec indicates or changes -FOURCC CODEC flag in an -AVI file. + +tcmp3cut +is a tool which can cut MP3 streams at +milliseconds positions. + +tcmp3cut + + -avidump -avidump dumps audio or video stream of a given -AVI file to stdout (for AVI -conversion or extraction of audio streams). + +tcprobe +prints information about the input file format. + +tcprobe + + -avifix -avifix fixes the header of an -AVI file. + +tcrequant +is a tool which can requantize an MPEG-2 +elementary stream. + +tcrequant + + -aviindex -aviindex writes a text file describing the -index of an AVI file. + +tcscan + performs several measurements on the given input data. + +tcscan + + -avimerge -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!). + +tcxmlcheck + checks information in a SMIL input +file. + +tcxmlcheck + + -avisplit -avisplit splits AVI files -into multiple files. + +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. + +transcode + + -avisync -avisync can shift audio in -AVI files for better synchronizing of audio and video -data signal. + +a52_decore.so +is used to interface with the +liba52 library for decoding +AC-3 streams. + + -input/filter/output modules -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. + +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. + +