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: trueantialiasing: truelayer.enabled: true layer.smooth: true layer.samples: 8This 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: trueNo visual changes, unfortunately.