Mercurial > hg > pmhd
annotate ffmpeg/doc/devices.texi @ 13:844d341cf643 tip
Back up before ISMIR
author | Yading Song <yading.song@eecs.qmul.ac.uk> |
---|---|
date | Thu, 31 Oct 2013 13:17:06 +0000 |
parents | 6840f77b83aa |
children |
rev | line source |
---|---|
yading@10 | 1 @chapter Device Options |
yading@10 | 2 @c man begin DEVICE OPTIONS |
yading@10 | 3 |
yading@10 | 4 The libavdevice library provides the same interface as |
yading@10 | 5 libavformat. Namely, an input device is considered like a demuxer, and |
yading@10 | 6 an output device like a muxer, and the interface and generic device |
yading@10 | 7 options are the same provided by libavformat (see the ffmpeg-formats |
yading@10 | 8 manual). |
yading@10 | 9 |
yading@10 | 10 In addition each input or output device may support so-called private |
yading@10 | 11 options, which are specific for that component. |
yading@10 | 12 |
yading@10 | 13 Options may be set by specifying -@var{option} @var{value} in the |
yading@10 | 14 FFmpeg tools, or by setting the value explicitly in the device |
yading@10 | 15 @code{AVFormatContext} options or using the @file{libavutil/opt.h} API |
yading@10 | 16 for programmatic use. |
yading@10 | 17 |
yading@10 | 18 @c man end DEVICE OPTIONS |
yading@10 | 19 |
yading@10 | 20 @include indevs.texi |
yading@10 | 21 @include outdevs.texi |