Re: [FFmpeg-devel] [PATCH] x11grab: capture a window instead of the whole screen

2021-03-14 Thread Andriy Gelman
On Sat, 13. Mar 00:02, Andriy Gelman wrote: > On Sun, 28. Feb 10:39, Andriy Gelman wrote: > > On Sun, 28. Feb 13:57, sgerwk-at-aol@ffmpeg.org wrote: > > > Hi, > > > > > > On Sat, 27 Feb 2021, Andriy Gelman wrote: > > > > > > > On Mon, 22. Feb 17:53, sgerwk-at-aol@ffmpeg.org wrote: > > > >

Re: [FFmpeg-devel] [PATCH] x11grab: capture a window instead of the whole screen

2021-03-12 Thread Andriy Gelman
On Sun, 28. Feb 10:39, Andriy Gelman wrote: > On Sun, 28. Feb 13:57, sgerwk-at-aol@ffmpeg.org wrote: > > Hi, > > > > On Sat, 27 Feb 2021, Andriy Gelman wrote: > > > > > On Mon, 22. Feb 17:53, sgerwk-at-aol@ffmpeg.org wrote: > > > > Hi, > > > > > > > > On Sun, 21 Feb 2021, Andriy Gelman w

Re: [FFmpeg-devel] [PATCH] x11grab: capture a window instead of the whole screen

2021-02-28 Thread Andriy Gelman
On Sun, 28. Feb 13:57, sgerwk-at-aol@ffmpeg.org wrote: > Hi, > > On Sat, 27 Feb 2021, Andriy Gelman wrote: > > > On Mon, 22. Feb 17:53, sgerwk-at-aol@ffmpeg.org wrote: > > > Hi, > > > > > > On Sun, 21 Feb 2021, Andriy Gelman wrote: > > > > Hi, > > > > > Thanks for updating the patch. Sor

Re: [FFmpeg-devel] [PATCH] x11grab: capture a window instead of the whole screen

2021-02-28 Thread sgerwk-at-aol . com
Hi, On Sat, 27 Feb 2021, Andriy Gelman wrote: On Mon, 22. Feb 17:53, sgerwk-at-aol@ffmpeg.org wrote: Hi, On Sun, 21 Feb 2021, Andriy Gelman wrote: > Hi, > > Thanks for updating the patch. Sorry for the delay in getting you some feedback.. > > When I tested with -show_mouse 1 -show_regio

Re: [FFmpeg-devel] [PATCH] x11grab: capture a window instead of the whole screen

2021-02-27 Thread Andriy Gelman
On Mon, 22. Feb 17:53, sgerwk-at-aol@ffmpeg.org wrote: > Hi, > > On Sun, 21 Feb 2021, Andriy Gelman wrote: > > Hi, > > > > Thanks for updating the patch. Sorry for the delay in getting you some > > feedback.. > > > > When I tested with -show_mouse 1 -show_region 1 -window_id xx, the mouse a

Re: [FFmpeg-devel] [PATCH] x11grab: capture a window instead of the whole screen

2021-02-22 Thread sgerwk-at-aol . com
Hi, On Sun, 21 Feb 2021, Andriy Gelman wrote: Hi, Thanks for updating the patch. Sorry for the delay in getting you some feedback.. When I tested with -show_mouse 1 -show_region 1 -window_id xx, the mouse and border get drawn in the wrong place. There is around (0.6cm error). Can you reprodu

Re: [FFmpeg-devel] [PATCH] x11grab: capture a window instead of the whole screen

2021-02-21 Thread Andriy Gelman
On Wed, 10. Feb 18:15, sgerwk-at-aol@ffmpeg.org wrote: > On Sat, 6 Feb 2021, Paul B Mahol wrote: > > > What happens if you use non-existing window? > > I added an error message for this case, but the output video is still created > (empty). Is there a value I can return to avoid this? > > On

Re: [FFmpeg-devel] [PATCH] x11grab: capture a window instead of the whole screen

2021-02-10 Thread sgerwk-at-aol . com
On Sat, 6 Feb 2021, Paul B Mahol wrote: What happens if you use non-existing window? I added an error message for this case, but the output video is still created (empty). Is there a value I can return to avoid this? On Sun, 7 Feb 2021, Andriy Gelman wrote: Also the commit title should star

Re: [FFmpeg-devel] [PATCH] x11grab: capture a window instead of the whole screen

2021-02-07 Thread Andriy Gelman
Hi, On Tue, 26. Jan 11:23, sgerwk-at-aol@ffmpeg.org wrote: > In my previous email the patch got mangled by the web mail interface, so I am > sending it again. Sorry for the duplicate. I couldn't apply this version, but previous one applied ok: https://patchwork.ffmpeg.org/project/ffmpeg/patch

Re: [FFmpeg-devel] [PATCH] x11grab: capture a window instead of the whole screen

2021-02-06 Thread Paul B Mahol
What happens if you use non-existing window? ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH] x11grab: capture a window instead of the whole screen

2021-02-05 Thread Paul B Mahol
Looks fine. On Tue, Jan 26, 2021 at 11:24 AM wrote: > In my previous email the patch got mangled by the web mail interface, so I > am > sending it again. Sorry for the duplicate. > > This patch allows ffmpeg to capture a specific window instead of the whole > screen. An example: > > ffmpeg -f x

[FFmpeg-devel] [PATCH] x11grab: capture a window instead of the whole screen

2021-01-26 Thread sgerwk-at-aol . com
In my previous email the patch got mangled by the web mail interface, so I am sending it again. Sorry for the duplicate. This patch allows ffmpeg to capture a specific window instead of the whole screen. An example: ffmpeg -f x11grab -window_id 0xa0a -i :0 output.mp4 --- doc/indevs.texi