source: multimedia/videoutils/ffmpeg.xml@ c6b192c

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 c6b192c was c6b192c, checked in by Xi Ruoyao <xry111@…>, 3 years ago

secure package download URLs

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

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