This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Filterreihenfolge umstellen führt zu keinem Effekt!
#2
Kann ich nicht nachstellen.

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]
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]

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.
Reply


Messages In This Thread
RE: Filterreihenfolge umstellen führt zu keinem Effekt! - by Selur - 12.04.2026, 15:04

Forum Jump:


Users browsing this thread: 1 Guest(s)