[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

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 cropp

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 > https://urldefen

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? _