View Single Post
Old 20th January 2005, 07:18   #118  |  Link
Macanudo
Registered User
 
Join Date: Jun 2002
Location: Texas
Posts: 59
E-Male,

I think there is a bug.

Here is my script
Code:
LoadPlugin("C:\Program Files\AviSynth 2.5\Filters\maskmaker.dll")
a=AviSource("K:\boats.avi")
b=a.bilinearresize(104,48,1.0,.0).bicubicresize(720,480,1.0,0.0)
g=b.maskmaker(1,3,0,0,500)
Overlay(a, b, mask=g, mode="blend", opacity=1.0)
If you will look at the following screencaps you will see what I mean. These are consecutive frames.

MaskMaker Test Screen Shot #1(frame#430)

MaskMaker Test Screen Shot #2(frame#431)


The masked area shifts back and forth every few frames between these two locations.

I wish there were someway to send you the video, but I don't have any host space. I think you get the idea from my screen shots though.

Question:
Does the mask layer have a transparent or white background? Because, in order to be truly effective as a mask the background of the mask created should be white.

I hope I have helped,
Macanudo

Edit I goofed and posted the wrong frame for screen shot #1. Fixed it with this edit

Last edited by Macanudo; 20th January 2005 at 07:24.
Macanudo is offline   Reply With Quote