|
Transitions request Posted: 02 Oct 2007 01:15 AM |
Hey i was wondering if any one could help me out with making transitions like the ones in these video>
at 0:03 in this video
http://www.youtube.com/watch?v=LR8DdS_uocg
at 0:27, 0:38, 0:41 1:43, 1:48 , 3:02, & 3:34 in this video
http://www.youtube.com/watch?v=TLoXeM_YgwQ
Thank you, if its too much to ask for sry! |
|
|
 |
|
iv
|
Joined: 22 Sep 2007 |
Total Posts: 11 |
|
|
Re: Transitions request Posted: 02 Oct 2007 02:05 AM |
i think they have a thread were you request transitions and other stuff |
|
|
 |
|
|
Re: Transitions request Posted: 02 Oct 2007 03:55 PM |
Yes we do, but its ok, its better if you make a new post anyways. I'm stilll trying to learn the basics of creating .fx files, for transitions and effects. I'll see what i can do about your transition Sister |
My Downloads For Movie Maker |
|
 |
|
|
Re: Transitions request Posted: 02 Oct 2007 04:03 PM |
For your first video, someone else is gona have to help to, for your second, i could probably make some of those transitions for you. |
My Downloads For Movie Maker |
|
 |
|
|
Re: Transitions request Posted: 02 Oct 2007 05:20 PM |
ok..thanks moviemakerkid :) |
|
|
 |
|
|
Re: Transitions request Posted: 04 Oct 2007 01:32 AM |
Heres 1 of your requested transitions. Its just a simple xml file, nothing required, just copy and paste into AddOnTFX. Let me know how it works out for ya =).
<TransitionsAndEffects Version="2.8">
<Transitions>
<TransitionDLL guid="TFX">
<Transition name="MMK-@PageCurl-Beta" iconid="89" guid="Page Curl, Up Right">
<Param name="Animation" value="Simple3D" />
<Param name="DepthBufferFormat" value="80" />
<Param name="PageCurlA" value="upperleft" />
<Param name="ShowABack" value="true" />
<Param name="VertexVelocity" value="3000.0, 190.0, -2000.0" />
<Param name="FadeStartA" value="0.9" />
</Transition>
</TransitionDLL>
</Transitions>
</TransitionsAndEffects> |
My Downloads For Movie Maker |
|
 |
|
|
Re: Transitions request Posted: 05 Oct 2007 04:52 PM |
thank you sooooo much!!! :) |
|
|
 |
|
| |
|
Re: Transitions request Posted: 05 Oct 2007 05:54 PM |
MMK, be sure you use a unique name for each guid. I notice you called this 'Page Curl, Up Right' which would probably overlap with the original effect. It's important when you copy this to create a new transition or effect that you use a unique string in the guid. |
Blaine
Movie Maker (Custom Titles, Effects. etc.)
WMM 6.0 on Windows 7 or 8
YouTube videos |
|
 |
|
|
Re: Transitions request Posted: 05 Oct 2007 06:16 PM |
Ug yes, i totally forgot about the guide. I always change the guide when using a gardient transitions, i guess its just a habit. I will try to remeber about changing the guid when copying a pre made transition. |
My Downloads For Movie Maker |
|
 |
|
|
Re: Transitions request Posted: 05 Oct 2007 07:03 PM |
guid (pronounced "goo-id") stands for "Globally Unique IDentifier" so it has to be one that isn't used by any other transition/title/effect anywhere else in the world.
One way to do that is to use the name of the effect as the Guid, because hopefully you won't give two the same name. |
Blaine
Movie Maker (Custom Titles, Effects. etc.)
WMM 6.0 on Windows 7 or 8
YouTube videos |
|
 |
