Editing Titles

M

Marg

Does anyone know if it is possible to rotate titles and credits in Movie
Maker? My project is landscape not portrait. THANKS!
 
J

John Inzer

Marg said:
Does anyone know if it is possible to rotate titles and credits in
Movie Maker? My project is landscape not portrait. THANKS!
=====================================
I cannot recall seeing the terms Portrait and Landscape
applied to video before but anyway...create your Titles
and then try adding the Rotate 90 Effect.

Here's some info previously posted by Rehan that explains
how to create a better Rotate Effect.

===

To rotate the video without distortion and/or fit the height correctly you
may like to use the attached effects rather than the default one. The
contents of the attached xml file:


<TransitionsAndEffects Version="1.0" >
<Effects>
<EffectDLL guid="{B4DC8DD9-2CC1-4081-9B2B-20D7030234EF}">
<Effect name="Rotate Right" iconid="24" >
<Param name="InternalName" value="Simple3D" />
<Param name="RotateA" value="right" />
<Param name="Progress" value="0.25" />
</Effect>
<Effect name="Rotate Left" iconid="23" >
<Param name="InternalName" value="Simple3D" />
<Param name="RotateA" value="left" />
<Param name="Progress" value="0.25" />
</Effect>
<Effect name="Rotate Right Fit" iconid="24" >
<Param name="InternalName" value="Simple3D" />
<Param name="RotateA" value="right" />
<Param name="ScaleA" value="0.75" />
<Param name="InitialScaleA" value="0.75" />
<Param name="Progress" value="0.25" />
</Effect>
<Effect name="Rotate Left Fit" iconid="23" >
<Param name="InternalName" value="Simple3D" />
<Param name="RotateA" value="left" />
<Param name="ScaleA" value="0.75" />
<Param name="InitialScaleA" value="0.75" />
<Param name="Progress" value="0.25" />
</Effect>
</EffectDLL>
</Effects>
</TransitionsAndEffects>



Instructions:
1. Copy paste into notpad and
2. save as C:\Program Files\Movie Maker\Shared\AddOnTFX\rotate.xml.
3. Restart WMM.

===


--

John Inzer
MS Digital Media MVP

Notice
This is not tech support
I am a volunteer

Solutions that work for
me may not work for you

Proceed at your own risk
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top