Kann ich nicht nachstellen.
Klappt hier ohne Probleme,
Tweak->Levels:
![[Image: grafik.png]](https://i.ibb.co/jkC6CVdy/grafik.png)
Levels->Tweak:
![[Image: grafik.png]](https://i.ibb.co/WWpkT8qS/grafik.png)
Ist 'Synth auto refresh' an?
Ändert sich das Skript im Vapoursynth Script View?
Bringt natürlich nur was, wenn:
Cu Selur
Klappt hier ohne Probleme,
Tweak->Levels:
clip = color.Tweak(clip, hue=0.00, sat=5.00, cont=1.00, coring=True)
# adjusting color space from YUV420P8 to RGB24 for vsLevels
clip = core.resize.Bicubic(clip=clip, format=vs.RGB24, matrix_in_s="470bg", range_in_s="limited", range_s="full")
# adjusting color using Levels on RGB24 (8 bit)
clip = core.std.Levels(clip, min_in=0, max_in=255, min_out=0, max_out=255, gamma=2.00)![[Image: grafik.png]](https://i.ibb.co/jkC6CVdy/grafik.png)
Levels->Tweak:
# adjusting color space from YUV420P8 to RGB24 for vsLevels
clip = core.resize.Bicubic(clip=clip, format=vs.RGB24, matrix_in_s="470bg", range_in_s="limited", range_s="full")
# adjusting color using Levels on RGB24 (8 bit)
clip = core.std.Levels(clip, min_in=0, max_in=255, min_out=0, max_out=255, gamma=2.00)
# adjusting color space from RGB24 to YUV444PS for vsTweak
clip = core.resize.Bicubic(clip=clip, format=vs.YUV444PS, matrix_s="470bg", range_in_s="full", range_s="limited", dither_type="error_diffusion") # additional resize to match target color sampling
# adjusting color using Tweak
clip = color.Tweak(clip, hue=0.00, sat=5.00, cont=1.00, coring=True)![[Image: grafik.png]](https://i.ibb.co/WWpkT8qS/grafik.png)
Ist 'Synth auto refresh' an?
Ändert sich das Skript im Vapoursynth Script View?
Bringt natürlich nur was, wenn:
- man filter verschiebt, die auch aktiv sind.
- das Verschieben der Filter auch zu einem Unterschied führt.
Nicht jeder Änderung der Reihenfolge muss zu einem optischen Unterschied führen.
Vielleicht 'original|filtered|diff' verwenden um zu sehen, ob es wirklichk keinen Unterschied macht.
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.

