This is the code I used:
I saved it as Merge.avs, but when I click on it I'm unable to open it because my computer "doesn't recognize the file". I tried to open it using VirtualDubMod and that didn't work either. It says "Couldn't locate the decompressor for the format YV12"clip1 = DirectShowSource("Hp2.wmv", 50)
clip2 = DirectShowSource("Hp3.wmv", 50)
clip3 = DirectShowSource("Hp4.wmv", 50)
clip4 = DirectShowSource("Hp5.wmv", 50)
return clip1 + clip2 + clip3 + clip4
I downloaded another codec, called Helix YUV 1.2 which was supposed to fix that, but it didn't. I keep getting the same message.
I have: VirtualDubMod, AviSynth, AMVApp and HuffyUV on my computer, in the same folder as the four video clips I was trying to merge. Anyone know how I could fix this?