I am using DVRRDK 4.0.
I want to add a mode such that when using mosaic, I can keep the width to height ratio of video in each mosaic window,
e.g. Assume output display resolution is 1080p and input video to mosaic is 720x576 (width to height 5:4), When displayed in 2x2 mode, current mosaic configuration would scale video to 960x540, which is 16:9, but I hope the ratio to be 5:4 which is 675x540.
I know I can just tune the size of each window to fit my need, but my question is, in this case, when i enable griddraw, the grid would also become 675x540 instead of 960x540, which look strange.
So what I want to ask is how could I do modification such that I could make the video and grid having different size?
Thanks