This is a follow up question to:
Using FFMPEG: How to do a Scene Change Detection? with timecode?
Using FFmpeg to do scene change detection, the filter select=gt(scene,0.3)
can be used to select the frames whose scene detection score is greater then 0.3.
Question: In FFmpeg, is possible to extend the filter so that only a scene select is applied on a defined area of the video frames? In other words, using an example, how can one do a scene change detection of only the right hand side of the video frames?