Selur's Little Message Board

Full Version: Bug Report about "Add Logo" in VapourSynth
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm using the 2020.07.17.1 version. When I use "Add Logo" in VapourSynth, it will 100% crash the encoding with exit status 0. Also, previewing .vpy is not working either. Switching to a version older than 06.21, or removing Add Logo will not cause this issue. The HybridDebugOutput file is being attachd. Hope this problem will be solved.
I see the issue.
The parameter names in havsfuncs Overlay changed.
Code:
def Overlay(base, overlay, x=0, y=0, mask=None, opacity=1.0, mode='normal', planes=None, mask_first_plane=True):
base and ovelray before were named clipa and clipb
-> will fix it tomorrow

Cu Selur