I would like to be able to apply a crop to the output of the transcoder. i.e. we define a region of the video and the output is only that region, the height and width of the video would change according to the dimensions of the crop.
The resize only has to happen once (we know what the target dimensions will be), so, if it is not possible crop and resize, is it possible to just crop a region of the video and have it placed in the resized output, without scaling?
So far, we have tried using the SetCrop, SetDstRect, SetSrcRect. We have not had any luck affecting changes in real-time.