![]() |
[BUG] Bug Report about "Add Logo" in VapourSynth - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: [BUG] Bug Report about "Add Logo" in VapourSynth (/thread-1463.html) |
Bug Report about "Add Logo" in VapourSynth - ZHQzhq087 - 18.07.2020 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. RE: Bug Report about "Add Logo" in VapourSynth - Selur - 19.07.2020 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): -> will fix it tomorrow Cu Selur |