source: multimedia/videoutils/transcode.xml@ 57518fe

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind 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 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 57518fe was 57518fe, checked in by Krejzi <krejzi@…>, 10 years ago

Typo.

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

  • Property mode set to 100644
File size: 13.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY transcode-download-http "https://bitbucket.org/france/transcode-tcforge/downloads/transcode-&transcode-version;.tar.bz2">
8 <!ENTITY transcode-download-ftp "&gentoo-ftp-repo;/transcode-&transcode-version;.tar.bz2">
9 <!ENTITY transcode-md5sum "9bb25a796a8591fb764de46ee87ce505">
10 <!ENTITY transcode-size "2.1 MB">
11 <!ENTITY transcode-buildsize "75 MB">
12 <!ENTITY transcode-time "1.0 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>
33 <application>Transcode</application> is a fast, versatile and
34 command-line based audio/video everything to everything converter.
35 For a rundown of the features and capabilities, along with usage
36 examples, visit the Transcode Wiki at
37 <ulink url="http://www.transcoding.org/"/>.
38 </para>
39
40 &lfs76_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&transcode-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&transcode-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &transcode-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &transcode-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &transcode-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &transcode-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
77 <itemizedlist spacing="compact">
78 <listitem>
79 <para>
80 Required patch:
81 <ulink url="&patch-root;/transcode-&transcode-version;-ffmpeg2-1.patch"/>
82 </para>
83 </listitem>
84 </itemizedlist>
85
86 <bridgehead renderas="sect3">Transcode Dependencies</bridgehead>
87
88 <bridgehead renderas="sect4">Required</bridgehead>
89 <para role="required">
90 <xref linkend="ffmpeg"/>
91 </para>
92
93 <bridgehead renderas="sect4">Recommended</bridgehead>
94 <para role="recommended">
95 <xref linkend="alsa-lib"/>,
96 <xref linkend="lame"/>,
97 <xref linkend="libdvdread"/>,
98 <xref linkend="libmpeg2"/>, and
99 <xref linkend="xorg7-lib"/>
100 </para>
101
102 <bridgehead renderas="sect4">Optional</bridgehead>
103 <para role="optional">
104 <xref linkend="faac"/>,
105 <xref linkend="freetype2"/>,
106 <xref linkend="imagemagick"/>,
107 <xref linkend="liba52"/>,
108 <xref linkend="libdv"/>,
109 <xref linkend="libjpeg"/>,
110 <xref linkend="libogg"/>,
111 <xref linkend="libquicktime"/>,
112 <xref linkend="libtheora"/>,
113 <xref linkend="libvorbis"/>,
114 <xref linkend="libxml2"/>,
115 <xref linkend="lzo"/>,
116 <ulink url="http://sourceforge.net/projects/mjpeg/">MJPEG Tools</ulink>,
117 <ulink url="http://www.netlib.org/pvm3/">PVM3</ulink>,
118 <xref linkend="sdl"/>,
119 <ulink url="http://linuxtv.org/downloads/v4l-utils/">Video4Linux</ulink>,
120 <xref linkend="x264"/>, and
121 <xref linkend="xvid"/>
122 </para>
123
124 <para condition="html" role="usernotes">User Notes:
125 <ulink url="&blfs-wiki;/transcode"/>
126 </para>
127 </sect2>
128
129 <sect2 role="installation">
130 <title>Installation of Transcode</title>
131
132 <note>
133 <para>
134 The details of how the <application>FFmpeg</application> libraries
135 are used has changed since this version of
136 <application>Transcode</application> was released. The patch allows the
137 package to be compiled, but some or all of the internal calls to
138 <application>FFmpeg</application> fail at run time (they report an error
139 and processing continues, but without any output).
140 </para>
141
142 <para>
143 For many packages, that would be a critical error. In this case,
144 the main reason to install <application>Transcode</application> is for
145 the <command>tccat</command> program, which works. Some of the
146 <command>transcode</command> options work - for the others, use
147 <command>ffmpeg</command> directly on the command line.
148 </para>
149 </note>
150
151 <para>
152 When building with --enable-freetype2 configure switch, fix the code to
153 find the header locations for <application>FreeType-2.5.x</application>
154 (x &gt; 0):
155 </para>
156
157<screen><userinput>sed -i "s:#include &lt;freetype/ftglyph.h&gt;:#include FT_GLYPH_H:" filter/subtitler/load_font.c</userinput></screen>
158
159 <para>
160 Install <application>Transcode</application> by running the following
161 commands:
162 </para>
163
164<screen><userinput>sed -i 's|doc/transcode|&amp;-$(PACKAGE_VERSION)|' \
165 $(find . -name Makefile.in -exec grep -l 'docsdir =' {} \;) &amp;&amp;
166sed -i "s:av_close_input_file:avformat_close_input:g" \
167 import/probe_ffmpeg.c &amp;&amp;
168
169patch -Np1 -i ../transcode-&transcode-version;-ffmpeg2-1.patch &amp;&amp;
170./configure --prefix=/usr \
171 --enable-alsa \
172 --enable-libmpeg2 &amp;&amp;
173make</userinput></screen>
174
175 <para>
176 This package does not come with a test suite.
177 </para>
178
179 <para>
180 Now, as the <systemitem class="username">root</systemitem> user:
181 </para>
182
183<screen role="root"><userinput>make install</userinput></screen>
184
185 </sect2>
186
187 <sect2 role="commands">
188 <title>Command Explanations</title>
189
190 <para>
191 <command>sed -i ... filter/subtitler/load_font.c</command>: Fixes header
192 locations for new <application>FreeType-2.5.x</application> (x &gt; 0).
193 </para>
194
195 <para>
196 <command>sed -i ...</command>: Fixes install location for documentation.
197 </para>
198
199 <para>
200 <command>sed ... import/probe_ffmpeg.c</command>: This sed fixes
201 compilation with <application>ffmpeg</application> 2.4.
202 </para>
203
204 <para>
205 Support for most of the dependency packages requires using
206 options passed to the <command>configure</command> script. View the
207 <filename>INSTALL</filename> file and the output from
208 <command>./configure --help</command> for complete information about
209 enabling dependency packages.
210 </para>
211
212 </sect2>
213
214 <sect2 role="content">
215 <title>Contents</title>
216
217 <segmentedlist>
218 <segtitle>Installed Programs</segtitle>
219 <segtitle>Installed Libraries</segtitle>
220 <segtitle>Installed Directories</segtitle>
221
222 <seglistitem>
223 <seg>
224 avifix, aviindex, avimerge, avisplit, avisync, tccat, tcdecode,
225 tcdemux, tcextract, tcmodinfo, tcmp3cut, tcprobe, tcscan, tcxmlcheck,
226 tcxpm2rgb, tcyait, and transcode
227 </seg>
228 <seg>
229 None
230 </seg>
231 <seg>
232 /usr/lib/transcode and
233 /usr/share/doc/transcode-&transcode-version;
234 </seg>
235 </seglistitem>
236 </segmentedlist>
237
238 <variablelist>
239 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
240 <?dbfo list-presentation="list"?>
241 <?dbhtml list-presentation="table"?>
242
243 <varlistentry id="avifix">
244 <term><command>avifix</command></term>
245 <listitem>
246 <para>
247 fixes the header of an AVI file.
248 </para>
249 <indexterm zone="transcode avifix">
250 <primary sortas="b-avifix">avifix</primary>
251 </indexterm>
252 </listitem>
253 </varlistentry>
254
255 <varlistentry id="aviindex">
256 <term><command>aviindex</command></term>
257 <listitem>
258 <para>
259 writes a text file describing the index of an AVI file.
260 </para>
261 <indexterm zone="transcode aviindex">
262 <primary sortas="b-aviindex">aviindex</primary>
263 </indexterm>
264 </listitem>
265 </varlistentry>
266
267 <varlistentry id="avimerge">
268 <term><command>avimerge</command></term>
269 <listitem>
270 <para>
271 merges AVI files of the same format. Do not try to merge AVI
272 files of different formats, it will most likely result in errors
273 (and format means same bitrates, too!).
274 </para>
275 <indexterm zone="transcode avimerge">
276 <primary sortas="b-avimerge">avimerge</primary>
277 </indexterm>
278 </listitem>
279 </varlistentry>
280
281 <varlistentry id="avisplit">
282 <term><command>avisplit</command></term>
283 <listitem>
284 <para>
285 splits AVI files into multiple files.
286 </para>
287 <indexterm zone="transcode avisplit">
288 <primary sortas="b-avisplit">avisplit</primary>
289 </indexterm>
290 </listitem>
291 </varlistentry>
292
293 <varlistentry id="avisync">
294 <term><command>avisync</command></term>
295 <listitem>
296 <para>
297 can shift audio in AVI files for better synchronizing
298 of the audio and video data signal.
299 </para>
300 <indexterm zone="transcode avisync">
301 <primary sortas="b-avisync">avisync</primary>
302 </indexterm>
303 </listitem>
304 </varlistentry>
305
306 <varlistentry id="tccat">
307 <term><command>tccat</command></term>
308 <listitem>
309 <para>
310 concatenates input files using the input plugins of
311 <application>Transcode</application>. This is useful
312 for extracting VOB (Video OBject) files.
313 </para>
314 <indexterm zone="transcode tccat">
315 <primary sortas="b-tccat">tccat</primary>
316 </indexterm>
317 </listitem>
318 </varlistentry>
319
320 <varlistentry id="tcdecode">
321 <term><command>tcdecode</command></term>
322 <listitem>
323 <para>
324 is used to decode input files to raw video and PCM
325 audio streams.
326 </para>
327 <indexterm zone="transcode tcdecode">
328 <primary sortas="b-tcdecode">tcdecode</primary>
329 </indexterm>
330 </listitem>
331 </varlistentry>
332
333 <varlistentry id="tcdemux">
334 <term><command>tcdemux</command></term>
335 <listitem>
336 <para>
337 demultiplexes (separates) audio/video input that contains
338 multiple streams, e.g., VOB files.
339 </para>
340 <indexterm zone="transcode tcdemux">
341 <primary sortas="b-tcdemux">tcdemux</primary>
342 </indexterm>
343 </listitem>
344 </varlistentry>
345
346 <varlistentry id="tcextract">
347 <term><command>tcextract</command></term>
348 <listitem>
349 <para>
350 grabs single streams from a file containing multiple streams.
351 </para>
352 <indexterm zone="transcode tcextract">
353 <primary sortas="b-tcextract">tcextract</primary>
354 </indexterm>
355 </listitem>
356 </varlistentry>
357
358 <varlistentry id="tcmodinfo">
359 <term><command>tcmodinfo</command></term>
360 <listitem>
361 <para>
362 loads a supplied <application>Transcode</application> filter
363 module and prints its parameters.
364 </para>
365 <indexterm zone="transcode tcmodinfo">
366 <primary sortas="b-tcmodinfo">tcmodinfo</primary>
367 </indexterm>
368 </listitem>
369 </varlistentry>
370
371 <varlistentry id="tcmp3cut">
372 <term><command>tcmp3cut</command></term>
373 <listitem>
374 <para>
375 is a tool which can cut MP3 streams at milliseconds
376 positions.
377 </para>
378 <indexterm zone="transcode tcmp3cut">
379 <primary sortas="b-tcmp3cut">tcmp3cut</primary>
380 </indexterm>
381 </listitem>
382 </varlistentry>
383
384 <varlistentry id="tcprobe">
385 <term><command>tcprobe</command></term>
386 <listitem>
387 <para>
388 prints information about the input file format.
389 </para>
390 <indexterm zone="transcode tcprobe">
391 <primary sortas="b-tcprobe">tcprobe</primary>
392 </indexterm>
393 </listitem>
394 </varlistentry>
395
396 <varlistentry id="tcscan">
397 <term><command>tcscan</command></term>
398 <listitem>
399 <para>
400 performs several measurements on the given input data.
401 </para>
402 <indexterm zone="transcode tcscan">
403 <primary sortas="b-tcscan">tcscan</primary>
404 </indexterm>
405 </listitem>
406 </varlistentry>
407
408 <varlistentry id="tcxmlcheck">
409 <term><command>tcxmlcheck</command></term>
410 <listitem>
411 <para>
412 checks information in a SMIL input file.
413 </para>
414 <indexterm zone="transcode tcxmlcheck">
415 <primary sortas="b-tcxmlcheck">tcxmlcheck</primary>
416 </indexterm>
417 </listitem>
418 </varlistentry>
419
420 <varlistentry id="transcode-prog">
421 <term><command>transcode</command></term>
422 <listitem>
423 <para>
424 is the encoder's user interface that handles the plugins and other
425 programs, being the glue between the modules. There are several
426 well documented usage examples on both the homepage and the
427 documentation included in the package.
428 </para>
429 <indexterm zone="transcode transcode-prog">
430 <primary sortas="b-transcode">transcode</primary>
431 </indexterm>
432 </listitem>
433 </varlistentry>
434
435 </variablelist>
436
437 </sect2>
438
439</sect1>
Note: See TracBrowser for help on using the repository browser.