[FFmpeg-cvslog] doc/indevs: document libdc1394 options

Lou Logan git at videolan.org
Wed Dec 12 02:44:47 EET 2018


ffmpeg | branch: master | Lou Logan <lou at lrcd.com> | Tue Dec 11 15:24:30 2018 -0900| [11817c3316d93b64cc92b992cb375f92c3380025] | committer: Lou Logan

doc/indevs: document libdc1394 options

Signed-off-by: Lou Logan <lou at lrcd.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=11817c3316d93b64cc92b992cb375f92c3380025
---

 doc/indevs.texi | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

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}.
 
+ at subsection Options
+ at table @option
+
+ at item framerate
+Set the frame rate. Default is @code{ntsc}, corresponding to a frame
+rate of @code{30000/1001}.
+
+ at item pixel_format
+Select the pixel format. Default is @code{uyvy422}.
+
+ at item video_size
+Set the video size given as a string such as @code{640x480} or @code{hd720}.
+Default is @code{qvga}.
+ at end table
+
 @section libndi_newtek
 
 The libndi_newtek input device provides capture capabilities for using NDI (Network



More information about the ffmpeg-cvslog mailing list