yading@10: =head1 NAME yading@10: yading@10: ffmpeg-devices - FFmpeg devices yading@10: yading@10: =head1 DESCRIPTION yading@10: yading@10: yading@10: This document describes the input and output devices provided by the yading@10: libavdevice library. yading@10: yading@10: yading@10: yading@10: =head1 DEVICE OPTIONS yading@10: yading@10: yading@10: The libavdevice library provides the same interface as yading@10: libavformat. Namely, an input device is considered like a demuxer, and yading@10: an output device like a muxer, and the interface and generic device yading@10: options are the same provided by libavformat (see the ffmpeg-formats yading@10: manual). yading@10: yading@10: In addition each input or output device may support so-called private yading@10: options, which are specific for that component. yading@10: yading@10: Options may be set by specifying -I