source: multimedia/videoutils/transcode/transcode-desc.xml@ 8223b66

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 8223b66 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
Line 
1<sect2>
2<title>Contents</title>
3
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>
12
13</sect2>
14
15<sect2><title>Description</title>
16
17<sect3><title>transcode</title>
18<para><command>transcode</command> is the encoder's user interface that handles
19the plugins and other programs, being the glue between the modules.
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>
24<para><command>tccat</command> concatenates input files using the input plugins
25of <application>transcode</application>.</para></sect3>
26
27<sect3><title>tcdecode</title>
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>
31
32<sect3><title>tcdemux</title>
33<para><command>tcdemux</command> demultiplexes audio/video input that contains
34multiple streams, e.g. <acronym>VOB</acronym> files.</para></sect3>
35
36<sect3><title>tcextract</title>
37<para><command>tcextract</command> grabs single streams from a file containing
38multiple streams.</para></sect3>
39
40<sect3><title>tcframe</title>
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>
44
45<sect3><title>tcprobe</title>
46<para><command>tcprobe</command> prints information about the input file format.</para></sect3>
47
48<sect3><title>tcscan</title>
49<para><command>tcscan</command> performs several measurements on the given
50input data.</para></sect3>
51
52<sect3><title>avicodec</title>
53<para><command>avicodec</command> indicates or changes
54<acronym>FOURCC</acronym> <acronym>CODEC</acronym> flag in an
55<filename>AVI</filename> file.</para></sect3>
56
57<sect3><title>avidump</title>
58<para><command>avidump</command> dumps audio or video stream of an given
59<filename>AVI</filename> file to stdout (for <filename>AVI</filename> conversion or extraction of audio streams).</para></sect3>
60
61<sect3><title>avimerge</title>
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
64errors (and format means same bitrates, too!).</para></sect3>
65
66<sect3><title>avisplit</title>
67<para><command>avisplit</command> splits <filename>AVI</filename> files into multiple files.</para></sect3>
68
69<sect3><title>avisync</title>
70<para><command>avisync</command> can shift audio in
71<filename>AVI</filename> files for better
72synchronizing of audio and video data signal.</para></sect3>
73
74<sect3><title>input/filter/output modules</title>
75<para>Depending on the external libraries that are used, there are a great
76number of plugins to convert audio and video input to
77<filename>RAW</filename> format, process <filename>RAW</filename> video and
78audio and convert <filename>RAW</filename> audio and video to other formats to
79be written into a filetype of choice. Read the documentation.</para></sect3>
80
81</sect2>
82
Note: See TracBrowser for help on using the repository browser.