Log in

View Full Version : How to add logo using avisynth and Virtualdub


freakk69
5th November 2012, 11:44
I have used this virtualdub's logo filter by http://neuron2.net/
But i see some borders when previewing it.
And the logo filter version is 1.7
Is there any one who can help me out with this.

Here is the code i have used
ConvertToRGB()
Logo(700, 0, 255, 5, 0, 0, 0, 0, "C:\Users\ram\Desktop\logoA.bmp", 0, 0, 0, 0, 0, 0, 0)
ConvertToYV12()

lisztfr9
5th November 2012, 12:17
I would use overlay to add some logo.

Without any mask, just blend is, and adjust the opacity.

http://avisynth.org/mediawiki/Overlay

TheSkiller
5th November 2012, 12:40
Does your logo bitmap actually an alpha channel (transparency)?

Mounir
5th November 2012, 15:55
Easy, photomasque is the best in my opinion:

ConverttoRGB32(matrix="rec601",interlaced=false)
LoadVirtualdubplugin("C:\Program Files (x86)\virtualdub1.9\plugins\PhotoMasque.vdf","Photomasque",1)
PhotoMasque()
converttoyv12()

Before using the mask in avisynth use it in vdub adjust the opacity, then it'll work. I recommend a white background and .bmp 24bits
download from here (http://www.mediafire.com/?1b0qyr7q67r1dbn)