星火直播PC
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

libavcodec.html 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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="Libavcodec Documentation: ">
  10. <meta name="keywords" content="FFmpeg documentation : Libavcodec ">
  11. <meta name="Generator" content="texi2html 5.0">
  12. <!-- Created on March 9, 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">Libavcodec 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="libavcodec.html#toc-Description">1 Description</a></h1>
  41. <p>The libavcodec library provides a generic encoding/decoding framework
  42. and contains multiple decoders and encoders for audio, video and
  43. subtitle streams, and several bitstream filters.
  44. </p>
  45. <p>The shared architecture provides various services ranging from bit
  46. stream I/O to DSP optimizations, and makes it suitable for
  47. implementing robust and fast codecs as well as for experimentation.
  48. </p>
  49. <a name="See-Also"></a>
  50. <h1 class="chapter"><a href="libavcodec.html#toc-See-Also">2 See Also</a></h1>
  51. <p><a href="ffmpeg.html">ffmpeg</a>, <a href="ffplay.html">ffplay</a>, <a href="ffprobe.html">ffprobe</a>,
  52. <a href="ffmpeg-codecs.html">ffmpeg-codecs</a>, <a href="ffmpeg-bitstream-filters.html">bitstream-filters</a>,
  53. <a href="libavutil.html">libavutil</a>
  54. </p>
  55. <a name="Authors"></a>
  56. <h1 class="chapter"><a href="libavcodec.html#toc-Authors">3 Authors</a></h1>
  57. <p>The FFmpeg developers.
  58. </p>
  59. <p>For details about the authorship, see the Git history of the project
  60. (git://source.ffmpeg.org/ffmpeg), e.g. by typing the command
  61. <code>git log</code> in the FFmpeg source directory, or browsing the
  62. online repository at <a href="http://source.ffmpeg.org">http://source.ffmpeg.org</a>.
  63. </p>
  64. <p>Maintainers for the specific components are listed in the file
  65. &lsquo;<tt>MAINTAINERS</tt>&rsquo; in the source code tree.
  66. </p>
  67. </div>
  68. </body>
  69. </html>