Re: [FFmpeg-devel] [PATCH] libavdevice: allow cropping avfoundation screen capture

2018-10-09 Thread Thilo Borgmann
Hi, Am 17.09.18 um 05:53 schrieb alan.birt...@sony.com: > 2018-09-13 17:52 GMT+02:00, > alan.birt...@sony.com > mailto:alan.birt...@sony.com>>: > > > >> I've developed a patch to add an option to allow cropping of the > >> avfoundation screen capture. > >> Note

Re: [FFmpeg-devel] [PATCH] libavdevice: allow cropping avfoundation screen capture

2018-10-04 Thread Thilo Borgmann
Am 03.10.18 um 17:05 schrieb alan.birt...@sony.com: >> I've developed a patch to add an option to allow cropping of the > >> avfoundation screen capture. > >> Note that if the captured width is not a multiple of 16 then > >> https://trac.ffmpeg.org/ticket/5654 will be triggered. > > Is there

Re: [FFmpeg-devel] [PATCH] libavdevice: allow cropping avfoundation screen capture

2018-10-03 Thread Alan.Birtles
> I've developed a patch to add an option to allow cropping of the > avfoundation screen capture. > Note that if the captured width is not a multiple of 16 then > https://trac.ffmpeg.org/ticket/5654 will be triggered. Is there anything more I need to do to get this patch applied?

Re: [FFmpeg-devel] [PATCH] libavdevice: allow cropping avfoundation screen capture

2018-09-17 Thread Alan.Birtles
2018-09-13 17:52 GMT+02:00, alan.birt...@sony.com mailto:alan.birt...@sony.com>>: > I've developed a patch to add an option to allow cropping of the > avfoundation screen capture. > Note that if the captured width is not a multiple of 16 then >

Re: [FFmpeg-devel] [PATCH] libavdevice: allow cropping avfoundation screen capture

2018-09-13 Thread Carl Eugen Hoyos
2018-09-13 18:16 GMT+02:00, alan.birt...@sony.com : > Yes the patch for #5654 worked correctly. I applied that patch, thank you for testing it! Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH] libavdevice: allow cropping avfoundation screen capture

2018-09-13 Thread Alan.Birtles
Yes the patch for #5654 worked correctly. -Original Message- From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of Carl Eugen Hoyos Sent: 13 September 2018 16:59 To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH] libavdevice: allow

Re: [FFmpeg-devel] [PATCH] libavdevice: allow cropping avfoundation screen capture

2018-09-13 Thread Carl Eugen Hoyos
2018-09-13 17:52 GMT+02:00, alan.birt...@sony.com : > I've developed a patch to add an option to allow cropping of the > avfoundation screen capture. > Note that if the captured width is not a multiple of 16 then > https://trac.ffmpeg.org/ticket/5654 will be triggered. Does the patch attached

[FFmpeg-devel] [PATCH] libavdevice: allow cropping avfoundation screen capture

2018-09-13 Thread Alan.Birtles
Hello, I've developed a patch to add an option to allow cropping of the avfoundation screen capture. Note that if the captured width is not a multiple of 16 then https://trac.ffmpeg.org/ticket/5654 will be triggered. Also note that the "capture_crop_y" property is bottom up, I don't know If we