S
SecretSquirrel
Anyone know of a way or program to rotate a short movie file (mpeg I
think!).
**SS**
think!).
**SS**
PapaJohn (MVP) said:MM2 can rotate it in 90 degree increments.... Virtual Dub can do it at any
angle...
Bob said:Simply apply the "Rotate 90" video effect in
Movie Maker, as PapaJohn originally suggested.
John Kelly said:Hi there,
OK then, its the Rotate Effect you want in Movie Maker.
--
Best Wishes.....John Kelly
www.the-kellys.org
www.the-kellys.co.uk
All material gained from other sources is duly acknowledged. No Value is
obtained by publishing in any format other peoples work
It's worked just as you said it would, but it's stretched the image
slightly. (wider then it should be) Any 'easy' solution to this one?
Doesn't matter if there isn't. At least my neck no longer hurts watching
it!
Rehan said:[...]It's worked just as you said it would, but it's stretched the image
slightly. (wider then it should be) Any 'easy' solution to this one?
Doesn't matter if there isn't. At least my neck no longer hurts watching
it!
Hi SecretSquirrel,
There is a solution!
Use my custom effects below to achieve aspect-ratio preserving rotation.
These are static rotations as you want but does not introduce the stretching
as happens with the default Rotate effects.
Hope this helps.
Rehan
<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>
</TransitionsAndEffects>
Thanks for the advice, but without meaning to sound totally thick - what
does this all mean? Can I enter this into movie maker or something?
Rehan said:[...]Thanks for the advice, but without meaning to sound totally thick - what
does this all mean? Can I enter this into movie maker or something?
Yes, you can:
1. Create a new folder if it does not already exist, named AddOnTFX under
"C:\Program Files\Movie Maker\Shared\"
2. Create a new text file and double click to edit in notepad.
3. Copy/paste the xml code I sent in earlier message in the text file and
save the file.
4. Rename the text file to rotate.xml (the first part of this flename doesnt
matter but extension must be xml)
5. (Re-) start Movie Maker and see if you have two more effects "Rotate 90
Better" and "Rotate 270 Better" in the Effects section.
More detailed information about creating your custom effects and transitions
is available on microsoft site:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwmt/html/moviemakersfx.asp
Enjoy.
Jeremy said:finally figured out what was wrong with that code. It's missing two
endcodes. the </effects> and </effect>