source: multimedia/videoutils/ffmpeg.xml@ 3c096aa0

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 3c096aa0 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 19 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

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