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?
Windows Movie Maker - Two clips at once
- downwithpants
- BIG PICTURE person
- Joined: Tue Dec 03, 2002 1:28 am
- Status: out of service
- Location: storrs, ct
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
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>
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>
-
- Joined: Sun Sep 05, 2004 10:16 pm
- Gepetto
- Mr. Poopy Pants
- Joined: Thu Jun 10, 2004 10:11 pm
- Status: Bored to tears
- Location: The Tokyo Settlement
- Contact:
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:
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.
Code: Select all
a=mpeg2source("c:/path/file1.d2v")
b=mpeg2source("c:/path/file2.d2v")
Overlay(a,b)
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
My DeviantART profile
- SuperSaiyan005
- Joined: Fri Jun 23, 2006 10:18 am