ScreenRecorder and cropping videos

This was exactly the point: saved buffer was 1920×1080, but the fact that height is always smaller creates the artifact when saving the buffer to file. I think it might have to do with the bounding box dimension that is used to compute c_boundsPosition. Using c_screenPosition avoids this.

Aaah, right! I got confused, it’s the queue that grows, indeed :slight_smile: