hi everyone
i need add a logo to MeGUI with custom resize, position, transparent and time to visible and invisible.
thats my script:
i can load and change position but cant resize, transparent and custom time to visible and invisible
i need add a logo to MeGUI with custom resize, position, transparent and time to visible and invisible.
thats my script:
Code:
LoadPlugin("C:\MeGUI-2808-32\tools\lsmash\LSMASHSource.dll")
LWLibavVideoSource("C:\Video.mkv")
#deinterlace
crop(0, 162, 0, -162)
Lanczos4Resize(1920,752) # Lanczos4 (Sharp)
#denoise
clip=last
logo=ImageSource("C:\11.png", pixel_type="RGB32")
Overlay(clip,logo,mask=logo.ShowAlpha(),x=0,y=680)