23.04.2025, 18:40
I just noticed, the clips luma range is wrong. 
Maybe something like:
for the snow scene:
![[Image: grafik.png]](https://i.ibb.co/5gXT1st8/grafik.png)
Messing with colors (color grading) isn't really my thing.
Cu Selur

Maybe something like:
# adjusting color space from YUV422P8 to RGB24 for vsLevels
clip = core.resize.Bicubic(clip=clip, format=vs.RGB24, matrix_in_s="470bg", range_s="limited")
# adjusting color using Levels on RGB24 (8 bit)
clip = core.std.Levels(clip=clip, min_in=32, max_in=255, min_out=16, max_out=235, gamma=0.70)
![[Image: grafik.png]](https://i.ibb.co/5gXT1st8/grafik.png)
Messing with colors (color grading) isn't really my thing.

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.