diff options
author | Lou Logan <lou@lrcd.com> | 2018-12-11 15:24:30 -0900 |
---|---|---|
committer | Lou Logan <lou@lrcd.com> | 2018-12-11 15:27:26 -0900 |
commit | 11817c3316d93b64cc92b992cb375f92c3380025 (patch) | |
tree | ab43da7681cb0ce4b66ed97930fc270a245b2e1a | |
parent | 464aa60eb5e510c5ab406f6e63951353df703c41 (diff) | |
download | ffmpeg-11817c3316d93b64cc92b992cb375f92c3380025.tar.gz |
doc/indevs: document libdc1394 options
Signed-off-by: Lou Logan <lou@lrcd.com>
-rw-r--r-- | doc/indevs.texi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi index 1f30f2360f..294ffa137c 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -1050,6 +1050,21 @@ IIDC1394 input device, based on libdc1394 and libraw1394. Requires the configure option @code{--enable-libdc1394}. +@subsection Options +@table @option + +@item framerate +Set the frame rate. Default is @code{ntsc}, corresponding to a frame +rate of @code{30000/1001}. + +@item pixel_format +Select the pixel format. Default is @code{uyvy422}. + +@item video_size +Set the video size given as a string such as @code{640x480} or @code{hd720}. +Default is @code{qvga}. +@end table + @section libndi_newtek The libndi_newtek input device provides capture capabilities for using NDI (Network |