source: multimedia/videoutils/transcode/transcode-desc.xml@ 5e18c49c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb v5_0 v5_0-pre1 v5_1 v5_1-pre1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 5e18c49c was 8223b66, checked in by Larry Lawrence <larry@…>, 21 years ago

added gocr, filename extensions to caps

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1244 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.4 KB
RevLine 
[1c62057]1<sect2>
2<title>Contents</title>
3
[28a9992]4<para>The <application>transcode</application> package contains
5<command>transcode</command>, <command>tccat</command>,
6<command>tcdecode</command>, <command>tcdemux</command>,
7<command>tcextract</command>, <command>tcframe</command>,
8<command>tcprobe</command>, <command>tcscan</command>,
9<command>avicodec</command>, <command>avidump</command>,
10<command>avimerge</command>, <command>avisplit</command>,
11<command>avisync</command> and input/filter/output modules.</para>
[1c62057]12
13</sect2>
14
15<sect2><title>Description</title>
16
17<sect3><title>transcode</title>
[28a9992]18<para><command>transcode</command> is the encoder's user interface that handles
19the plugins and other programs, being the glue between the modules.
[1c62057]20There are several well documented usage examples on either the homepage
21or the documentation included in the package.</para></sect3>
22
23<sect3><title>tccat</title>
[28a9992]24<para><command>tccat</command> concatenates input files using the input plugins
25of <application>transcode</application>.</para></sect3>
[1c62057]26
27<sect3><title>tcdecode</title>
[8223b66]28<para><command>tcdecode</command> is used to decode input files to
29<filename>RAW</filename> video
30and <acronym>PCM</acronym> audio stream.</para></sect3>
[1c62057]31
32<sect3><title>tcdemux</title>
[28a9992]33<para><command>tcdemux</command> demultiplexes audio/video input that contains
34multiple streams, e.g. <acronym>VOB</acronym> files.</para></sect3>
[1c62057]35
36<sect3><title>tcextract</title>
[28a9992]37<para><command>tcextract</command> grabs single streams from a file containing
38multiple streams.</para></sect3>
[1c62057]39
40<sect3><title>tcframe</title>
[28a9992]41<para><command>tcframe</command> processes single video frames for different
42color encodings (<acronym>RGB</acronym> &gt;-&lt; <acronym>YUV</acronym> or
43similar).</para></sect3>
[1c62057]44
45<sect3><title>tcprobe</title>
[28a9992]46<para><command>tcprobe</command> prints information about the input file format.</para></sect3>
[1c62057]47
48<sect3><title>tcscan</title>
[28a9992]49<para><command>tcscan</command> performs several measurements on the given
50input data.</para></sect3>
[1c62057]51
52<sect3><title>avicodec</title>
[28a9992]53<para><command>avicodec</command> indicates or changes
[8223b66]54<acronym>FOURCC</acronym> <acronym>CODEC</acronym> flag in an
55<filename>AVI</filename> file.</para></sect3>
[1c62057]56
57<sect3><title>avidump</title>
[28a9992]58<para><command>avidump</command> dumps audio or video stream of an given
[8223b66]59<filename>AVI</filename> file to stdout (for <filename>AVI</filename> conversion or extraction of audio streams).</para></sect3>
[1c62057]60
61<sect3><title>avimerge</title>
[8223b66]62<para><command>avimerge</command> merges <filename>AVI</filename> files of the same format. Do not
63try to merge <filename>AVI</filename> files of different formats, it will most likely result in
[28a9992]64errors (and format means same bitrates, too!).</para></sect3>
[1c62057]65
66<sect3><title>avisplit</title>
[8223b66]67<para><command>avisplit</command> splits <filename>AVI</filename> files into multiple files.</para></sect3>
[1c62057]68
69<sect3><title>avisync</title>
[64a25d5]70<para><command>avisync</command> can shift audio in
[8223b66]71<filename>AVI</filename> files for better
[28a9992]72synchronizing of audio and video data signal.</para></sect3>
[1c62057]73
74<sect3><title>input/filter/output modules</title>
75<para>Depending on the external libraries that are used, there are a great
[64a25d5]76number of plugins to convert audio and video input to
[8223b66]77<filename>RAW</filename> format, process <filename>RAW</filename> video and
78audio and convert <filename>RAW</filename> audio and video to other formats to
[64a25d5]79be written into a filetype of choice. Read the documentation.</para></sect3>
[1c62057]80
81</sect2>
82
Note: See TracBrowser for help on using the repository browser.