PDA

View Full Version : Rotate from landscape to portrait


dmorgan817
March 19th 06, 06:21 PM
How do I in WMM rotate the view of a clip from landscape to portrait?
--
Debbie

Cari \(MS-MVP\)
March 20th 06, 06:44 AM
Is this a 'clip' you made with a camcorder?
--
Cari (MS-MVP)
Printing & Imaging
http://www.coribright.com/windows



"dmorgan817" > wrote in message
...
> How do I in WMM rotate the view of a clip from landscape to portrait?
> --
> Debbie

dmorgan817
March 20th 06, 05:18 PM
I made it with my digital camera that can make movie clips.
--
Debbie


"Cari (MS-MVP)" wrote:

> Is this a 'clip' you made with a camcorder?
> --
> Cari (MS-MVP)
> Printing & Imaging
> http://www.coribright.com/windows
>
>
>
> "dmorgan817" > wrote in message
> ...
> > How do I in WMM rotate the view of a clip from landscape to portrait?
> > --
> > Debbie
>
>
>

Cari \(MS-MVP\)
March 21st 06, 09:51 PM
QuickTime Pro will do it... and do it correctly (keeping the aspect ratio)

http://www.gbradhopkins.com/archives/2005/02/use_quicktime_p.html
--
Cari (MS-MVP) Windows Client - Printing & Imaging
www.coribright.com/Windows


"dmorgan817" > wrote in message
...
>I made it with my digital camera that can make movie clips.
> --
> Debbie
>
>
> "Cari (MS-MVP)" wrote:
>
>> Is this a 'clip' you made with a camcorder?
>> --
>> Cari (MS-MVP)
>> Printing & Imaging
>> http://www.coribright.com/windows
>>
>>
>>
>> "dmorgan817" > wrote in message
>> ...
>> > How do I in WMM rotate the view of a clip from landscape to portrait?
>> > --
>> > Debbie
>>
>>
>>

Rehan
March 23rd 06, 01:34 AM
"dmorgan817" > wrote in message
...
> How do I in WMM rotate the view of a clip from landscape to portrait?
> --
> Debbie


Well if you have Windows Movie Maker version 2.x then you should be able to
apply the "Rotate" effects on the clip.

Sometimes the default rotate effects dont preserve the aspect ratio, in
which case you can resort to the following custom rotate effects I made
earlier:


Instructions:
Copy paste the xml code into notepad and Save As "rotate.xml" in the folder
C:\Program Files\Movie Maker\Shared\AddOnTFX.
Create the AddOnTFX folder if necessary.
Confirm the file has .xml extension by turning off the "hide extensions of
known file types" from Explorer > Tools > Folder options > View.
Restart WMM. Locate the new effects "Rotate Left" etc in the Effects section



<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
MS MVP -- Digital Media
www.rehanfx.org - get transitions and effects for Windows Movie Maker

Google