|
|
Re: Transitions request Posted: 05 Oct 2007 07:38 PM |
Heres more of the transitions you requested sister.
Heres the link to download
Requested transitions.exe
And heres the xml file code.
<TransitionsAndEffects Version="2.8">
<Transitions>
<TransitionDLL guid="ShaderTFX.ShaderTransition">
<Transition name="@MMKBlackBarsWipeVertical" iconid="80" guid="Black bars wipe (vertical).png" ShaderModel="2">
<Param name="ShaderFilename" value="Shader.fx" />
<Param name="Technique" value="SMPTEWipeTechnique" />
<Param name="TextureFile" value="C:\MMK\ShaderTFX\Wipe\Requested Transitions\Black bars wipe (Vertical).png" />
<Semantics>
<Param name="BorderSoftness" type="float" value="100.0" />
<Param name="BorderColor" type="color" value="#000000" />
<Param name="BorderWidth" type="float" value="15.0" />
</Semantics>
</Transition>
<Transition name="@MMKWhiteBarsWipeVertical" iconid="80" guid="White bars wipe (vertical).png" ShaderModel="2">
<Param name="ShaderFilename" value="Shader.fx" />
<Param name="Technique" value="SMPTEWipeTechnique" />
<Param name="TextureFile" value="C:\MMK\ShaderTFX\Wipe\Requested Transitions\White bars wipe (Vertical).png" />
<Semantics>
<Param name="BorderSoftness" type="float" value="100.0" />
<Param name="BorderColor" type="color" value="#FFFFFF" />
<Param name="BorderWidth" type="float" value="15.0" />
</Semantics>
</Transition>
<Transition name="@MMKWhiteBarsWipeHorizontal" iconid="80" guid="White bars wipe (Horizontal).png" ShaderModel="2">
<Param name="ShaderFilename" value="Shader.fx" />
<Param name="Technique" value="SMPTEWipeTechnique" />
<Param name="TextureFile" value="C:\MMK\ShaderTFX\Wipe\Requested Transitions\White bars wipe (Horizontal).png" />
<Semantics>
<Param name="BorderSoftness" type="float" value="100.0" />
<Param name="BorderColor" type="color" value="#FFFFFF" />
<Param name="BorderWidth" type="float" value="15.0" />
</Semantics>
</Transition>
<Transition name="@MMKBlackBarsWipeVertical" iconid="80" guid="Black bars wipe (Horizontal).png" ShaderModel="2">
<Param name="ShaderFilename" value="Shader.fx" />
<Param name="Technique" value="SMPTEWipeTechnique" />
<Param name="TextureFile" value="C:\MMK\ShaderTFX\Wipe\Requested Transitions\White bars wipe (Horizontal).png" />
<Semantics>
<Param name="BorderSoftness" type="float" value="100.0" />
<Param name="BorderColor" type="color" value="#000000" />
<Param name="BorderWidth" type="float" value="15.0" />
</Semantics>
</Transition>
</TransitionDLL>
</Transitions>
</TransitionsAndEffects> |
My Downloads For Movie Maker |
|
 |
|
|
Re: Transitions request Posted: 05 Oct 2007 07:42 PM |
I forgot to let you know. That these transitions made, will require rehan's "Shader tfx package" They dont have custom icons either. And the transition is a Wipe. Not a border moving out of the screen, i dont know if you'll realize this. But you'll probably see the differnce from it and your video example. Please let me know if it is what your looking for or close enough. |
My Downloads For Movie Maker |
|
 |
|
|
Re: Transitions request Posted: 06 Oct 2007 11:24 AM |
thanks you sooooo much moviemakerkid, they are really great still!! i really appreciate you helping me!! thanks again |
|
|
 |
|
| |
toutou
|
Joined: 15 Dec 2007 |
Total Posts: 4 |
|
|
Re: Transitions request Posted: 15 Dec 2007 10:28 AM |
I want the "Scroll, Up", please. For Vista. |
|
|
 |
|
| |
toutou
|
Joined: 15 Dec 2007 |
Total Posts: 4 |
|
|
Re: Transitions request Posted: 19 Dec 2007 08:28 AM |
Like this: http://www.youtube.com/watch?v=S4En0muLOOY&feature=related |
|
|
 |
|
| |
|
Re: Transitions request Posted: 21 Dec 2007 11:11 PM |
i never noticed you were crazy, moviemakerkid. lol. |
20" iMac
2.4 GHz Intel Core 2 Duo Processor
1 GB RAM (To be upgraded..)
250 GB Hard Drive 7200RPM
Firewire 400 and 800
4 USBs
Beautiful Design |
|
 |
