VideoOutput: poor downscaling quality
-
I noticed poor downscaling quality in VideoOutput when displaying 4K video (pixelated edges).
I tried the following flags on the VideoItem, none of them had any visual effect:
smooth: true
antialiasing: true
layer.enabled: true layer.smooth: true layer.samples: 8
This is Qt 6.8 on Ubuntu Linux.
Any ideas?
-
layer.mipmap: true
? with or withoutlayer.smooth
-
Thank you, I just tried this:
layer.enabled: true layer.smooth: true // tried both true and false here layer.mipmap: true
No visual changes, unfortunately.