diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2011-12-27 06:31:41 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2012-01-04 13:10:20 +0100 |
commit | a6a4793d045cda277f0ec4579d206b36e3cf90b6 (patch) | |
tree | 1b9c2892db4db29e722ceedaf9aa14325a9406bb /doc | |
parent | cd2bbad3032780f8d4536aed15b3f5f45b95859c (diff) | |
download | ffmpeg-a6a4793d045cda277f0ec4579d206b36e3cf90b6.tar.gz |
v4l2: list available formats
Make use of the experimental framesize enumeration ioctl if available.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/indevs.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi index 4405a5b0a1..e1b4dddbc5 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -267,7 +267,7 @@ the device. Video4Linux and Video4Linux2 devices only support a limited set of @var{width}x@var{height} sizes and framerates. You can check which are supported for example with the command @file{dov4l} for Video4Linux -devices and the command @file{v4l-info} for Video4Linux2 devices. +devices and using @command{-list_formats all} for Video4Linux2 devices. If the size for the device is set to 0x0, the input device will try to autodetect the size to use. |