libavdevice.texi 1010 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. \input texinfo @c -*- texinfo -*-
  2. @settitle Libavdevice Documentation
  3. @titlepage
  4. @center @titlefont{Libavdevice Documentation}
  5. @end titlepage
  6. @top
  7. @contents
  8. @chapter Description
  9. @c man begin DESCRIPTION
  10. The libavdevice library provides a generic framework for grabbing from
  11. and rendering to many common multimedia input/output devices, and
  12. supports several input and output devices, including Video4Linux2,
  13. VfW, DShow, and ALSA.
  14. @c man end DESCRIPTION
  15. @chapter See Also
  16. @ifhtml
  17. @url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe}, @url{ffserver.html,ffserver},
  18. @url{ffmpeg-devices.html,ffmpeg-devices},
  19. @url{libavutil.html,libavutil}, @url{libavcodec.html,libavcodec}, @url{libavformat.html,libavformat}
  20. @end ifhtml
  21. @ifnothtml
  22. ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1),
  23. ffmpeg-devices(1),
  24. libavutil(3), libavcodec(3), libavformat(3)
  25. @end ifnothtml
  26. @include authors.texi
  27. @ignore
  28. @setfilename libavdevice
  29. @settitle multimedia device handling library
  30. @end ignore
  31. @bye