source: multimedia/videoutils/ffmpeg.xml@ 55239a6

12.1 ken/TL2024 lazarus plabs/newcss rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since 55239a6 was 875b3b57, checked in by Pierre Labastie <pierre.labastie@…>, 7 months ago

Fix various option vs parameter problems

Sometimes there is no really a problem, but alos avoids that
automatic detection with "make test-options" return false positives

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