PC Review Forums Newsgroups Windows XP Windows XP MovieMaker Rotate

Reply

Rotate

 
Thread Tools Rate Thread
Old 04-12-2004, 08:59 PM   #1
J.A.
Guest
 
Posts: n/a
Default Rotate


Hi

Can I rotate videos with Movie Maker 2 ?


  Reply With Quote
Old 04-12-2004, 09:07 PM   #2
John Kelly
Guest
 
Posts: n/a
Default Re: Rotate

Hello,

Only by using the Rotate effect

--
Best Wishes.....John Kelly
www.the-kellys.org
www.the-kellys.co.uk
Check out free video hosting at www.the-kellys.org
----
\|||/
(oo)
----------ooO-(_)-Ooo-------------
All material gained from other sources is duly acknowledged. No Value is
obtained by publishing in any format other peoples work
  Reply With Quote
Old 04-12-2004, 10:20 PM   #3
J.A.
Guest
 
Posts: n/a
Default Re: Rotate

Thanks but it didn't work well

Which good/cheap software can do this without damaging the size?

J.A.


  Reply With Quote
Old 04-12-2004, 10:26 PM   #4
John Kelly
Guest
 
Posts: n/a
Default Re: Rotate

Hello,

There is an excelent program called MovieXone from AIST. You get it free of
cover disks...usually it is put out every couple of months on the mad PC
UTILITIES. It will do all that you want and a little bit more in this
area.....I use the paid for big brother called MovieDV...it was the best US $69
I have ever spent on computer software....you may well want to do the same once
you see how good the free version is.....

--
Best Wishes.....John Kelly
www.the-kellys.org
www.the-kellys.co.uk
Check out free video hosting at www.the-kellys.org
----
\|||/
(oo)
----------ooO-(_)-Ooo-------------
All material gained from other sources is duly acknowledged. No Value is
obtained by publishing in any format other peoples work
  Reply With Quote
Old 04-12-2004, 10:27 PM   #5
John Kelly
Guest
 
Posts: n/a
Default Re: Rotate

P.S. See the movie Doodles on my website...its under MEDIA > VIDEO

--
Best Wishes.....John Kelly
www.the-kellys.org
www.the-kellys.co.uk
Check out free video hosting at www.the-kellys.org
----
\|||/
(oo)
----------ooO-(_)-Ooo-------------
All material gained from other sources is duly acknowledged. No Value is
obtained by publishing in any format other peoples work
  Reply With Quote
Old 05-12-2004, 02:24 AM   #6
Rehan
Guest
 
Posts: n/a
Default Re: Rotate


> Which good/cheap software can do this without damaging the size?


You can achieve the required effect within Windows Movie maker by using the
custom rotate effect i made many months ago. These effects rotate the
video while keeping the aspect ratio intact. Copy paste the following xml
code into notepad and save as "rotate.xml" in C:\Program Files\Movie
Maker\Shared\AddOnTFX. Create the fodler if not there. Restart WMM
afterwards.


<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>




--
Rehan
www.rehanfx.org - get transitions and effects for Windows MovieMaker



"J.A." <josealbertoplus-nntp@yahoo.com> wrote in message
news:eq5IK%23k2EHA.2540@TK2MSFTNGP09.phx.gbl...
> Thanks but it didn't work well
>
> Which good/cheap software can do this without damaging the size?
>
> J.A.
>




  Reply With Quote
Old 06-12-2004, 11:51 PM   #7
J.A.
Guest
 
Posts: n/a
Default Re: Rotate

Thank you both

I'll use Rotate Right Fit... very good Rehan


J.A.


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off