|
Re: Position of Title
9/8/2009 8:38:18 AM
(Total replies: 1)
|
| Assuming you're using XP or WMM 2.x
<a href="http://www.windowsmoviemakers.net/Forums/ShowPost.aspx?PostID=110437">ayumilove Random Titles</a>
<a href="http://www.windowsmoviemakers.net/Forums/ShowPost.aspx?PostID=19778">Sur- and Subtitle</a> |
|
|
|
Re: Fun Titles MiniPack
10/22/2007 7:33:48 AM
(Total replies: 1)
|
| Yes the XP installer looks really dodgy to me.
Suspiciously large, obvious typos in the dialog boxes.
Nick can you just post a zip file. |
|
|
|
Re: Image watermark
1/20/2008 5:40:22 AM
(Total replies: 1)
|
| G'day Harvester
Rather than muck around trying to place the logo with the XML parameters, I recommend that you use your favourite graphics program to place and scale your logo on a transparent background that is your full screen 640x480. Then set LogoRect to full screen in your XML.
<Param name="LogoRect" value="0.0 0.0 1.0 1.0" />
Personally I use PowerPoint for this since I use it every day but any graphics program that can create a transparent PNG of GIF file will do.
|
|
|
|
Re: Image watermark
1/20/2008 4:56:31 PM
(Total replies: 1)
|
| There should only be one LogoRect parameter. Delete the other one. |
|
|
|
Re: Image watermark
4/11/2006 6:49:42 PM
(Total replies: 1)
|
| The BoundingRect parameter determines the placement of the text.
I think what you want is to change the LogoRect parameter to full screen.
<Param name="LogoRect" value="0 0 1 1"/> |
|
|
|
Re: Image watermark
5/28/2006 11:27:10 PM
(Total replies: 1)
|
| I think there's something wrong with the LogoBitmapFilename parameter.
I know Blaine has mentioned several times in this thread that you can use a full path name or relative to the Shared folder, but it doesn't seem to work with the full name here.
Just try using the relative path "<b>AddOnTFX\Metroid-Eu-Logo.png</b>".
I tried it with this XML and your image and it seemed to work ok.
<TransitionsAndEffects Version="1.0">
<Titles>
<TitleDLL ... |
|
|
|
Re: Image watermark
5/29/2006 8:22:05 AM
(Total replies: 1)
|
| Glad to hear it now works for you. ;) |
|
|
|
Re: Image watermark
3/6/2005 7:55:22 AM
(Total replies: 4)
|
| <hr>
<i>Note (10/9/2005): XML in this post was edited to take out an unnecessary EffectID parameter and to reference the logo in the AddOnTFX directory, since this has caused some confusion for others copying the code. The original code looked like this:
<color="blue"><TransitionsAndEffects Version="1.0">
<Titles>
<TitleDLL guid="{353359C1-39E1-491b-9951-464FD8AB071C}">
<Title name="@My Logo" iconid="13" ... |
|
|
|
Re: Image watermark
3/8/2005 11:23:51 PM
(Total replies: 1)
|
| Welcome boogie.
I'm also using MM 2.0.
Sorry, there's a typo in my post - the correct location for the XML is
C:\Program Files\Movie Maker\Shared\AddOnTFX\Mylogo.xml
If the directory doesn't exist, just create it.
The logo itself goes in the parent directory C:\Program Files\Movie Maker\Shared\
Since I wrote that example, Rehan has pointed out that the EffectID is actually optional so to avoid confusing MM, you can delete it.
|
|
|
|
Re: Image watermark
3/14/2005 8:47:47 PM
(Total replies: 1)
|
| Welcome to the forum snufkin
Step 4
a. Rewind the timeline to the beginning (Control-Q)
b. Menu Tools - Titles and Credits - Add title on the selected clip
c. Just type in a single space as your text
d. Click on "change the title animation"
e. Select "My Logo"
f. Click on "Done, add title to movie"
Step 5
g. Move the mouse to your title in the "Title Overlay" track
h. Click and drag the right hand edge of the title to the desired length.
|
|