|
| |
|
Re: Transitions request Posted: 30 Jan 2008 02:53 PM |
Curl edited:
Down False: same as beta but fades.
Down True: same as beta
Upperright False: Pulled from right more tor right like ripping a paper. Fades.
Upperright True: Pulled from right more tor right like ripping;)
Upperleft False: From upperleftcorner to you rightdown. Fades.
Upperleft True: Same but not to you but from you.
<!-- This XML for Windows Moviemaker 6.0 Vista installs 6 additional Curl effects for you.
This XML is made by TheOnePb. Please use this webpage with sharing: http://www.windowsmoviemakers.net/Forums/ShowPost.aspx?PostID=159508
Please share your additional effects on http://www.windowsmoviemakers.net/Forums/
Happy editing! [Last update 08/2008] -->
<TransitionsAndEffects Version="2.8">
<Transitions>
<TransitionDLL guid="TFX">
<Transition name="Page Curl Down False" iconid="89" guid="Page Curl Down False">
<Param name="Animation" value="Simple3D" />
<Param name="DepthBufferFormat" value="80" />
<Param name="PageCurlA" value="down" />
<Param name="ShowABack" value="false" />
<Param name="VertexVelocity" value="3000.0, 190.0, -2000.0" />
<Param name="FadeStartA" value="0.1" />
</Transition>
<Transition name="Page Curl Down True" iconid="89" guid="Page Curl Down True">
<Param name="Animation" value="Simple3D" />
<Param name="DepthBufferFormat" value="80" />
<Param name="PageCurlA" value="down" />
<Param name="ShowABack" value="true" />
<Param name="VertexVelocity" value="3000.0, 190.0, -2000.0" />
<Param name="FadeStartA" value="0.9" />
</Transition>
<Transition name="Page Curl Upperright False" iconid="89" guid="Page Curl Upperright False">
<Param name="Animation" value="Simple3D" />
<Param name="DepthBufferFormat" value="80" />
<Param name="PageCurlA" value="upperright" />
<Param name="ShowABack" value="false" />
<Param name="VertexVelocity" value="3000.0, 190.0, -2000.0" />
<Param name="FadeStartA" value="0.1" />
</Transition>
<Transition name="Page Curl Upperright True" iconid="89" guid="Page Curl Upperright True">
<Param name="Animation" value="Simple3D" />
<Param name="DepthBufferFormat" value="80" />
<Param name="PageCurlA" value="upperright" />
<Param name="ShowABack" value="true" />
<Param name="VertexVelocity" value="3000.0, 190.0, -2000.0" />
<Param name="FadeStartA" value="0.9" />
</Transition>
<Transition name="Page Curl Upperleft False" iconid="89" guid="Page Curl Upperleft False">
<Param name="Animation" value="Simple3D" />
<Param name="DepthBufferFormat" value="80" />
<Param name="PageCurlA" value="upperleft" />
<Param name="ShowABack" value="false" />
<Param name="VertexVelocity" value="3000.0, 190.0, -2000.0" />
<Param name="FadeStartA" value="0.1" />
</Transition>
<Transition name="Page Curl Upperleft True" iconid="89" guid="Page Curl Upperleft True">
<Param name="Animation" value="Simple3D" />
<Param name="DepthBufferFormat" value="80" />
<Param name="PageCurlA" value="upperleft" />
<Param name="ShowABack" value="true" />
<Param name="VertexVelocity" value="3000.0, 190.0, -2000.0" />
<Param name="FadeStartA" value="0.9" />
</Transition>
</TransitionDLL>
</Transitions>
</TransitionsAndEffects>
TheOnePb |
Movie Maker 6.0 on Windows 7 + ShaderTFX, registered
http://youtube.com/profile?user=TheOnePb1 |
|
 |
|
|
Re: Transitions request Posted: 24 Aug 2008 07:19 AM |
I updated the post above, could also be added to the custom list !
TheOnePb |
Movie Maker 6.0 on Windows 7 + ShaderTFX, registered
http://youtube.com/profile?user=TheOnePb1 |
|
 |
