pesintta / vdr-plugin-vaapidevice

VDR VAAPIDevice Plug-in
9 stars 12 forks source link

false color issue #83

Closed 9000h closed 6 years ago

9000h commented 6 years ago

if you went in full screen mode to the vaapidevice plugin settings and then go back the video colors are wrong. If you switch then to windowed mode the colors are back to normal. screenshot from 2018-03-08 20-41-25

jupe76 commented 6 years ago

I can confirm this one. I have it since "ever" :-)

Space2Man commented 6 years ago

I have seen this happen also I change e.g. the deinterlacer settings or some other post-processing

9000h commented 6 years ago

it's 720p h.264 on my screenshot

pesintta commented 6 years ago

I made a change in the contrast/saturation initialization values. Does this fix the bug?

9000h commented 6 years ago

unfortunately not

pesintta commented 6 years ago

Can you edit the values in the commit https://github.com/pesintta/vdr-plugin-vaapidevice/commit/238925f4acdb8a6534208ccfc52b195f4176c43d and use ConfigVideoContrast = 1 instead of 10?

Also try ConfigVideoSaturation = 1. It may be that I used too large values still.

If that doesn't help the issue must be elsewhere.

9000h commented 6 years ago

I did set both to 1 and the issue is gone :-)

pesintta commented 6 years ago

Thanks for testing!

9000h commented 6 years ago

but wait, does that not imply that the settings saved in the setup.conf get not applied at start?

pesintta commented 6 years ago

I don't think so but you can test that by setting large or wrong values in your setup.conf and seeing the effects on screen. If they are not working as they should you can open a new issue.