Author Topic: Windows Movie Maker  (Read 11588 times)

0 Members and 1 Guest are viewing this topic.

Offline finallight

  • Posts: 3581
    • View Profile
    • vids
Windows Movie Maker
« on: November 12, 2006, 10:49:41 PM »
WMM2 may not be much, but it gets the job done.



-------------------------------------------
If you don't already have windows movie maker 2.1, get it by installing Windows Service Pack 2
-------------------------------------------


Tutorials

Longer Fade to Black
Flash
Fade into/out of an effect
Border Plus Text
Simple Nametags
Freeze Frame (Pause)
Custom Render Settings
Reverse Clips
----------------------------------


Effects/Transitions/Titles

Effects/Transitions/Titles - A giant list of custom effects, transitions, and titles. Also shows how to install them.
----------------------------------


Helpful Sites

papajohn.org - A very helpful site, you can learn pretty much eveything about wmm2 here.
wmm2 forums - The GTAStunting of wmm2
rehanfx - This is where you can get Picture in Picture for wmm2, it also has useful tips.
hitthebongo video fx - Great wmm2 site, it has effects, titles, transitions, and more.
----------------------------------


Useful Programs

Audacity - Free audio editing program. Useful for cutting and fading music, and mixing songs.
GIMP - Free image editing program, similar to Photo shop. Useful for making title screens, name tags, borders, etc.
GIMPshop - Modification for GIMP that makes it look more like Photoshop.
Paint.net - Free image editing program, similar to Photo shop. Useful for making title screens, name tags, borders, etc.
PhotoStory - Free image program that allows you to pan and crop or rotate pictures, plus some other stuff. Useful for title screens, panning across stunt stills, and other things.
« Last Edit: October 18, 2008, 01:51:31 PM by finallight »

Offline Ph33r

  • Posts: 701
    • View Profile
    • http://
Windows Movie Maker
« Reply #1 on: November 13, 2006, 04:52:28 AM »
I used WMM2 quite a lot so tuts will be a help...

Offline Kingjad

  • Veteran Member
  • Posts: 6071
  • Fat Bastard
    • View Profile
    • YouTube
Windows Movie Maker
« Reply #2 on: November 13, 2006, 08:37:50 AM »
Unfortunately, I am lazy. But will still try to help folk

Offline VaNilla

  • next week m9
  • Veteran Member
  • Posts: 3806
    • View Profile
    • YouTube
Windows Movie Maker
« Reply #3 on: November 13, 2006, 02:04:11 PM »
ME will help a bit un-officially too

Offline Aeneon

  • Posts: 3724
    • View Profile
    • http://
Windows Movie Maker
« Reply #4 on: January 27, 2007, 08:09:21 AM »
hey,

In WMM2 How can i create Borders like Amped 2?

Offline THEFTman

  • Veteran Member
  • Posts: 5794
    • View Profile
Windows Movie Maker
« Reply #5 on: January 27, 2007, 12:20:32 PM »
You must do that in PS... there were same questions about that before, search Video Editing section...  

Offline finallight

  • Posts: 3581
    • View Profile
    • vids
Windows Movie Maker
« Reply #6 on: January 29, 2007, 04:15:03 PM »
Quote from: .Synergy
hey,

In WMM2 How can i create Borders like Amped 2?
Like THEFTman said, you need to make the border in Photoshop or some other image editing program. After that, it's just a matter of making the border image into a title overlay. If you still want to know how to do it, I'll try and make a tutorial.

Offline Aeneon

  • Posts: 3724
    • View Profile
    • http://
Windows Movie Maker
« Reply #7 on: January 30, 2007, 09:22:21 AM »
Final i would like that alot

Offline finallight

  • Posts: 3581
    • View Profile
    • vids
Windows Movie Maker
« Reply #8 on: January 30, 2007, 11:39:15 AM »
I don't know if this is easy to understand, but here...

http://img172.imageshack.us/img172/9337/fi...m2fancybga0.png

and a video showing the border.

http://download.yousendit.com/07764205529B7067

It's not very good at the moment, the overlay can't fade, so if you make multiple borders with different names it will just cut between each border, and not have a nice fade. You could just use the border overlay, and then add names with subtitles, but all the subtitles I have now are too high to fit on my border, and I don't really know how to alter the code to make them low enough to fit on the border right now. I might try to make it better but for now, that's all I have.
« Last Edit: January 30, 2007, 11:39:48 AM by finallight »

Offline Aeneon

  • Posts: 3724
    • View Profile
    • http://
Windows Movie Maker
« Reply #9 on: January 30, 2007, 11:54:14 AM »
Ima Check it out thanks
Finalight we neeed the code lol
« Last Edit: January 30, 2007, 11:57:11 AM by .Synergy »

Offline finallight

  • Posts: 3581
    • View Profile
    • vids
Windows Movie Maker
« Reply #10 on: January 30, 2007, 12:00:16 PM »
oh, yeah, sorry, forgot.

here it is.

Code: [Select]
<TransitionsAndEffects Version="1.0">
<Titles>
<TitleDLL guid="{353359C1-39E1-491b-9951-464FD8AB071C}">
<Title name="Fancy Border 1" iconid="13"
comment="Border image for medium size center PIP">
<Param name="InternalName" value="TitleStandard"/>
<Param name="Description" value="Fancy Border 1"/>
<Param name="MainEffect" value="Effectnone"/>
<Param name="IsOneLine" value="true"/>
<Param name="LogoBitmapFilename" value="fancyborder1.png"/>
<Param name="LogoRect" value="0.0 0.0 1.0 1.0"/>
<Paragraph>
<Param name="EntranceEffect" value="EffectNone"/>
<Param name="Text" value=" "/>
<Param name="BoundingRect" value="0.0 0.0 1.0 1.0"/>
</Paragraph>
</Title>

<Title name="Fancy Border 2" iconid="13"
comment="Border image for medium size center PIP">
<Param name="InternalName" value="TitleStandard"/>
<Param name="Description" value="Fancy Border 2"/>
<Param name="MainEffect" value="Effectnone"/>
<Param name="IsOneLine" value="true"/>
<Param name="LogoBitmapFilename" value="fancyborder2.png"/>
<Param name="LogoRect" value="0.0 0.0 1.0 1.0"/>
<Paragraph>
<Param name="EntranceEffect" value="EffectNone"/>
<Param name="Text" value=" "/>
<Param name="BoundingRect" value="0.0 0.0 1.0 1.0"/>
</Paragraph>
</Title>
</TitleDLL>
</Titles>
</TransitionsAndEffects>

Offline Aeneon

  • Posts: 3724
    • View Profile
    • http://
Windows Movie Maker
« Reply #11 on: January 30, 2007, 12:07:58 PM »
Thanks!I will use it to showcase the bike in my skinning tutorial

Offline Aeneon

  • Posts: 3724
    • View Profile
    • http://
Windows Movie Maker
« Reply #12 on: March 31, 2007, 01:32:50 PM »
Hye, I Want to know how to do a certain effect.  It makes the clip have a transition that makes the clip your on have a box go across, And in that box is the next clip. I Hope you get what i mean.

Offline finallight

  • Posts: 3581
    • View Profile
    • vids
Windows Movie Maker
« Reply #13 on: April 05, 2007, 05:35:32 PM »

Offline ben

  • Posts: 131
    • View Profile
Windows Movie Maker
« Reply #14 on: September 10, 2007, 08:26:44 AM »
thanks, this will be very usefull until i can get sony vegas again

 

SimplePortal 2.3.7 © 2008-2024, SimplePortal