|
|
Re: Transitions request Posted: 25 Nov 2008 10:58 AM |
Hi do all these codes need to have: rehan's Shader tfx, installed first please? Or are there some that I can use that don't need this please? |
God Bless you and yours
Angela
using version: Windows Vista MM 6.0
Angela's YouTube Page |
|
 |
|
|
Re: Transitions request Posted: 25 Nov 2008 02:44 PM |
Hi AngelaWho,
Welcome to the forums!
These transitions do not require shadertfx to be installed.
<TransitionsAndEffects Version="2.8">
<Transitions>
<TransitionDLL guid="TFX">
<Transition name="MMK-@PageCurl-Beta" iconid="89" guid="Page Curl, Up Right">
<Param name="Animation" value="Simple3D" />
<Param name="DepthBufferFormat" value="80" />
<Param name="PageCurlA" value="upperleft" />
<Param name="ShowABack" value="true" />
<Param name="VertexVelocity" value="3000.0, 190.0, -2000.0" />
<Param name="FadeStartA" value="0.9" />
</Transition>
</TransitionDLL>
</Transitions>
</TransitionsAndEffects>
<TransitionsAndEffects Version="2.8">
<Transitions>
<TransitionDLL guid="TFX">
<Transition name="Page Curl Down False" iconid="89" guid="Page Curl Down False">
<Param name="Animation" value="Simple3D" />
<Param name="DepthBufferFormat" value="80" />
<Param name="PageCurlA" value="down" />
<Param name="ShowABack" value="false" />
<Param name="VertexVelocity" value="3000.0, 190.0, -2000.0" />
<Param name="FadeStartA" value="0.1" />
</Transition>
<Transition name="Page Curl Down True" iconid="89" guid="Page Curl Down True">
<Param name="Animation" value="Simple3D" />
<Param name="DepthBufferFormat" value="80" />
<Param name="PageCurlA" value="down" />
<Param name="ShowABack" value="true" />
<Param name="VertexVelocity" value="3000.0, 190.0, -2000.0" />
<Param name="FadeStartA" value="0.9" />
</Transition>
<Transition name="Page Curl Upperright False" iconid="89" guid="Page Curl Upperright False">
<Param name="Animation" value="Simple3D" />
<Param name="DepthBufferFormat" value="80" />
<Param name="PageCurlA" value="upperright" />
<Param name="ShowABack" value="false" />
<Param name="VertexVelocity" value="3000.0, 190.0, -2000.0" />
<Param name="FadeStartA" value="0.1" />
</Transition>
<Transition name="Page Curl Upperright True" iconid="89" guid="Page Curl Upperright True">
<Param name="Animation" value="Simple3D" />
<Param name="DepthBufferFormat" value="80" />
<Param name="PageCurlA" value="upperright" />
<Param name="ShowABack" value="true" />
<Param name="VertexVelocity" value="3000.0, 190.0, -2000.0" />
<Param name="FadeStartA" value="0.9" />
</Transition>
<Transition name="Page Curl Upperleft False" iconid="89" guid="Page Curl Upperleft False">
<Param name="Animation" value="Simple3D" />
<Param name="DepthBufferFormat" value="80" />
<Param name="PageCurlA" value="upperleft" />
<Param name="ShowABack" value="false" />
<Param name="VertexVelocity" value="3000.0, 190.0, -2000.0" />
<Param name="FadeStartA" value="0.1" />
</Transition>
<Transition name="Page Curl Upperleft True" iconid="89" guid="Page Curl Upperleft True">
<Param name="Animation" value="Simple3D" />
<Param name="DepthBufferFormat" value="80" />
<Param name="PageCurlA" value="upperleft" />
<Param name="ShowABack" value="true" />
<Param name="VertexVelocity" value="3000.0, 190.0, -2000.0" />
<Param name="FadeStartA" value="0.9" />
</Transition>
</TransitionDLL>
</Transitions>
</TransitionsAndEffects> |
My Downloads For Movie Maker |
|
 |
|