source: multimedia/videoutils/ffmpeg.xml@ 9e3d18a7

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 9e3d18a7 was 9e3d18a7, checked in by Fernando de Oliveira <fernando@…>, 8 years ago
  • Doxygen-1.8.11: libxml2-2.9.3 is required for the tests.
  • fop-2.1: reinstate fop-2.1-listNPE-1.patch.
  • Update to gutenprint-5.2.11.
  • Update to dbus-glib-0.106.
  • Update to acpid-2.0.26.
  • Update to ffmpeg-2.8.5.

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

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