Windows Movie Maker - Two clips at once

The old Video Software Help forum, left visible as an archive.
Locked
Hikaru Yui
Joined: Sun Sep 05, 2004 10:16 pm
Org Profile

Windows Movie Maker - Two clips at once

Post by Hikaru Yui » Tue Aug 29, 2006 3:17 pm

Alright...

I want to combine two clips so it makes that transparent effect right? Problem is, when i drag the second clip into the first one, it does not cover the first tiny bit of the first clip. I can't split it either since the program thinks i'm trying to split the second clip and will not let me split.

Anyone know how to do this?

User avatar
DeinReich
Joined: Sun Mar 27, 2005 10:40 am
Location: College
Org Profile

Post by DeinReich » Tue Aug 29, 2006 4:56 pm

Try using the "Fade" transition instead of just draging the clip over the other clip. See if that hepls.
Image

User avatar
downwithpants
BIG PICTURE person
Joined: Tue Dec 03, 2002 1:28 am
Status: out of service
Location: storrs, ct
Org Profile

Post by downwithpants » Tue Aug 29, 2006 6:19 pm

if you're trying to do an overlay, windows movie maker can't do it :/

a free program that can is avisynth. see www.avisynth.org
maskandlayer()|My Guide to WMM 2.x
a-m-v.org Last.fm|<a href="http://www.frappr.com/animemusicvideosdotorg">Animemusicvideos.org Frappr</a>|<a href="http://tinyurl.com/2lryta"> Editors and fans against the misattribution of AMVs</a>

Hikaru Yui
Joined: Sun Sep 05, 2004 10:16 pm
Org Profile

Post by Hikaru Yui » Thu Aug 31, 2006 12:36 am

Alright I got the program. I don't understand how to use it and how I can do an overlay. Can someone help?

User avatar
Gepetto
Mr. Poopy Pants
Joined: Thu Jun 10, 2004 10:11 pm
Status: Bored to tears
Location: The Tokyo Settlement
Contact:
Org Profile

Post by Gepetto » Thu Aug 31, 2006 10:53 am

Use the "Overlay" command. The instructions are on the documentation file that comes with the program. I don't use this function in avisynth, but robably, it works like this:

Code: Select all

a=mpeg2source("c:/path/file1.d2v")
b=mpeg2source("c:/path/file2.d2v")
Overlay(a,b)
where "path" is the path to your d2v files and "file1.d2v" and "file2.d2v" are those files. If your source is avi, then use "avisource" instead of "mpeg2source".

Deinterlacing and any other filtering is not represented.
And God spoke unto the Chicken, and He said: "Thou shalt crosseth the road", and the Chicken did cross the road, and there was much rejoicing.
My DeviantART profile

User avatar
SuperSaiyan005
Joined: Fri Jun 23, 2006 10:18 am
Org Profile

Post by SuperSaiyan005 » Sun Sep 03, 2006 11:11 pm

you can overlay with wmm, but the first clip needs too be as big or bigger than the second clip. Then drag the second clips onto the first clip. I do it myself

Locked

Return to “Video Software Help Archive”