devices.texi 815 B

12345678910111213141516171819202122232425
  1. @chapter Device Options
  2. @c man begin DEVICE OPTIONS
  3. The libavdevice library provides the same interface as
  4. libavformat. Namely, an input device is considered like a demuxer, and
  5. an output device like a muxer, and the interface and generic device
  6. options are the same provided by libavformat (see the ffmpeg-formats
  7. manual).
  8. In addition each input or output device may support so-called private
  9. options, which are specific for that component.
  10. Options may be set by specifying -@var{option} @var{value} in the
  11. FFmpeg tools, or by setting the value explicitly in the device
  12. @code{AVFormatContext} options or using the @file{libavutil/opt.h} API
  13. for programmatic use.
  14. @c man end DEVICE OPTIONS
  15. @ifclear config-writeonly
  16. @include indevs.texi
  17. @end ifclear
  18. @ifclear config-readonly
  19. @include outdevs.texi
  20. @end ifclear