Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage

Reply
 
Thread Tools Search this Thread Display Modes
Old 5th November 2012, 11:44   #1  |  Link
freakk69
░░░░░░░░░░░
 
freakk69's Avatar
 
Join Date: Apr 2009
Location: D00m 09
Posts: 3
How to add logo using avisynth and Virtualdub

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()
freakk69 is offline   Reply With Quote
Old 5th November 2012, 12:17   #2  |  Link
lisztfr9
Registered User
 
Join Date: Apr 2010
Posts: 175
With overlay

I would use overlay to add some logo.

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

http://avisynth.org/mediawiki/Overlay
lisztfr9 is offline   Reply With Quote
Old 5th November 2012, 12:40   #3  |  Link
TheSkiller
Registered User
 
Join Date: Dec 2007
Location: Germany
Posts: 632
Does your logo bitmap actually an alpha channel (transparency)?
TheSkiller is offline   Reply With Quote
Old 5th November 2012, 15:55   #4  |  Link
Mounir
Registered User
 
Join Date: Nov 2006
Posts: 773
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
Mounir is offline   Reply With Quote
Reply

Tags
add logo, avisynth, logo watermark, virtualdub

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 22:21.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.