libavfilter.html 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <title>FFmpeg documentation</title>
  7. <link rel="stylesheet" href="bootstrap.min.css" />
  8. <link rel="stylesheet" href="style.min.css" />
  9. <meta name="description" content="Libavfilter Documentation: ">
  10. <meta name="keywords" content="FFmpeg documentation : Libavfilter ">
  11. <meta name="Generator" content="texi2html 5.0">
  12. <!-- Created on June 8, 2020 by texi2html 5.0 -->
  13. <!--
  14. texi2html was written by:
  15. Lionel Cons <Lionel.Cons@cern.ch> (original author)
  16. Karl Berry <karl@freefriends.org>
  17. Olaf Bachmann <obachman@mathematik.uni-kl.de>
  18. and many others.
  19. Maintained by: Many creative people.
  20. Send bugs and suggestions to <texi2html-bug@nongnu.org>
  21. -->
  22. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  23. </head>
  24. <body>
  25. <div class="container">
  26. <h1 class="titlefont">Libavfilter Documentation</h1>
  27. <hr>
  28. <a name="SEC_Top"></a>
  29. <a name="SEC_Contents"></a>
  30. <h1>Table of Contents</h1>
  31. <div class="contents">
  32. <ul class="no-bullet">
  33. <li><a name="toc-Description" href="#Description">1 Description</a></li>
  34. <li><a name="toc-See-Also" href="#See-Also">2 See Also</a></li>
  35. <li><a name="toc-Authors" href="#Authors">3 Authors</a></li>
  36. </ul>
  37. </div>
  38. <hr size="6">
  39. <a name="Description"></a>
  40. <h1 class="chapter"><a href="libavfilter.html#toc-Description">1 Description</a></h1>
  41. <p>The libavfilter library provides a generic audio/video filtering
  42. framework containing several filters, sources and sinks.
  43. </p>
  44. <a name="See-Also"></a>
  45. <h1 class="chapter"><a href="libavfilter.html#toc-See-Also">2 See Also</a></h1>
  46. <p><a href="ffmpeg.html">ffmpeg</a>, <a href="ffplay.html">ffplay</a>, <a href="ffprobe.html">ffprobe</a>,
  47. <a href="ffmpeg-filters.html">ffmpeg-filters</a>,
  48. <a href="libavutil.html">libavutil</a>, <a href="libswscale.html">libswscale</a>, <a href="libswresample.html">libswresample</a>,
  49. <a href="libavcodec.html">libavcodec</a>, <a href="libavformat.html">libavformat</a>, <a href="libavdevice.html">libavdevice</a>
  50. </p>
  51. <a name="Authors"></a>
  52. <h1 class="chapter"><a href="libavfilter.html#toc-Authors">3 Authors</a></h1>
  53. <p>The FFmpeg developers.
  54. </p>
  55. <p>For details about the authorship, see the Git history of the project
  56. (git://source.ffmpeg.org/ffmpeg), e.g. by typing the command
  57. <code>git log</code> in the FFmpeg source directory, or browsing the
  58. online repository at <a href="http://source.ffmpeg.org">http://source.ffmpeg.org</a>.
  59. </p>
  60. <p>Maintainers for the specific components are listed in the file
  61. &lsquo;<tt>MAINTAINERS</tt>&rsquo; in the source code tree.
  62. </p>
  63. </div>
  64. </body>
  65. </html>