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.

56 lines
1.3KB

  1. \input texinfo @c -*- texinfo -*-
  2. @settitle FFmpeg Devices Documentation
  3. @titlepage
  4. @center @titlefont{FFmpeg Devices Documentation}
  5. @end titlepage
  6. @top
  7. @contents
  8. @chapter Description
  9. @c man begin DESCRIPTION
  10. This document describes the input and output devices provided by the
  11. libavdevice library.
  12. @c man end DESCRIPTION
  13. @chapter Device Options
  14. @c man begin DEVICE OPTIONS
  15. The libavdevice library provides the same interface as
  16. libavformat. Namely, an input device is considered like a demuxer, and
  17. an output device like a muxer, and the interface and generic device
  18. options are the same provided by libavformat (see the ffmpeg-formats
  19. manual).
  20. In addition each input or output device may support so-called private
  21. options, which are specific for that component.
  22. Options may be set by specifying -@var{option} @var{value} in the
  23. FFmpeg tools, or by setting the value explicitly in the device
  24. @code{AVFormatContext} options or using the @file{libavutil/opt.h} API
  25. for programmatic use.
  26. @c man end DEVICE OPTIONS
  27. @include indevs.texi
  28. @include outdevs.texi
  29. @include authors.texi
  30. @ignore
  31. @setfilename ffmpeg-devices
  32. @settitle FFmpeg devices
  33. @c man begin SEEALSO
  34. ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavformat(3), libavdevice(3)
  35. @c man end
  36. @end ignore
  37. @bye