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.

77 lines
2.9KB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <!-- Created by GNU Texinfo 6.8, https://www.gnu.org/software/texinfo/ -->
  4. <head>
  5. <meta charset="utf-8">
  6. <title>
  7. Libavformat Documentation
  8. </title>
  9. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  10. <link rel="stylesheet" type="text/css" href="bootstrap.min.css">
  11. <link rel="stylesheet" type="text/css" href="style.min.css">
  12. </head>
  13. <body>
  14. <div class="container">
  15. <h1>
  16. Libavformat Documentation
  17. </h1>
  18. <div align="center">
  19. </div>
  20. <a name="SEC_Top"></a>
  21. <div class="Contents_element" id="SEC_Contents">
  22. <h2 class="contents-heading">Table of Contents</h2>
  23. <div class="contents">
  24. <ul class="no-bullet">
  25. <li><a id="toc-Description" href="#Description">1 Description</a></li>
  26. <li><a id="toc-See-Also" href="#See-Also">2 See Also</a></li>
  27. <li><a id="toc-Authors" href="#Authors">3 Authors</a></li>
  28. </ul>
  29. </div>
  30. </div>
  31. <a name="Description"></a>
  32. <h2 class="chapter">1 Description<span class="pull-right"><a class="anchor hidden-xs" href="#Description" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Description" aria-hidden="true">TOC</a></span></h2>
  33. <p>The libavformat library provides a generic framework for multiplexing
  34. and demultiplexing (muxing and demuxing) audio, video and subtitle
  35. streams. It encompasses multiple muxers and demuxers for multimedia
  36. container formats.
  37. </p>
  38. <p>It also supports several input and output protocols to access a media
  39. resource.
  40. </p>
  41. <a name="See-Also"></a>
  42. <h2 class="chapter">2 See Also<span class="pull-right"><a class="anchor hidden-xs" href="#See-Also" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-See-Also" aria-hidden="true">TOC</a></span></h2>
  43. <p><a href="ffmpeg.html">ffmpeg</a>, <a href="ffplay.html">ffplay</a>, <a href="ffprobe.html">ffprobe</a>,
  44. <a href="ffmpeg-formats.html">ffmpeg-formats</a>, <a href="ffmpeg-protocols.html">ffmpeg-protocols</a>,
  45. <a href="libavutil.html">libavutil</a>, <a href="libavcodec.html">libavcodec</a>
  46. </p>
  47. <a name="Authors"></a>
  48. <h2 class="chapter">3 Authors<span class="pull-right"><a class="anchor hidden-xs" href="#Authors" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Authors" aria-hidden="true">TOC</a></span></h2>
  49. <p>The FFmpeg developers.
  50. </p>
  51. <p>For details about the authorship, see the Git history of the project
  52. (https://git.ffmpeg.org/ffmpeg), e.g. by typing the command
  53. <code>git log</code> in the FFmpeg source directory, or browsing the
  54. online repository at <a href="https://git.ffmpeg.org/ffmpeg">https://git.ffmpeg.org/ffmpeg</a>.
  55. </p>
  56. <p>Maintainers for the specific components are listed in the file
  57. <samp>MAINTAINERS</samp> in the source code tree.
  58. </p>
  59. <p style="font-size: small;">
  60. This document was generated using <a href="https://www.gnu.org/software/texinfo/"><em>makeinfo</em></a>.
  61. </p>
  62. </div>
  63. </body>
  64. </html>