Quantcast
Channel: VideoHelp Forum
Viewing all articles
Browse latest Browse all 45777

how can add logo image to MeGUI with custom parameters

$
0
0
hi everyone

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)

i can load and change position but cant resize, transparent and custom time to visible and invisible

Viewing all articles
Browse latest Browse all 45777

Trending Articles