How do I Watermark Video Files?
From Xb
Watermarking using windows movie maker
Many people complain that virtualdub don't allow wmv/asf files processing. Here is a tutorial for watermarking video files using windows movie maker.
|
|
|
|
If you want customized logos:
<TransitionsAndEffects Version="1.0"> <Titles> <TitleDLL guid="{353359C1-39E1-491b-9951-464FD8AB071C}"> <Title name="@My Logo" iconid="13" > <Param name="InternalName" value="TitleMultiTitles"/> <Param name="Description" value="Puts mylogo.gif in bottom right corner"/> <Param name="LogoBitmapFilename" value="AddOnTFX\mylogo.gif"/> <Param name="LogoRect" value="0.8 0.8 0.2 0.2"/> <Paragraph> <Param name="IsOneLine" value="true"/> <Param name="BoundingRect" value="0.1 0.075 0.8 0.15"/> <Param name="MaxCharacterCount" value="32"/> </Paragraph> <Paragraph> <Param name="IsOneLine" value="true"/> <Param name="BoundingRect" value="0.1 0.25 0.8 0.1"/> <Param name="MaxCharacterCount" value="32"/> </Paragraph> </Title> </TitleDLL> </Titles> </TransitionsAndEffects> Note: you can change the path to log here :<Param name="LogoBitmapFilename" value="AddOnTFX\mylogo.gif"/>
|
You can adjust the position of the logo by modifying the LogoRect <Param name="LogoRect" value="0.8 0.8 0.2 0.2"/> Here 0.8 0.8 is the X,Y relative coordinates of the top left of the logo where 0 0 is the top left and 1 1 is the bottom right. 0.2 0.2 is the length in the X and Y direction.
One problem with this is that the logo is opaque - I'm not sure how to make it transparent.
If you had a watermark in a font then you could alter the transparency of the text using the Transparency slider in the title font and size window.
You can generate the above codes, with this site trugga

