[FFmpeg-devel] [PATCH] doc/indevs: add various missing options

Thilo Borgmann thilo.borgmann at mail.de
Wed Aug 19 08:14:19 CEST 2015


Am 19.08.15 um 03:46 schrieb Lou Logan:
> Signed-off-by: Lou Logan <lou at lrcd.com>
> ---
>  doc/indevs.texi | 161 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
>  1 file changed, 160 insertions(+), 1 deletion(-)
> 
> diff --git a/doc/indevs.texi b/doc/indevs.texi
> index 6f47504..9c81b82 100644
> --- a/doc/indevs.texi
> +++ b/doc/indevs.texi
[...]
>  @section avfoundation
>  
>  AVFoundation input device.
> @@ -114,6 +126,19 @@ und the first one in this list is used instead. Available pixel formats are:
>   bgr48be, uyvy422, yuva444p, yuva444p16le, yuv444p, yuv422p16, yuv422p10, yuv444p10,
>   yuv420p, nv12, yuyv422, gray}
>  
> + at item -framerate
> +Set grabbing frame rate. Default is @code{ntsc}, corresponding to a
> +frame rate of @code{30000/1001}.
> +
> + at item -video_size
> +Set the video frame size.
> +
> + at item -capture_cursor
> +Capture the mouse pointer. Default is 0.
> +
> + at item -capture_mouse_clicks
> +Capture the screen mouse clicks. Default is 0.
> +

thanks!

-Thilo



More information about the ffmpeg-devel mailing list