Hier noch ausführlicher:
https://github.com/dubhatervapoursynth/v...warpsharp2 ist seit Apr 9, 2026 'read-only'
und hat:
zur Verfügung gestellt. Vor allem AWarpSharp2 wir in einigen Skripten verwendet.
https://github.com/HolyWu/VapourSynth-AWarp implementiert nur:
=> Als workaround dazu, da das Original AWarpSharp2 nicht mehr aktualisiert werden wird, habe ich eine Python Funktion geschrieben, welche die Funktionalität von AWarpSharp2 nachstellt, damit die anderen Skripte einfacher angepasst werden können.
Cu Selur
Ps.: aktuell verwende ich aber nur lokal die neue Funktion.
https://github.com/dubhatervapoursynth/v...warpsharp2 ist seit Apr 9, 2026 'read-only'
und hat:
warp.AWarpSharp2(clip clip[, int thresh=128, int blur=2, int type=0, int[] depth=[16, 8, 8], int chroma=0, int[] planes=<all>, bint opt=True, string cplace="mpeg1"])
warp.ASobel(clip clip[, int thresh=128, int[] planes=<all>, bint opt=True])
warp.ABlur(clip clip[, int blur=3, int type=1, int[] planes=<all>, bint opt=True])
warp.AWarp(clip clip, clip mask[, int[] depth=[3, 1, 1], int chroma=0, int[] planes=<all>, bint opt=True, string cplace="mpeg1"])https://github.com/HolyWu/VapourSynth-AWarp implementiert nur:
awarp.AWarp(vnode clip, vnode mask[, int[] depth_h=3, int[] depth_v=depth_h, bint mask_first_plane, int[] planes=[0, 1, 2]])=> Als workaround dazu, da das Original AWarpSharp2 nicht mehr aktualisiert werden wird, habe ich eine Python Funktion geschrieben, welche die Funktionalität von AWarpSharp2 nachstellt, damit die anderen Skripte einfacher angepasst werden können.
Cu Selur
Ps.: aktuell verwende ich aber nur lokal die neue Funktion.
----
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.

