Hi
If you are taking about the distortion caused by "Rotate 90" and "Rotate
270" effects which expand the picture slightly in horizontal direction after
rotation..., then this can be overcome within MovieMaker by using custom
Rotate effects as proposed by me in another thread. These will preserve the
aspect ratio of the picture.
<TransitionsAndEffects Version="1.0" >
<Effects>
<EffectDLL guid="{B4DC8DD9-2CC1-4081-9B2B-20D7030234EF}">
<Effect name="Rotate 270 Better" iconid="23" >
<Param name="InternalName" value="Simple3D" />
<Param name="RotateA" value="left" />
<Param name="Progress" value="0.25" />
</Effect>
<Effect name="Rotate 90 Better" iconid="24" >
<Param name="InternalName" value="Simple3D" />
<Param name="RotateA" value="right" />
<Param name="Progress" value="0.25" />
</Effect>
</EffectDLL>
</Effects>
</TransitionsAndEffects>
Short Instructions to use these effects in Movie Maker:
Copy paste this code to a new text file named rotate.xml
and place the file in the folder: "C:\Program Files\Movie
Maker\Shared\AddOnTFX\". Create the AddOnTFX folder if
not there. Restart WMM.
Hope it helps
Rehan