星火直播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.

libavdevice.html 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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="Libavdevice Documentation: ">
  10. <meta name="keywords" content="FFmpeg documentation : Libavdevice ">
  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">Libavdevice 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="libavdevice.html#toc-Description">1 Description</a></h1>
  41. <p>The libavdevice library provides a generic framework for grabbing from
  42. and rendering to many common multimedia input/output devices, and
  43. supports several input and output devices, including Video4Linux2,
  44. VfW, DShow, and ALSA.
  45. </p>
  46. <a name="See-Also"></a>
  47. <h1 class="chapter"><a href="libavdevice.html#toc-See-Also">2 See Also</a></h1>
  48. <p><a href="ffmpeg.html">ffmpeg</a>, <a href="ffplay.html">ffplay</a>, <a href="ffprobe.html">ffprobe</a>,
  49. <a href="ffmpeg-devices.html">ffmpeg-devices</a>,
  50. <a href="libavutil.html">libavutil</a>, <a href="libavcodec.html">libavcodec</a>, <a href="libavformat.html">libavformat</a>
  51. </p>
  52. <a name="Authors"></a>
  53. <h1 class="chapter"><a href="libavdevice.html#toc-Authors">3 Authors</a></h1>
  54. <p>The FFmpeg developers.
  55. </p>
  56. <p>For details about the authorship, see the Git history of the project
  57. (git://source.ffmpeg.org/ffmpeg), e.g. by typing the command
  58. <code>git log</code> in the FFmpeg source directory, or browsing the
  59. online repository at <a href="http://source.ffmpeg.org">http://source.ffmpeg.org</a>.
  60. </p>
  61. <p>Maintainers for the specific components are listed in the file
  62. &lsquo;<tt>MAINTAINERS</tt>&rsquo; in the source code tree.
  63. </p>
  64. </div>
  65. </body>
  66. </html>