source: multimedia/videoutils/transcode.xml@ 0e50c5e6

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 0e50c5e6 was 0e50c5e6, checked in by Randy McMurchy <randy@…>, 18 years ago

Updated to Transcode-1.0.1

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

  • Property mode set to 100644
File size: 14.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY transcode-download-http "http://www.jakemsr.com/transcode/transcode-&transcode-version;.tar.gz">
8 <!ENTITY transcode-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/transcode-&transcode-version;.tar.gz">
9 <!ENTITY transcode-md5sum "6fd4bc7651ebccdcd384474eb557d160">
10 <!ENTITY transcode-size "2.3 MB">
11 <!ENTITY transcode-buildsize "57.2 MB">
12 <!ENTITY transcode-time "1.5 SBU">
13]>
14
15<sect1 id="transcode" xreflabel="Transcode-&transcode-version;">
16 <?dbhtml filename="transcode.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Transcode-&transcode-version;</title>
24
25 <indexterm zone="transcode">
26 <primary sortas="a-Transcode">Transcode</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Transcode</title>
31
32<para><application>Transcode</application> is a fast, versatile and
33command-line based audio/video everything to everything converter. For a
34rundown of the features and capabilities, along with usage examples, visit
35the Transcode Wiki at <ulink url="http://www.transcoding.org/"/>.</para>
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&transcode-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&transcode-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &transcode-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &transcode-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &transcode-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &transcode-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">Transcode Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para><xref linkend="ffmpeg"/> and
63 <ulink url="http://libmpeg2.sourceforge.net/">libmpeg2</ulink></para>
64
65 <bridgehead renderas="sect4">Recommended</bridgehead>
66 <para><xref linkend="lame"/></para>
67
68 <bridgehead renderas="sect4">Optional (Listed in the Order That the
69 <command>configure</command> Script Looks for Them)</bridgehead>
70 <para><xref linkend="pkgconfig"/>,
71 X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
72 <xref linkend="xvid"/>,
73 <ulink url="http://www.divx.com/divx/linux/">DivX4Linux</ulink>,
74 <ulink url="http://loci.cs.utk.edu/">LoRS/IBP</ulink>,
75 <xref linkend="mplayer"/> (for libpostproc),
76 <xref linkend="freetype2"/>,
77 <xref linkend="avifile"/>,
78 <xref linkend="libogg"/>,
79 <xref linkend="libvorbis"/>,
80 <ulink url="http://www.theora.org/">Theora</ulink>,
81 <xref linkend="libdvdread"/>,
82 <ulink url="http://www.netlib.org/pvm3/">PVM3</ulink>,
83 <xref linkend="libdv"/>,
84 <ulink url="http://libquicktime.sourceforge.net/">libquicktime</ulink>,
85 <xref linkend="LZO"/>,
86 <xref linkend="liba52"/>,
87 <xref linkend="libmpeg3"/>,
88 <xref linkend="libxml2"/>,
89 <ulink url="http://mjpeg.sourceforge.net/">MJPEG Tools</ulink>,
90 <xref linkend="sdl"/>,
91 <xref linkend="GTK"/>,
92 <xref linkend="libfame"/>,
93 <xref linkend="imagemagick"/>, and
94 <xref linkend="libjpeg"/> or
95 <ulink url="http://sourceforge.net/projects/mjpeg">MMX Jpeg</ulink></para>
96
97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of Transcode</title>
101
102 <para>Install <application>Transcode</application> by running the following
103 commands:</para>
104
105<screen><userinput>./configure --prefix=/usr &amp;&amp;
106make</userinput></screen>
107
108 <para>This package does not come with a test suite.</para>
109
110 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
111
112<screen role="root"><userinput>make install</userinput></screen>
113
114 </sect2>
115
116 <sect2 role="commands">
117 <title>Command Explanations</title>
118
119 <para><option>--enable-netstream</option>: This parameter enables network
120 streaming support.</para>
121
122 <para>Building support for most of the dependency packages requires using
123 options passed to the <command>configure</command> script. View the
124 <filename>INSTALL</filename> file and the output from
125 <command>./configure --help</command> for complete information about
126 enabling dependency packages.</para>
127
128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Programs</segtitle>
135 <segtitle>Installed Libraries</segtitle>
136 <segtitle>Installed Directories</segtitle>
137
138 <seglistitem>
139 <seg>avicodec, avidump, avifix, aviindex, avimerge, avisplit, avisync, tccat,
140 tcdecode, tcdemux, tcextract, tcframe, tcmodinfo, tcmp3cut, tcprobe,
141 tcrequant, tcscan, tcxmlcheck, tcxpm2rgb, and transcode</seg>
142 <seg>a52_decore.so, af6_decore.so, export*.so, filter*.so, and import*.so
143 output/filter/input modules</seg>
144 <seg>/usr/lib/transcode and /usr/share/doc/transcode</seg>
145 </seglistitem>
146 </segmentedlist>
147
148 <variablelist>
149 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
150 <?dbfo list-presentation="list"?>
151 <?dbhtml list-presentation="table"?>
152
153 <varlistentry id="avicodec">
154 <term><command>avicodec</command></term>
155 <listitem>
156 <para>indicates or changes the FOURCC CODEC flag in an AVI file.</para>
157 <indexterm zone="transcode avicodec">
158 <primary sortas="b-avicodec">avicodec</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 <varlistentry id="avidump">
164 <term><command>avidump</command></term>
165 <listitem>
166 <para>dumps audio or video stream of a given AVI file to stdout
167 (for AVI conversion or extraction of audio streams).</para>
168 <indexterm zone="transcode avidump">
169 <primary sortas="b-avidump">avidump</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 <varlistentry id="avifix">
175 <term><command>avifix</command></term>
176 <listitem>
177 <para>fixes the header of an AVI file.</para>
178 <indexterm zone="transcode avifix">
179 <primary sortas="b-avifix">avifix</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 <varlistentry id="aviindex">
185 <term><command>aviindex</command></term>
186 <listitem>
187 <para>writes a text file describing the index of an AVI file.</para>
188 <indexterm zone="transcode aviindex">
189 <primary sortas="b-aviindex">aviindex</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 <varlistentry id="avimerge">
195 <term><command>avimerge</command></term>
196 <listitem>
197 <para> merges AVI files of the same format. Do not try to merge AVI
198 files of different formats, it will most likely result in errors (and format
199 means same bitrates, too!).</para>
200 <indexterm zone="transcode avimerge">
201 <primary sortas="b-avimerge">avimerge</primary>
202 </indexterm>
203 </listitem>
204 </varlistentry>
205
206 <varlistentry id="avisplit">
207 <term><command>avisplit</command></term>
208 <listitem>
209 <para>splits AVI files into multiple files.</para>
210 <indexterm zone="transcode avisplit">
211 <primary sortas="b-avisplit">avisplit</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215
216 <varlistentry id="avisync">
217 <term><command>avisync</command></term>
218 <listitem>
219 <para>can shift audio in AVI files for better
220 synchronizing of the audio and video data signal.</para>
221 <indexterm zone="transcode avisync">
222 <primary sortas="b-avisync">avisync</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
227 <varlistentry id="tccat">
228 <term><command>tccat</command></term>
229 <listitem>
230 <para>concatenates input files using the input plugins of
231 <application>Transcode</application>.</para>
232 <indexterm zone="transcode tccat">
233 <primary sortas="b-tccat">tccat</primary>
234 </indexterm>
235 </listitem>
236 </varlistentry>
237
238 <varlistentry id="tcdecode">
239 <term><command>tcdecode</command></term>
240 <listitem>
241 <para>is used to decode input files to raw video and
242 PCM audio streams.</para>
243 <indexterm zone="transcode tcdecode">
244 <primary sortas="b-tcdecode">tcdecode</primary>
245 </indexterm>
246 </listitem>
247 </varlistentry>
248
249 <varlistentry id="tcdemux">
250 <term><command>tcdemux</command></term>
251 <listitem>
252 <para>demultiplexes (separates) audio/video input that contains
253 multiple streams, e.g., VOB files.</para>
254 <indexterm zone="transcode tcdemux">
255 <primary sortas="b-tcdemux">tcdemux</primary>
256 </indexterm>
257 </listitem>
258 </varlistentry>
259
260 <varlistentry id="tcextract">
261 <term><command>tcextract</command></term>
262 <listitem>
263 <para>grabs single streams from a file containing multiple streams.</para>
264 <indexterm zone="transcode tcextract">
265 <primary sortas="b-tcextract">tcextract</primary>
266 </indexterm>
267 </listitem>
268 </varlistentry>
269
270 <varlistentry id="tcframe">
271 <term><command>tcframe</command></term>
272 <listitem>
273 <para>processes single video frames for different color encodings
274 (RGB &gt;-&lt; YUV or similar).</para>
275 <indexterm zone="transcode tcframe">
276 <primary sortas="b-tcframe">tcframe</primary>
277 </indexterm>
278 </listitem>
279 </varlistentry>
280
281 <varlistentry id="tcmodinfo">
282 <term><command>tcmodinfo</command></term>
283 <listitem>
284 <para>loads a supplied <application>Transcode</application> filter
285 module and prints its parameters.</para>
286 <indexterm zone="transcode tcmodinfo">
287 <primary sortas="b-tcmodinfo">tcmodinfo</primary>
288 </indexterm>
289 </listitem>
290 </varlistentry>
291
292 <varlistentry id="tcmp3cut">
293 <term><command>tcmp3cut</command></term>
294 <listitem>
295 <para>is a tool which can cut MP3 streams at
296 milliseconds positions.</para>
297 <indexterm zone="transcode tcmp3cut">
298 <primary sortas="b-tcmp3cut">tcmp3cut</primary>
299 </indexterm>
300 </listitem>
301 </varlistentry>
302
303 <varlistentry id="tcprobe">
304 <term><command>tcprobe</command></term>
305 <listitem>
306 <para>prints information about the input file format.</para>
307 <indexterm zone="transcode tcprobe">
308 <primary sortas="b-tcprobe">tcprobe</primary>
309 </indexterm>
310 </listitem>
311 </varlistentry>
312
313 <varlistentry id="tcrequant">
314 <term><command>tcrequant</command></term>
315 <listitem>
316 <para>is a tool which can requantize an MPEG-2
317 elementary stream.</para>
318 <indexterm zone="transcode tcrequant">
319 <primary sortas="b-tcrequant">tcrequant</primary>
320 </indexterm>
321 </listitem>
322 </varlistentry>
323
324 <varlistentry id="tcscan">
325 <term><command>tcscan</command></term>
326 <listitem>
327 <para> performs several measurements on the given input data.</para>
328 <indexterm zone="transcode tcscan">
329 <primary sortas="b-tcscan">tcscan</primary>
330 </indexterm>
331 </listitem>
332 </varlistentry>
333
334 <varlistentry id="tcxmlcheck">
335 <term><command>tcxmlcheck</command></term>
336 <listitem>
337 <para> checks information in a SMIL input file.</para>
338 <indexterm zone="transcode tcxmlcheck">
339 <primary sortas="b-tcxmlcheck">tcxmlcheck</primary>
340 </indexterm>
341 </listitem>
342 </varlistentry>
343
344 <varlistentry id="transcode-prog">
345 <term><command>transcode</command></term>
346 <listitem>
347 <para>is the encoder's user interface that handles the plugins and
348 other programs, being the glue between the modules. There are several well
349 documented usage examples on both the homepage and the documentation included
350 in the package.</para>
351 <indexterm zone="transcode transcode-prog">
352 <primary sortas="b-transcode">transcode</primary>
353 </indexterm>
354 </listitem>
355 </varlistentry>
356
357 <varlistentry id="a52_decore">
358 <term><filename class='libraryfile'>a52_decore.so</filename></term>
359 <listitem>
360 <para>is used to interface with the <filename class='libraryfile'>liba52</filename>
361 library for decoding AC-3 streams.</para>
362 <indexterm zone="transcode a52_decore">
363 <primary sortas="c-a52_decore">a52_decore.so</primary>
364 </indexterm>
365 </listitem>
366 </varlistentry>
367
368 <varlistentry id="af6_decore">
369 <term><filename class='libraryfile'>af6_decore.so</filename></term>
370 <listitem>
371 <para>is a support module used to decode
372 <filename class='libraryfile'>libaviplay</filename> library supported codecs
373 and file formats</para>
374 <indexterm zone="transcode af6_decore">
375 <primary sortas="c-af6_decore">af6_decore.so</primary>
376 </indexterm>
377 </listitem>
378 </varlistentry>
379
380 <varlistentry id="export-filter">
381 <term><filename class='libraryfile'>export/filter/import_*.so</filename></term>
382 <listitem>
383 <para>&mdash; depending on the external libraries that are used,
384 there are a great number of plugins to convert audio and video input to raw
385 format, process raw video and audio and convert raw audio and video to other
386 formats to be written into a file type of choice. Read the documentation for
387 complete information.</para>
388 <indexterm zone="transcode export-filter">
389 <primary sortas="c-export-filter">export/filter/import_*.so</primary>
390 </indexterm>
391 </listitem>
392 </varlistentry>
393 </variablelist>
394
395 </sect2>
396
397</sect1>
Note: See TracBrowser for help on using the repository browser.