Re: Cropping with compositor?
Tim-Philipp Müller via gstreamer-devel <[email protected]>
| Newsgroups | gmane.comp.video.gstreamer.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Florian, > is there any way to achieve cropping of input video streams with > compositor, > without using extra videocrop/videobox elements? > > I'm currently assuming no, but maybe there's some tweak I overlooked? > I'm using > 1.20.3 at the moment. I think you might be able to do that with the "converter-config" property on the sink pads, using GST_VIDEO_CONVERTER_OPT_SRC_X and GST_VIDEO_CONVERTER_OPT_SRC_WIDTH and such, but I don't have any example code to point at, just something you could try. Cheers Tim