source: multimedia/videoutils/ffmpeg.xml@ ffe0646

12.1 12.2 gimp3 ken/TL2024 lazarus plabs/newcss python3.11 rahul/power-profiles-daemon trunk xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128
Last change on this file since ffe0646 was 990c920, checked in by Douglas R. Reno <renodr@…>, 10 months ago

ffmpeg: add support for Vulkan

  • Made the dependency internal
  • Added an option to the Command Explanations for using --enable-vulkan to enable video acceleration through Vulkan
  • Property mode set to 100644
File size: 23.6 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 "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)">
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)">
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 &lfs120_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="libaom"/>,
91 <xref linkend="libass"/>,
92 <xref linkend="fdk-aac"/>,
93 <xref linkend="freetype2"/>,
94 <xref linkend="lame"/>,
95 <xref linkend="libtheora"/>,
96 <xref linkend="libvorbis"/>,
97 <xref linkend="libvpx"/>,
98 <xref linkend="opus"/>,
99 <xref linkend="x264"/>,
100 <xref linkend="x265"/>, and
101 <xref linkend="nasm"/> or <xref linkend="yasm"/>
102 </para>
103
104 <bridgehead renderas="sect4">Recommended for desktop use</bridgehead>
105 <para role="recommended">
106 <xref linkend="alsa-lib"/>,
107 <xref linkend="libva"/>,
108 <xref linkend="libvdpau"/> (with the corresponding driver package), and
109 <xref linkend="sdl2"/>
110 </para>
111
112 <bridgehead renderas="sect4">Optional</bridgehead>
113 <para role="optional">
114 <xref linkend="doxygen"/>,
115 <xref linkend="fontconfig"/>,
116 <xref linkend="fribidi"/>,
117 <xref linkend="frei0r"/>,
118 <xref linkend="libcdio"/> (to identify and play CDs),
119 <xref linkend="libdrm"/> (for <quote>kmsgrab</quote> input),
120 <xref linkend="libwebp"/>,
121 <xref linkend="opencv"/>,
122 <xref linkend="openjpeg2"/>,
123 <xref linkend="gnutls"/>,
124 <xref linkend="pulseaudio"/>,
125 <xref linkend="samba"/>,
126 <xref linkend="speex"/>,
127 <xref linkend="texlive"/>
128 (or <xref linkend="tl-installer"/>) for PDF and PS documentation,
129 <xref linkend="v4l-utils"/>,
130 <xref linkend="vulkan-loader"/>,
131 <xref linkend="xvid"/>,
132 <xref linkend="x-window-system"/>,
133 <ulink url="https://github.com/festvox/flite">Flite</ulink>,
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>,
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="https://rtmpdump.mplayerhq.hu/">librtmp</ulink>,
146 <ulink url="https://www.libssh.org/">libssh</ulink>,
147 <ulink url="https://openal.org/">OpenAL</ulink>,
148 <ulink url="https://sourceforge.net/projects/opencore-amr">OpenCore AMR</ulink>,
149 <ulink url="https://github.com/Haivision/srt">Srt</ulink>,
150 <ulink url="https://sourceforge.net/projects/schrodinger/">Schroedinger</ulink>,
151 <ulink url="https://www.twolame.org/">TwoLAME</ulink>,
152 <ulink url="https://sourceforge.net/projects/opencore-amr/files/vo-aacenc/">vo-aaenc</ulink>,
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-->
155 <ulink url="https://zapping.sourceforge.net/ZVBI/">ZVBI</ulink>
156 </para>
157
158 </sect2>
159
160 <sect2 role="installation">
161 <title>Installation of FFmpeg</title>
162
163 <para>
164 First, apply a patch that adds an API necessary for some packages to
165 build:
166 <!-- qtwebengine -->
167 </para>
168
169<screen><userinput remap="pre">patch -Np1 -i ../ffmpeg-&ffmpeg-version;-chromium_method-1.patch</userinput></screen>
170
171 <para>
172 Install <application>FFmpeg</application> by running the following
173 commands:
174 </para>
175
176<screen><userinput>./configure --prefix=/usr \
177 --enable-gpl \
178 --enable-version3 \
179 --enable-nonfree \
180 --disable-static \
181 --enable-shared \
182 --disable-debug \
183 --enable-libaom \
184 --enable-libass \
185 --enable-libfdk-aac \
186 --enable-libfreetype \
187 --enable-libmp3lame \
188 --enable-libopus \
189 --enable-libtheora \
190 --enable-libvorbis \
191 --enable-libvpx \
192 --enable-libx264 \
193 --enable-libx265 \
194 --enable-openssl \
195 --docdir=/usr/share/doc/ffmpeg-&ffmpeg-version; &amp;&amp;
196
197make &amp;&amp;
198
199gcc tools/qt-faststart.c -o tools/qt-faststart</userinput></screen>
200
201 <para>
202 HTML documentation was built in the previous step. If you have
203 <xref linkend="texlive"/> installed and wish to build PDF and
204 Postscript versions of the documentation, issue the following commands:
205 </para>
206
207<screen remap="doc"><userinput>pushd doc &amp;&amp;
208for DOCNAME in `basename -s .html *.html`
209do
210 texi2pdf -b $DOCNAME.texi &amp;&amp;
211 texi2dvi -b $DOCNAME.texi &amp;&amp;
212
213 dvips -o $DOCNAME.ps \
214 $DOCNAME.dvi
215done &amp;&amp;
216popd &amp;&amp;
217unset DOCNAME</userinput></screen>
218
219 <para>
220 If you have <xref linkend="doxygen"/> installed
221 and you wish to build (if --disable-doc was
222 used) or rebuild the html documentation, issue:
223 </para>
224
225<screen remap="doc"><userinput>doxygen doc/Doxyfile</userinput></screen>
226
227 <para>
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.
231 </para>
232
233 <para>
234 Now, as the <systemitem class="username">root</systemitem> user:
235 </para>
236
237<screen role="root"><userinput>make install &amp;&amp;
238
239install -v -m755 tools/qt-faststart /usr/bin &amp;&amp;
240install -v -m755 -d /usr/share/doc/ffmpeg-&ffmpeg-version; &amp;&amp;
241install -v -m644 doc/*.txt /usr/share/doc/ffmpeg-&ffmpeg-version;</userinput></screen>
242
243 <para>
244 If the PDF and Postscript documentation was built, issue the following
245 commands, as the <systemitem class="username">root</systemitem> user, to
246 install them:
247 </para>
248
249<screen role="root"
250 remap="doc"><userinput>install -v -m644 doc/*.pdf /usr/share/doc/ffmpeg-&ffmpeg-version; &amp;&amp;
251install -v -m644 doc/*.ps /usr/share/doc/ffmpeg-&ffmpeg-version;</userinput></screen>
252
253 <para>
254 If you used <command>doxygen</command> to manually create the API
255 documentation, install it by issuing the following commands
256 as the <systemitem class="username">root</systemitem> user:
257 </para>
258
259<screen role="root"
260 remap="doc"><userinput>install -v -m755 -d /usr/share/doc/ffmpeg-&ffmpeg-version;/api &amp;&amp;
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>
264
265 <para>
266 To properly test the installation you must have <xref linkend="rsync"/>
267 installed and follow the instructions for the <ulink
268 url="https://www.ffmpeg.org/fate.html"> FFmpeg Automated Testing
269 Environment</ulink> (FATE). First, about 1 GB of sample files used to
270 run FATE are downloaded with the command:
271 </para>
272
273<screen remap="test"><userinput>make fate-rsync SAMPLES=fate-suite/</userinput></screen>
274
275 <para>
276 The <filename class="directory">fate-suite</filename> directory is
277 created and the files are downloaded there. That command actually runs an
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:
288 </para>
289
290<screen role="nodump"><userinput>rsync -vrltLW --delete --timeout=60 --contimeout=60 \
291 rsync://fate-suite.ffmpeg.org/fate-suite/ fate-suite/</userinput></screen>
292
293 <para>
294 Next, execute FATE with the following commands (there are more than 3800
295 tests in the suite):
296 </para>
297
298<screen remap="test"><userinput>make fate THREADS=<replaceable>N</replaceable> SAMPLES=fate-suite/ | tee ../fate.log &amp;&amp;
299grep ^TEST ../fate.log | wc -l</userinput></screen>
300
301 <para>
302 where <replaceable>N</replaceable> is an integer,
303 <replaceable>N</replaceable> &le; number of cores in the system.
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>
310
311 </sect2>
312
313 <sect2 role="commands">
314 <title>Command Explanations</title>
315
316 <para>
317 <command>sed -i ... configure</command>: This command adds the
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
323 <para>
324 <command>find ... ;</command>: Fixes permissions of documentation files
325 and directories.
326 </para>
327
328 <para>
329 <parameter>--enable-libfreetype</parameter>: Enables
330 <application>Freetype</application> support.
331 </para>
332
333 <para>
334 <parameter>--enable-gpl</parameter>: Enables the use of GPL code and
335 permits support for postprocessing, swscale and many other features.
336 </para>
337
338 <para>
339 <parameter>--enable-version3</parameter>: Enables the use of (L)GPL
340 version 3 code.
341 </para>
342
343 <para>
344 <parameter>--enable-nonfree</parameter>: Enables the use of nonfree code.
345 Note that the resulting libraries and binaries will be unredistributable.
346 </para>
347
348 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
349 href="../../xincludes/static-libraries.xml"/>
350
351 <para>
352 <parameter>--enable-shared</parameter>: Enables building shared
353 libraries, otherwise only static libraries are built and installed.
354 </para>
355
356 <para>
357 <parameter>--disable-debug</parameter>: Disables building debugging
358 symbols into the programs and libraries.
359 </para>
360
361 <para>
362 <parameter>--enable-libaom</parameter>: Enables AV1 audio and video
363 decoding via <filename class="libraryfile">libaom</filename>.
364 </para>
365
366 <para>
367 <parameter>--enable-libass</parameter>: Enables ASS/SSA subtitle format
368 rendering via <filename class="libraryfile">libass</filename>.
369 </para>
370
371 <para>
372 <option>--enable-libdrm</option>: Use this switch if
373 <xref linkend="libdrm"/> is installed to build the <quote>kmsgrab</quote>
374 input module which is useful for screen capturing or streaming.
375 </para>
376
377 <para>
378 <parameter>--enable-libfdk-aac</parameter>: Enables AAC audio encoding via
379 <filename class="libraryfile">libfdk-aac</filename>.
380 </para>
381
382 <para>
383 <parameter>--enable-libmp3lame</parameter>: Enables MP3 audio encoding
384 via <filename class="libraryfile">libmp3lame</filename>.
385 </para>
386
387 <para>
388 <parameter>--enable-libvorbis --enable-libtheora</parameter>: Enables
389 Theora video encoding via <filename
390 class="libraryfile">libvorbis</filename> and <filename
391 class="libraryfile">libtheora</filename>.
392 </para>
393
394 <para>
395 <parameter>--enable-libvorbis --enable-libvpx</parameter>: Enables WebM
396 encoding via <filename class="libraryfile">libvorbis</filename> and
397 <filename class="libraryfile">libvpx</filename>.
398 </para>
399
400 <para>
401 <parameter>--enable-libx264</parameter>: Enables high-quality
402 H.264/MPEG-4 AVC encoding via <filename
403 class="libraryfile">libx264</filename>.
404 </para>
405
406 <para>
407 <parameter>--enable-libx265</parameter>: Enables high-quality
408 H.265/HEVC encoding via <filename
409 class="libraryfile">libx265</filename>.
410 </para>
411
412 <para>
413 <parameter>--enable-openssl</parameter>:
414 Enables HTTPS protocol for network streams.
415 </para>
416
417 <para>
418 <option>--enable-gnutls</option>: Use this option instead of
419 <parameter>--enable-openssl</parameter>, if you want to use
420 <application>GnuTLS</application> instead of
421 <application>OpenSSL</application> for HTTPS protocol.
422 </para>
423
424 <para>
425 <option>--disable-doc</option>: Disables building html documentation.
426 This is only needed if <xref linkend="doxygen"/> is installed and you
427 do not want to build the html documentation.
428 </para>
429
430 <para>
431 <option>--enable-libpulse</option>: Enables support for
432 <application>Pulseaudio</application> for audio output.
433 </para>
434
435 <para>
436 <option>--enable-vulkan</option>: Enables support for using Vulkan for
437 video acceleration.
438 </para>
439
440 <para>
441 <command>gcc tools/qt-faststart.c -o tools/qt-faststart</command>: This
442 builds the <command>qt-faststart</command> program which can modify
443 QuickTime formatted movies (<filename class="extension">.mov</filename>
444 or <filename class="extension">.mp4</filename>) so that the header
445 information is located at the beginning of the file instead of the end.
446 This allows the movie file to begin playing before the entire file has
447 been downloaded.
448 </para>
449
450 <note>
451 <para>
452 Support for most of the dependency packages requires using options
453 passed to the <command>configure</command> script. View the output
454 from <command>./configure --help</command> for complete information
455 about enabling dependency packages.
456 </para>
457 </note>
458
459 </sect2>
460
461 <sect2 role="content">
462 <title>Contents</title>
463
464 <segmentedlist>
465 <segtitle>Installed Programs</segtitle>
466 <segtitle>Installed Libraries</segtitle>
467 <segtitle>Installed Directories</segtitle>
468
469 <seglistitem>
470 <seg>
471 ffmpeg, ffplay, ffprobe, <!--ffserver,--> and qt-faststart
472 </seg>
473 <seg>
474 libavcodec.so, libavdevice.so, libavfilter.so,
475 libavformat.so, libavutil.so, libpostproc.so,
476 libswresample.so, and libswscale.so
477 </seg>
478 <seg>
479 /usr/include/libav{codec,device,filter,format,util},
480 /usr/include/libpostproc,
481 /usr/include/libsw{resample,scale},
482 /usr/share/doc/ffmpeg-&ffmpeg-version;, and
483 /usr/share/ffmpeg
484 </seg>
485 </seglistitem>
486 </segmentedlist>
487
488 <variablelist>
489 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
490 <?dbfo list-presentation="list"?>
491 <?dbhtml list-presentation="table"?>
492
493 <varlistentry id="ffmpeg-prog">
494 <term><command>ffmpeg</command></term>
495 <listitem>
496 <para>
497 is a command-line tool to convert video files, network streams and
498 input from a TV card to several video formats
499 </para>
500 <indexterm zone="ffmpeg ffmpeg-prog">
501 <primary sortas="b-ffmpeg">ffmpeg</primary>
502 </indexterm>
503 </listitem>
504 </varlistentry>
505
506 <varlistentry id="ffplay">
507 <term><command>ffplay</command></term>
508 <listitem>
509 <para>
510 is a very simple and portable media player using the
511 <filename>ffmpeg</filename> libraries and the SDL library
512 </para>
513 <indexterm zone="ffmpeg ffplay">
514 <primary sortas="b-ffplay">ffplay</primary>
515 </indexterm>
516 </listitem>
517 </varlistentry>
518
519 <varlistentry id="ffprobe">
520 <term><command>ffprobe</command></term>
521 <listitem>
522 <para>
523 gathers information from multimedia streams and prints it in a human
524 and machine-readable fashion
525 </para>
526 <indexterm zone="ffmpeg ffprobe">
527 <primary sortas="b-ffprobe">ffprobe</primary>
528 </indexterm>
529 </listitem>
530 </varlistentry>
531
532 <varlistentry id="qt-faststart">
533 <term><command>qt-faststart</command></term>
534 <listitem>
535 <para>
536 moves the index file to the front of quicktime (mov/mp4) videos
537 </para>
538 <indexterm zone="ffmpeg qt-faststart">
539 <primary sortas="b-qt-faststart">qt-faststart</primary>
540 </indexterm>
541 </listitem>
542 </varlistentry>
543
544 <varlistentry id="libavcodec">
545 <term><filename class="libraryfile">libavcodec.so</filename></term>
546 <listitem>
547 <para>
548 is a library containing the <application>FFmpeg</application> codecs
549 (both encoding and decoding)
550 </para>
551 <indexterm zone="ffmpeg libavcodec">
552 <primary sortas="c-libavcodec">libavcodec.so</primary>
553 </indexterm>
554 </listitem>
555 </varlistentry>
556
557 <varlistentry id="libavdevice">
558 <term><filename class="libraryfile">libavdevice.so</filename></term>
559 <listitem>
560 <para>
561 is the <application>FFmpeg</application> device handling library
562 </para>
563 <indexterm zone="ffmpeg libavdevice">
564 <primary sortas="c-libavdevice">libavdevice.so</primary>
565 </indexterm>
566 </listitem>
567 </varlistentry>
568
569 <varlistentry id="libavfilter">
570 <term><filename class="libraryfile">libavfilter.so</filename></term>
571 <listitem>
572 <para>
573 is a library of filters that can alter video or audio between the
574 decoder and the encoder (or output)
575 </para>
576 <indexterm zone="ffmpeg libavfilter">
577 <primary sortas="c-libavfilter">libavfilter.so</primary>
578 </indexterm>
579 </listitem>
580 </varlistentry>
581
582 <varlistentry id="libavformat">
583 <term><filename class="libraryfile">libavformat.so</filename></term>
584 <listitem>
585 <para>
586 is a library containing the file formats handling (mux and demux
587 code for several formats) used by <command>ffplay</command> as well
588 as allowing the generation of audio or video streams
589 </para>
590 <indexterm zone="ffmpeg libavformat">
591 <primary sortas="c-libavformat">libavformat.so</primary>
592 </indexterm>
593 </listitem>
594 </varlistentry>
595
596 <varlistentry id="libavresample">
597 <term><filename class="libraryfile">libavresample.so</filename></term>
598 <listitem>
599 <para>
600 is a library containing functions for resampling audio and video.
601 </para>
602 <indexterm zone="ffmpeg libavresample">
603 <primary sortas="c-libavresample">libavresample</primary>
604 </indexterm>
605 </listitem>
606 </varlistentry>
607
608 <varlistentry id="libavutil">
609 <term><filename class="libraryfile">libavutil.so</filename></term>
610 <listitem>
611 <para>
612 is the <application>FFmpeg</application> utility library
613 </para>
614 <indexterm zone="ffmpeg libavutil">
615 <primary sortas="c-libavutil">libavutil.so</primary>
616 </indexterm>
617 </listitem>
618 </varlistentry>
619
620 <varlistentry id="libpostproc">
621 <term><filename class="libraryfile">libpostproc.so</filename></term>
622 <listitem>
623 <para>
624 is the <application>FFmpeg</application> post processing library
625 </para>
626 <indexterm zone="ffmpeg libpostproc">
627 <primary sortas="c-libpostproc">libpostproc.so</primary>
628 </indexterm>
629 </listitem>
630 </varlistentry>
631
632 <varlistentry id="libswresample">
633 <term><filename class="libraryfile">libswresample.so</filename></term>
634 <listitem>
635 <para>
636 is the <application>FFmpeg</application> audio rescaling library,
637 it contains functions for converting audio sample formats
638 </para>
639 <indexterm zone="ffmpeg libswresample">
640 <primary sortas="c-libswresample">libswresample.so</primary>
641 </indexterm>
642 </listitem>
643 </varlistentry>
644
645 <varlistentry id="libswscale">
646 <term><filename class="libraryfile">libswscale.so</filename></term>
647 <listitem>
648 <para>
649 is the <application>FFmpeg</application> image rescaling library
650 </para>
651 <indexterm zone="ffmpeg libswscale">
652 <primary sortas="c-libswscale">libswscale.so</primary>
653 </indexterm>
654 </listitem>
655 </varlistentry>
656
657 </variablelist>
658
659 </sect2>
660
661</sect1>
Note: See TracBrowser for help on using the repository browser.