source: multimedia/videoutils/ffmpeg.xml@ dc56bc8

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 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 dc56bc8 was ddc02883, checked in by Fernando de Oliveira <fernando@…>, 8 years ago
  • Update to firefox-43.0.1.
  • iptables-1.6.0: typo.
  • libarchive-3.1.2 bsdtar OOM error.
  • Update to ffmpeg-2.8.4.

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

  • Property mode set to 100644
File size: 23.3 KB
RevLine 
[8a1e4f4]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[01062dd]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[560e14cf]6
[e730427e]7 <!ENTITY ffmpeg-download-http "http://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.xz">
[01062dd]8 <!ENTITY ffmpeg-download-ftp " ">
[ddc02883]9 <!ENTITY ffmpeg-md5sum "ac1e3d6934f9efd8b67713677c7fd99f">
[e730427e]10 <!ENTITY ffmpeg-size "6.9 MB">
[ddc02883]11 <!ENTITY ffmpeg-buildsize "156 MB (additional 2439 MB to run the FATE suite)">
12 <!ENTITY ffmpeg-time "1.2 SBU, with -j4 (additional 3.1 SBU, with THREADS=4,
[76708019]13 to run the FATE suite, after sample files are downloaded)">
[01062dd]14]>
15
[0b5a693]16<sect1 id="ffmpeg" xreflabel="FFmpeg-&ffmpeg-version;">
[8a1e4f4]17 <?dbhtml filename="ffmpeg.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>FFmpeg-&ffmpeg-version;</title>
25
26 <indexterm zone="ffmpeg">
27 <primary sortas="a-FFmpeg">FFmpeg</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to FFmpeg</title>
32
[faec3f7]33 <para>
34 <application>FFmpeg</application> is a solution to record, convert and
35 stream audio and video. It is a very fast video and audio converter and it
36 can also acquire from a live audio/video source. Designed to be intuitive,
37 the command-line interface (<command>ffmpeg</command>) tries to figure out
38 all the parameters, when possible. <application>FFmpeg</application> can
39 also convert from any sample rate to any other, and resize video on the
40 fly with a high quality polyphase filter.
[a161de9]41 <application>FFmpeg</application> can use a Video4Linux compatible video
[faec3f7]42 source and any Open Sound System audio source.
43 </para>
[9e5b78b]44
[60d53ec3]45 &lfs78_checked;
[8a1e4f4]46
47 <bridgehead renderas="sect3">Package Information</bridgehead>
48 <itemizedlist spacing="compact">
49 <listitem>
[ffd1fcc]50 <para>
51 Download (HTTP): <ulink url="&ffmpeg-download-http;"/>
52 </para>
[8a1e4f4]53 </listitem>
54 <listitem>
[ffd1fcc]55 <para>
56 Download (FTP): <ulink url="&ffmpeg-download-ftp;"/>
57 </para>
[8a1e4f4]58 </listitem>
59 <listitem>
[ffd1fcc]60 <para>
61 Download MD5 sum: &ffmpeg-md5sum;
62 </para>
[8a1e4f4]63 </listitem>
64 <listitem>
[ffd1fcc]65 <para>
66 Download size: &ffmpeg-size;
67 </para>
[8a1e4f4]68 </listitem>
69 <listitem>
[ffd1fcc]70 <para>
71 Estimated disk space required: &ffmpeg-buildsize;
72 </para>
[8a1e4f4]73 </listitem>
74 <listitem>
[ffd1fcc]75 <para>
76 Estimated build time: &ffmpeg-time;
77 </para>
[8a1e4f4]78 </listitem>
79 </itemizedlist>
80
[f29d6ee]81 <bridgehead renderas="sect3">FFmpeg Dependencies</bridgehead>
[8a1e4f4]82
[28cd5ce]83 <bridgehead renderas="sect4">Recommended</bridgehead>
[aaa3ccd]84 <para role="recommended">
[89d37eb8]85 <xref linkend="libass"/>,
86 <xref linkend="fdk-aac"/>,
[a525ccb]87 <xref linkend="freetype2"/>,
[efcf979]88 <xref linkend="lame"/>,
[baf1e23]89 <xref linkend="libtheora"/>,
[efcf979]90 <xref linkend="libvorbis"/>,
[a525ccb]91 <xref linkend="libvpx"/>,
[287a07e]92 <xref linkend="opus"/>,
[1fa4314]93 <xref linkend="x264"/>,
94 <xref linkend="x265"/>, and
[287a07e]95 <xref linkend="yasm"/>
[457568e]96 </para>
97
[89d37eb8]98 <bridgehead renderas="sect4">Recommended for desktop use</bridgehead>
[07584d8]99 <para>
[89d37eb8]100 <xref linkend="alsa-lib"/>,
[287a07e]101 <xref linkend="libva"/>,
102 <xref linkend="libvdpau"/> (with the corresponding driver package), and
103 <xref linkend="sdl"/>
[07584d8]104 </para>
105
[457568e]106 <bridgehead renderas="sect4">Optional</bridgehead>
107 <para role="optional">
[89d37eb8]108 <xref linkend="faac"/>,
[287a07e]109 <xref linkend="fontconfig"/>,
[60d53ec3]110 <xref linkend="frei0r"/>,
[287a07e]111 <xref linkend="libcdio"/> (to identify and play CDs),
[2f0f7a0]112 <xref linkend="libwebp"/>,
[60d53ec3]113 <xref linkend="opencv"/>,
[89d37eb8]114 <xref linkend="openjpeg"/>,
[ea8738a]115 <xref linkend="openssl"/> or
[80d4245]116 <xref linkend="gnutls"/>,
[287a07e]117 <xref linkend="pulseaudio"/>,
118 <xref linkend="speex"/>,
[f3429309]119 <xref linkend="texlive"/>
[60d53ec3]120 (or <xref linkend="tl-installer"/>) for PDF and PS documentation,
[80dbc4c8]121 <xref linkend="v4l-utils"/>,
[287a07e]122 <xref linkend="xvid"/>,
123 <xref linkend="x-window-system"/>,
124 <ulink url="http://www.speech.cs.cmu.edu/flite/">Flite</ulink>,
125 <ulink url="http://www.quut.com/gsm/">GSM</ulink>,
[d8377ddb]126 <ulink url="http://xhevc.com/en/hevc/decoder/download.jsp">HEVC/H.265</ulink>,
[20f09631]127 <!--<ulink url="http://www.ladspa.org/">LADSPA</ulink>,-->
[4162bcd]128 <ulink url="http://tipok.org.ua/node/17">libaacplus</ulink>,
[a161de9]129 <ulink url="http://www.videolan.org/developers/libbluray.html">libbluray</ulink>,
130 <ulink url="http://caca.zoy.org/">libcaca</ulink>,
[4162bcd]131 <ulink url="http://www.celt-codec.org/">libcelt</ulink>,
[a161de9]132 <ulink url="http://sourceforge.net/projects/libdc1394">libdc1394</ulink>,
[287a07e]133 <ulink url="https://www.videolan.org/developers/libdca.html">libdca</ulink>,
[a161de9]134 <ulink url="https://ieee1394.wiki.kernel.org/index.php/Libraries">libiec61883</ulink>,
135 <ulink url="https://github.com/dekkers/libilbc">libilbc</ulink>,
136 <ulink url="http://sourceforge.net/projects/modplug-xmms/">libmodplug</ulink>,
[a754ee2b]137 <ulink url="https://github.com/Distrotech/libnut">libnut</ulink> (Git checkout),
[287a07e]138 <ulink url="http://rtmpdump.mplayerhq.hu/">librtmp</ulink>,
139 <ulink url="http://www.libssh.org/">libssh</ulink>,
[20f09631]140 <!--<ulink url="http://xavs.sourceforge.net/">libxavs</ulink> (SVN checkout),-->
[287a07e]141 <ulink url="http://kcat.strangesoft.net/openal-releases/">OpenAL</ulink>,
[a161de9]142 <ulink url="http://sourceforge.net/projects/opencore-amr">OpenCore AMR</ulink>,
[04e67a8]143 <ulink url="http://diracvideo.org/">Schroedinger</ulink>,
[a161de9]144 <ulink url="http://www.twolame.org/">TwoLAME</ulink>,
145 <ulink url="http://sourceforge.net/projects/opencore-amr/files/vo-aacenc/">vo-aaenc</ulink>,
[20f09631]146 <ulink url="http://sourceforge.net/projects/opencore-amr/files/vo-amrwbenc/">vo-amrwbenc</ulink>, and
147 <!--<ulink url="http://www.videolan.org/developers/x265.html">x265 (H.265/MPEG-H HEVC)</ulink>, and-->
[287a07e]148 <ulink url="http://zapping.sourceforge.net/ZVBI/">ZVBI</ulink>
[ffd1fcc]149 </para>
[8a1e4f4]150
[faec3f7]151 <para condition="html" role="usernotes">
152 User Notes: <ulink url="&blfs-wiki;/ffmpeg"/>
153 </para>
[8a1e4f4]154 </sect2>
155
156 <sect2 role="installation">
157 <title>Installation of FFmpeg</title>
158
[20f09631]159 <para>
160 First, fix one file for values removed from libvpx-1.5.0:
161 </para>
162
[a8bf989f]163<screen><userinput>sed -e '/UPD.*=/,/SET_SCA.*=/d' \
[20f09631]164 -e '/SET_SHA.*=/d' \
165 -e '/GET_LAS.*=/d' \
166 -i libavcodec/libvpxenc.c</userinput></screen>
[faec3f7]167 <para>
168 Install <application>FFmpeg</application> by running the following
169 commands:
170 </para>
[8a1e4f4]171
[5a2fd537]172<screen><userinput>sed -i 's/-lflite"/-lflite -lasound"/' configure &amp;&amp;
[70f1af0]173
[eb32964]174./configure --prefix=/usr \
175 --enable-gpl \
176 --enable-version3 \
177 --enable-nonfree \
178 --disable-static \
179 --enable-shared \
180 --disable-debug \
181 --enable-libass \
182 --enable-libfdk-aac \
[a525ccb]183 --enable-libfreetype \
[eb32964]184 --enable-libmp3lame \
185 --enable-libopus \
186 --enable-libtheora \
187 --enable-libvorbis \
188 --enable-libvpx \
189 --enable-libx264 \
[1fa4314]190 --enable-libx265 \
[eb32964]191 --enable-x11grab \
[791213b]192 --docdir=/usr/share/doc/ffmpeg-&ffmpeg-version; &amp;&amp;
[70f1af0]193
[a161de9]194make &amp;&amp;
[70f1af0]195
[0ee2aa3]196gcc tools/qt-faststart.c -o tools/qt-faststart</userinput></screen>
[28cd5ce]197
[a161de9]198 <para>
[791213b]199 HTML documentation was built in the previous step. If you have
[a161de9]200 <xref linkend="texlive"/> installed and wish to build PDF and
201 Postscript versions of the documentation, issue the following commands:
202 </para>
[fcd201bd]203
[43a3a17]204<screen><userinput>sed -i '$s/$/\n\n@bye/' doc/{git-howto,nut,fate}.texi &amp;&amp;
205sed -i '/machine:i386/ s/\\/@backslashchar{}/g' doc/platform.texi &amp;&amp;
206
207pushd doc &amp;&amp;
[a161de9]208for DOCNAME in `basename -s .html *.html`
209do
210 texi2pdf -b $DOCNAME.texi &amp;&amp;
211 texi2dvi -b $DOCNAME.texi &amp;&amp;
[70f1af0]212
213 dvips -o $DOCNAME.ps \
[42160e7]214 $DOCNAME.dvi
[70f1af0]215done &amp;&amp;
216popd &amp;&amp;
[a161de9]217unset DOCNAME</userinput></screen>
[c08bd877]218
[faec3f7]219 <para>
220 If you have <xref linkend="doxygen"/> installed and wish to create the API
[5a2fd537]221 documentation (takes about 350 MB of space), issue the command
[a161de9]222 <command>doxygen doc/Doxyfile</command>.
[faec3f7]223 </para>
[8a1e4f4]224
[a161de9]225 <para>
[dc29e3ac]226 The fate-suite tests include comparisons with installed files, and should
227 not be run before the package is installed. Therefore, if you desire to
228 run them, instructions are given further below.
[a161de9]229 </para>
[8a1e4f4]230
[a161de9]231 <para>
232 Now, as the <systemitem class="username">root</systemitem> user:
233 </para>
[457568e]234
[a161de9]235<screen role="root"><userinput>make install &amp;&amp;
[70f1af0]236
[a161de9]237install -v -m755 tools/qt-faststart /usr/bin &amp;&amp;
238install -v -m644 doc/*.txt \
[791213b]239 /usr/share/doc/ffmpeg-&ffmpeg-version;</userinput></screen>
[9e5b78b]240
[faec3f7]241 <para>
[791213b]242 If PDF and Postscript documentations were built, issue the following
243 commands, as the <systemitem class="username">root</systemitem> user, to
244 install them:
[faec3f7]245 </para>
[fd7e0ed6]246
[dc29e3ac]247<screen role="root"><userinput>install -v -m644 doc/*.pdf \
[791213b]248 /usr/share/doc/ffmpeg-&ffmpeg-version; &amp;&amp;
[dc29e3ac]249install -v -m644 doc/*.ps \
[791213b]250 /usr/share/doc/ffmpeg-&ffmpeg-version;</userinput></screen>
[c08bd877]251
[faec3f7]252 <para>
[2216c969]253 If you used <command>doxygen</command> to create the API documentation,
[a161de9]254 install it (another 300 MB of space) by issuing the following commands
255 as the <systemitem class="username">root</systemitem> user:
[faec3f7]256 </para>
[c08bd877]257
[70f1af0]258<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/ffmpeg-&ffmpeg-version;/api &amp;&amp;
259cp -vr doc/doxy/html/* /usr/share/doc/ffmpeg-&ffmpeg-version;/api &amp;&amp;
260find /usr/share/doc/ffmpeg-&ffmpeg-version;/api -type f -exec chmod -c 0644 \{} \; &amp;&amp;
261find /usr/share/doc/ffmpeg-&ffmpeg-version;/api -type d -exec chmod -c 0755 \{} \;</userinput></screen>
[ffd1fcc]262
[dc29e3ac]263 <para>
264 To properly test the installation you must have <xref linkend="rsync"/>
265 installed and follow the instructions for the <ulink
266 url="http://www.ffmpeg.org/fate.html"> FFmpeg Automated Testing
[ddc02883]267 Environment</ulink> (FATE). First, about 947 MB of sample files used to
[dc29e3ac]268 run FATE are downloaded with the command:
269 </para>
270
271<screen><userinput>make fate-rsync SAMPLES=fate-suite/</userinput></screen>
272
273 <para>
274 The <filename class="directory">fate-suite</filename> directory is
[2adbd3da]275 created and the files are downloaded there. That command actually runs an
276 rsync command, to obtain the sample files. You may want to compress and
277 keep this directory for testing again, in another system, or when a new
278 version of ffmpeg is launched. Then, you unpack the sample files in the
279 source directory, and run, again, the <command>make fate-rsync
280 ...</command> command above, to sync with the repository. Now, the
281 download size and time are drastically reduced. Estimated values in
282 "Package Information" do not include the download SBU. Some samples may
283 have been removed, in the new version, so, in order to be sure local and
[70f1af0]284 server fate samples are identical, when you use previously saved samples,
285 run the following command:
[2adbd3da]286 </para>
287
288<screen><userinput><command>rsync -vrltLW --delete --timeout=60 --contimeout=60 \
289 rsync://fate-suite.ffmpeg.org/fate-suite/ fate-suite/</command></userinput></screen>
[f3429309]290
[2adbd3da]291 <para>
292 Next, FATE is executed, with the commands (you obtain a number of tests
[20f09631]293 larger than 2500):
[dc29e3ac]294 </para>
295
[06da9a6]296<screen><userinput>make fate THREADS=<replaceable>N</replaceable> SAMPLES=fate-suite/ | tee ../fate.log &amp;&amp;
[dc29e3ac]297grep ^TEST ../fate.log | wc -l</userinput></screen>
[f3429309]298
[06da9a6]299 <para>
300 where <replaceable>N</replaceable> is an integer,
301 <replaceable>N</replaceable> &le; number of threads in the system.
302 </para>
[dc29e3ac]303
[8a1e4f4]304 </sect2>
305
306 <sect2 role="commands">
307 <title>Command Explanations</title>
308
[faec3f7]309 <para>
[43a3a17]310 <command>sed -i ... configure</command>: This command adds the
[a161de9]311 <application>ALSA</application> library to the
312 <application>Flite</application> <envar>LDFLAGS</envar> variable and
313 enables the discovery of <application>Flite</application>.
314 </para>
315
[43a3a17]316 <para>
317 <command>sed -i ... texi</command>: Fix some .texi files for
318 documentation builds.
319 </para>
320
321 <para>
[70f1af0]322 <command>find ... ;</command>: Fix permissions of documentation files
[43a3a17]323 and directories.
324 </para>
325
[05bb3720]326 <para>
[dc29e3ac]327 <option>--enable-libfreetype</option>: Enables
[05bb3720]328 <application>Freetype</application> support.
329 </para>
330
[a161de9]331 <para>
332 <parameter>--enable-gpl</parameter>: Enables the use of GPL code and
[baf1e23]333 permits support for postprocessing, swscale and many other features.
[faec3f7]334 </para>
335
336 <para>
[a161de9]337 <parameter>--enable-version3</parameter>: Enables the use of (L)GPL
338 version 3 code.
339 </para>
340
341 <para>
[dc29e3ac]342 <parameter>--enable-nonfree</parameter>: Enables the use of nonfree code.
343 Note that the resulting libraries and binaries will be unredistributable.
[faec3f7]344 </para>
[8a1e4f4]345
[baf1e23]346 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
347 href="../../xincludes/static-libraries.xml"/>
348
[a161de9]349 <para>
[dc29e3ac]350 <parameter>--enable-shared</parameter>: Enables building shared
351 libraries, otherwise only static libraries are built and installed.
[a161de9]352 </para>
353
354 <para>
[89d37eb8]355 <parameter>--disable-debug</parameter>: Disables building debugging
356 symbols into the programs and libraries.
[a161de9]357 </para>
358
359 <para>
[89d37eb8]360 <parameter>--enable-libass</parameter>: Enables ASS/SSA subtitle format
[c0fce1d]361 rendering via <filename class="libraryfile">libass</filename>.
[a161de9]362 </para>
363
364 <para>
[c012c1a]365 <parameter>--enable-libfdk-aac</parameter>: Enables currently the
366 highest-quality AAC audio encoding via <filename
367 class="libraryfile">libfdk-aac</filename>.
[a161de9]368 </para>
369
370 <para>
[dc29e3ac]371 <parameter>--enable-libmp3lame</parameter>: Enables MP3 audio encoding
372 via <filename class="libraryfile">libmp3lame</filename>.
[a161de9]373 </para>
374
375 <para>
[c012c1a]376 <parameter>--enable-libvorbis --enable-libtheora</parameter>: Enables
377 Theora video encoding via <filename
378 class="libraryfile">libvorbis</filename> and <filename
379 class="libraryfile">libtheora</filename>.
[a161de9]380 </para>
381
382 <para>
[c012c1a]383 <parameter>--enable-libvorbis --enable-libvpx</parameter>: Enables WebM
384 encoding via <filename class="libraryfile">libvorbis</filename> and
385 <filename class="libraryfile">libvpx</filename>.
[a161de9]386 </para>
387
388 <para>
[dc29e3ac]389 <parameter>--enable-libx264</parameter>: Enables high-quality
390 H.264/MPEG-4 AVC encoding via <filename
[118613f8]391 class="libraryfile">libx264</filename>.
[a161de9]392 </para>
393
[1fa4314]394 <para>
395 <parameter>--enable-libx265</parameter>: Enables high-quality
396 H.265/HEVC encoding via <filename
397 class="libraryfile">libx265</filename>.
398 </para>
399
[a161de9]400 <para>
[89d37eb8]401 <parameter>--enable-x11grab</parameter>: Enables X11 grabbing.
[a161de9]402 </para>
403
[ea8738a]404 <para>
405 <option>--enable-openssl</option> or <option>--enable-gnutls</option>:
406 Enables HTTPS protocol for network streams.
407 </para>
408
[faec3f7]409 <para>
[dc29e3ac]410 <command>gcc tools/qt-faststart.c -o tools/qt-faststart</command>: This
411 builds the <command>qt-faststart</command> program which can modify
412 QuickTime formatted movies (<filename class="extension">.mov</filename>
413 or <filename class="extension">.mp4</filename>) so that the header
414 information is located at the beginning of the file instead of the end.
415 This allows the movie file to begin playing before the entire file has
416 been downloaded.
[2216c969]417 </para>
418
[c012c1a]419 <note>
420 <para>
421 Support for most of the dependency packages requires using options
[d0c85de6]422 passed to the <command>configure</command> script. View the output
[c012c1a]423 from <command>./configure --help</command> for complete information
424 about enabling dependency packages.
425 </para>
426 </note>
427
[8a1e4f4]428 </sect2>
429
430 <sect2 role="configuration">
431 <title>Configuring FFmpeg</title>
432
433 <sect3 id="ffmpeg-config">
434 <title>Config Files</title>
435
[755bb92]436 <para>
437 <filename>/etc/ffserver.conf</filename> and
438 <filename>~/.ffmpeg/ffserver-config</filename>
439 </para>
[8a1e4f4]440
441 <indexterm zone="ffmpeg ffmpeg-config">
[4162bcd]442 <primary
443 sortas="e-AA.ffmpeg-ffserver-config">~/.ffmpeg/ffserver-config</primary>
[8a1e4f4]444 </indexterm>
445
446 <indexterm zone="ffmpeg ffmpeg-config">
447 <primary sortas="e-etc-ffserver.conf">/etc/ffserver.conf</primary>
448 </indexterm>
449
[faec3f7]450 <para>
451 You'll find a sample <command>ffserver</command> configuration file at
452 <filename>doc/ffserver.conf</filename> in the source tree.
453 </para>
[ffd1fcc]454
[8a1e4f4]455 </sect3>
[ffd1fcc]456
[8a1e4f4]457 </sect2>
458
459 <sect2 role="content">
460 <title>Contents</title>
461
462 <segmentedlist>
463 <segtitle>Installed Programs</segtitle>
464 <segtitle>Installed Libraries</segtitle>
465 <segtitle>Installed Directories</segtitle>
466
467 <seglistitem>
[faec3f7]468 <seg>
[20f09631]469 ffmpeg, ffplay, ffprobe, ffserver, and qt-faststart
[faec3f7]470 </seg>
471 <seg>
[ffd1fcc]472 libavcodec.so, libavdevice.so, libavfilter.so,
473 libavformat.so, libavutil.so, libpostproc.so,
[89d37eb8]474 libswresample, and libswscale.so
[faec3f7]475 </seg>
476 <seg>
[20f09631]477 /usr/include/lib{avcodec,avdevice,avfilter,avformat},
478 /usr/include/lib{avutil,postproc,swresample,swscale},
[813ea9af]479 /usr/share/doc/ffmpeg-&ffmpeg-version;, and
480 /usr/share/ffmpeg
[faec3f7]481 </seg>
[8a1e4f4]482 </seglistitem>
483 </segmentedlist>
484
485 <variablelist>
486 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
487 <?dbfo list-presentation="list"?>
488 <?dbhtml list-presentation="table"?>
489
490 <varlistentry id="ffmpeg-prog">
491 <term><command>ffmpeg</command></term>
492 <listitem>
[faec3f7]493 <para>
494 is a command-line tool to convert video files, network streams and
495 input from a TV card to several video formats.
496 </para>
[8a1e4f4]497 <indexterm zone="ffmpeg ffmpeg-prog">
498 <primary sortas="b-ffmpeg">ffmpeg</primary>
499 </indexterm>
500 </listitem>
501 </varlistentry>
502
503 <varlistentry id="ffplay">
504 <term><command>ffplay</command></term>
505 <listitem>
[faec3f7]506 <para>
507 is a very simple and portable media player using the
508 <filename>ffmpeg</filename> libraries and the SDL library.
509 </para>
[8a1e4f4]510 <indexterm zone="ffmpeg ffplay">
511 <primary sortas="b-ffplay">ffplay</primary>
512 </indexterm>
513 </listitem>
514 </varlistentry>
515
[f60198bf]516 <varlistentry id="ffprobe">
517 <term><command>ffprobe</command></term>
518 <listitem>
[faec3f7]519 <para>
520 gathers information from multimedia streams and prints it in a human
521 and machine-readable fashion.
522 </para>
[f60198bf]523 <indexterm zone="ffmpeg ffprobe">
524 <primary sortas="b-ffprobe">ffprobe</primary>
525 </indexterm>
526 </listitem>
527 </varlistentry>
528
[8a1e4f4]529 <varlistentry id="ffserver">
530 <term><command>ffserver</command></term>
531 <listitem>
[faec3f7]532 <para>
533 is a streaming server for everything that <command>ffmpeg</command>
534 could use as input (files, streams, TV card input, webcam, etc).
535 </para>
[8a1e4f4]536 <indexterm zone="ffmpeg ffserver">
537 <primary sortas="b-ffserver">ffserver</primary>
538 </indexterm>
539 </listitem>
540 </varlistentry>
541
[c08bd877]542 <varlistentry id="qt-faststart">
543 <term><command>qt-faststart</command></term>
544 <listitem>
[faec3f7]545 <para>
546 moves the index file to the front of quicktime (mov/mp4) videos.
547 </para>
[c08bd877]548 <indexterm zone="ffmpeg qt-faststart">
549 <primary sortas="b-qt-faststart">qt-faststart</primary>
550 </indexterm>
551 </listitem>
552 </varlistentry>
553
[8a1e4f4]554 <varlistentry id="libavcodec">
[4162bcd]555 <term><filename class="libraryfile">libavcodec.so</filename></term>
[8a1e4f4]556 <listitem>
[faec3f7]557 <para>
558 is a library containing the <application>FFmpeg</application> codecs
559 (both encoding and decoding).
560 </para>
[8a1e4f4]561 <indexterm zone="ffmpeg libavcodec">
[9e5b78b]562 <primary sortas="c-libavcodec">libavcodec.so</primary>
[28cd5ce]563 </indexterm>
564 </listitem>
565 </varlistentry>
566
567 <varlistentry id="libavdevice">
[4162bcd]568 <term><filename class="libraryfile">libavdevice.so</filename></term>
[28cd5ce]569 <listitem>
[faec3f7]570 <para>
571 is the <application>FFmpeg</application> device handling library.
572 </para>
[28cd5ce]573 <indexterm zone="ffmpeg libavdevice">
[9e5b78b]574 <primary sortas="c-libavdevice">libavdevice.so</primary>
575 </indexterm>
576 </listitem>
577 </varlistentry>
578
579 <varlistentry id="libavfilter">
[4162bcd]580 <term><filename class="libraryfile">libavfilter.so</filename></term>
[9e5b78b]581 <listitem>
[faec3f7]582 <para>
583 is a library of filters that can alter video or audio between the
584 decoder and the encoder (or output).
585 </para>
[9e5b78b]586 <indexterm zone="ffmpeg libavfilter">
587 <primary sortas="c-libavfilter">libavfilter.so</primary>
[8a1e4f4]588 </indexterm>
589 </listitem>
590 </varlistentry>
591
592 <varlistentry id="libavformat">
[4162bcd]593 <term><filename class="libraryfile">libavformat.so</filename></term>
[8a1e4f4]594 <listitem>
[faec3f7]595 <para>
596 is a library containing the file formats handling (mux and demux
597 code for several formats) used by <command>ffplay</command> as well
598 as allowing the generation of audio or video streams.
599 </para>
[8a1e4f4]600 <indexterm zone="ffmpeg libavformat">
[9e5b78b]601 <primary sortas="c-libavformat">libavformat.so</primary>
[28cd5ce]602 </indexterm>
603 </listitem>
604 </varlistentry>
605
606 <varlistentry id="libavutil">
[4162bcd]607 <term><filename class="libraryfile">libavutil.so</filename></term>
[28cd5ce]608 <listitem>
[ffd1fcc]609 <para>
610 is the <application>FFmpeg</application> utility library.
611 </para>
[28cd5ce]612 <indexterm zone="ffmpeg libavutil">
[9e5b78b]613 <primary sortas="c-libavutil">libavutil.so</primary>
[28cd5ce]614 </indexterm>
615 </listitem>
616 </varlistentry>
617
[874f1e88]618 <varlistentry id="libpostproc">
[4162bcd]619 <term><filename class="libraryfile">libpostproc.so</filename></term>
[28cd5ce]620 <listitem>
[faec3f7]621 <para>
622 is the <application>FFmpeg</application> post processing library.
623 </para>
[28cd5ce]624 <indexterm zone="ffmpeg libpostproc">
[9e5b78b]625 <primary sortas="c-libpostproc">libpostproc.so</primary>
[28cd5ce]626 </indexterm>
627 </listitem>
628 </varlistentry>
629
[baf1e23]630 <varlistentry id="libswresample">
631 <term><filename class="libraryfile">libswresample.so</filename></term>
632 <listitem>
633 <para>
634 is the <application>FFmpeg</application> audio rescaling library,
635 it contains functions for converting audio sample formats.
636 </para>
637 <indexterm zone="ffmpeg libswresample">
638 <primary sortas="c-libswresample">libswresample.so</primary>
639 </indexterm>
640 </listitem>
641 </varlistentry>
642
[28cd5ce]643 <varlistentry id="libswscale">
[4162bcd]644 <term><filename class="libraryfile">libswscale.so</filename></term>
[28cd5ce]645 <listitem>
[faec3f7]646 <para>
647 is the <application>FFmpeg</application> image rescaling library.
648 </para>
[28cd5ce]649 <indexterm zone="ffmpeg libswscale">
[9e5b78b]650 <primary sortas="c-libswscale">libswscale.so</primary>
[8a1e4f4]651 </indexterm>
652 </listitem>
653 </varlistentry>
[ffd1fcc]654
[8a1e4f4]655 </variablelist>
[ffd1fcc]656
[8a1e4f4]657 </sect2>
[ffd1fcc]658
[49e5372]659</sect1>
Note: See TracBrowser for help on using the repository browser.