source: multimedia/videoutils/transcode/transcode-desc.xml@ 3e248486

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

more spelling

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

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