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.

Bug beim Processing der gleichen Datei
#14
Da https://github.com/dubhatervapoursynth/v...warpsharp2 abandoned und deprecated ist, musste ich zu https://github.com/HolyWu/VapourSynth-AWarp wechseln und einen Wrapper schreiben. (Das ist seit Ende April '26 der Fall.)
Ich vermute das Problem liegt bei:
def _scale_depth(d: int) -> int: scaled = int(round(d * 3 / 16)) return max(-128, min(128, scaled))
Macht es einen Unterschied wenn Du den obigen code in shapen.py durch:
def _scale_depth(d: int) -> int: return max(-128, min(128, d))
ersetzt?

=> Patche sind gerne gesehen. Alternativ musste Du mal andere aWarpSharp2 Werte für threshold und blur versuchen.


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: Bug beim Processing der gleichen Datei - by Selur - 27.06.2026, 21:22

Forum Jump:


Users browsing this thread: 1 Guest(s)