Le duodi 22 brumaire, an CCXXV, Ing. Radomír Polách a écrit :
> I am not sure either, but I think it is better this way, because you can
> easily use it to pass result from a search script:
> ./ffmpeg -i $(./findmypaint.sh) ...
> Search script is a simple script which finds for you screen, focus wi
2016-11-11 11:35 GMT+01:00 Nicolas George :
> Thanks for the patch. See comments below.
>
> > Subject: Re: [FFmpeg-devel] [PATCH] feature: xcbgrab single window
>
> The recommended syntax would be "lavd/xcbgrab: add single window mode".
>
Ok.
>
> > Allo
Thanks for the patch. See comments below.
> Subject: Re: [FFmpeg-devel] [PATCH] feature: xcbgrab single window
The recommended syntax would be "lavd/xcbgrab: add single window mode".
> Allows to grab only a single window by using syntax:
> ffmpeg -f x11grab -r 15 -i &qu
Allows to grab only a single window by using syntax:
ffmpeg -f x11grab -r 15 -i ":0/0x0580001b/parent2" ...
The syntax for input is "display/grab_window_id/focus_window_id".
If focus_window_id is omitted it is set as grab_window_id.
There are special constants for focus_window_id:
- this: grab_wind