source: multimedia/videoutils/transcode/transcode-desc.xml@ 64a25d5

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 64a25d5 was 64a25d5, checked in by Larry Lawrence <larry@…>, 21 years ago

applied filename to extensions

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

  • Property mode set to 100644
File size: 3.3 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 raw video
29and pcm audio stream.</para></sect3>
30
31<sect3><title>tcdemux</title>
32<para><command>tcdemux</command> demultiplexes audio/video input that contains
33multiple streams, e.g. <acronym>VOB</acronym> files.</para></sect3>
34
35<sect3><title>tcextract</title>
36<para><command>tcextract</command> grabs single streams from a file containing
37multiple streams.</para></sect3>
38
39<sect3><title>tcframe</title>
40<para><command>tcframe</command> processes single video frames for different
41color encodings (<acronym>RGB</acronym> &gt;-&lt; <acronym>YUV</acronym> or
42similar).</para></sect3>
43
44<sect3><title>tcprobe</title>
45<para><command>tcprobe</command> prints information about the input file format.</para></sect3>
46
47<sect3><title>tcscan</title>
48<para><command>tcscan</command> performs several measurements on the given
49input data.</para></sect3>
50
51<sect3><title>avicodec</title>
52<para><command>avicodec</command> indicates or changes
53<acronym>FOURCC</acronym> codec flag in an <filename>avi</filename>
54file.</para></sect3>
55
56<sect3><title>avidump</title>
57<para><command>avidump</command> dumps audio or video stream of an given
58avifile to stdout (for <filename>avi</filename> conversion or extraction of audio streams).</para></sect3>
59
60<sect3><title>avimerge</title>
61<para><command>avimerge</command> merges <filename>avi</filename> files of the same format. Do not
62try to merge <filename>avi</filename> files of different formats, it will most likely result in
63errors (and format means same bitrates, too!).</para></sect3>
64
65<sect3><title>avisplit</title>
66<para><command>avisplit</command> splits <filename>avi</filename> files into multiple files.</para></sect3>
67
68<sect3><title>avisync</title>
69<para><command>avisync</command> can shift audio in
70<filename>avi</filename> files for better
71synchronizing of audio and video data signal.</para></sect3>
72
73<sect3><title>input/filter/output modules</title>
74<para>Depending on the external libraries that are used, there are a great
75number of plugins to convert audio and video input to
76<filename>raw</filename> format, process <filename>raw</filename> video and
77audio and convert <filename>raw</filename> audio and video to other formats to
78be written into a filetype of choice. Read the documentation.</para></sect3>
79
80</sect2>
81
Note: See TracBrowser for help on using the repository browser.