source: multimedia/videoutils/ffmpeg.xml@ 18bf2d4

12.2 gimp3 lazarus trunk xry111/for-12.3 xry111/spidermonkey128
Last change on this file since 18bf2d4 was 18bf2d4, checked in by Bruce Dubbs <bdubbs@…>, 4 months ago

Update to ffmpeg-7.0.1.

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