[FFmpeg-cvslog] doc/indevs: Add new option and example to avfoundation.

Thilo Borgmann git at videolan.org
Mon Jul 8 21:39:05 EEST 2019


ffmpeg | branch: master | Thilo Borgmann <thilo.borgmann at mail.de> | Mon Jul  8 19:52:10 2019 +0200| [d16f2fafae10ae99b16f53a34cf1486aafe93907] | committer: Thilo Borgmann

doc/indevs: Add new option and example to avfoundation.

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

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

diff --git a/doc/indevs.texi b/doc/indevs.texi
index 89ba4fb406..14595774f3 100644
--- a/doc/indevs.texi
+++ b/doc/indevs.texi
@@ -178,6 +178,9 @@ Capture the mouse pointer. Default is 0.
 @item -capture_mouse_clicks
 Capture the screen mouse clicks. Default is 0.
 
+ at item -capture_raw_data
+Capture the raw device data. Default is 0.
+Using this option may result in receiving the underlying data delivered to the AVFoundation framework. E.g. for muxed devices that sends raw DV data to the framework (like tape-based camcorders), setting this option to false results in extracted video frames captured in the designated pixel format only. Setting this option to true results in receiving the raw DV stream untouched.
 @end table
 
 @subsection Examples
@@ -208,6 +211,13 @@ Record video from the system default video device using the pixel format bgr0 an
 $ ffmpeg -f avfoundation -pixel_format bgr0 -i "default:none" out.avi
 @end example
 
+ at item
+Record raw DV data from a suitable input device and write the output into out.dv:
+ at example
+$ ffmpeg -f avfoundation -capture_raw_data true -i "zr100:none" out.dv
+ at end example
+
+
 @end itemize
 
 @section bktr



More information about the ffmpeg-cvslog mailing list