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.

Qualität der Einstellung bei Anime schwächer seit Version 03.27.2026
#22
Hab nen Bug entdeckt:
prop_name = '_Range' if core.core_version.release_major >= 74 else '_ColorRange'
clip = core.std.SetFrameProps(clip=clip, prop_name=vs.RANGE_LIMITED)
müsste:
[ode]prop_name = '_Range' if core.core_version.release_major >= 74 else '_ColorRange'
clip = core.std.SetFrameProps(clip=clip, **{prop_name: vs.RANGE_LIMITED})[/code]
sein.
Hab eine neue dev hochgeladen in der das gefixed ist.
Der sollte aber keinen wirklichen Effekt haben.

Einzigen Unterschied, der mir bei den Skripten auffällt, ist das dithering verwendet wird im neueren.
Davon ausgegangen die encoding calls identisch sind, sollte die neue Version potentiell größer werden (wegen des dithering) aber nicht unschärfer.
Das dithering kannst Du, wenn Du "Filtering->Vapoursynth->Script->Dither during color change" auf "none" stellst deaktivieren.
Ansonsten sind Befehle alle identisch.

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: Qualität der Einstellung bei Anime schwächer seit Version 03.27.2026 - by Selur - 08.04.2026, 18:18

Forum Jump:


Users browsing this thread: 1 Guest(s)