libavdevice.texi 991 B

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