Posts: 9
Threads: 3
Joined: Feb 2018
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.
Posts: 10.554
Threads: 57
Joined: May 2017
I see the issue.
The parameter names in havsfuncs Overlay changed.
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
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.