Trouble with AviSynth >__>

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
LeperDoctor
Joined: Sun Oct 30, 2005 5:55 pm
Org Profile

Trouble with AviSynth >__>

Post by LeperDoctor » Fri Jun 22, 2007 11:14 am

I made a music video in WMM but it didn't want to export because it was a large file. So what I did was export it as four little files, called Hp1.wmv, Hp2.wmv, Hp3.wmv and Hp4.wmv. I was trying to merge them into one file using AviSynth, but I think AviSynth hates me. <.<

This is the code I used:
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 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"

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?

User avatar
Jnzk
Artsy Bastid
Joined: Tue Jan 28, 2003 5:30 pm
Location: Finland
Org Profile

Post by Jnzk » Fri Jun 22, 2007 11:22 am

XviD comes with a YV12 decoder, if I'm not terribly mistaken.

LeperDoctor
Joined: Sun Oct 30, 2005 5:55 pm
Org Profile

Post by LeperDoctor » Fri Jun 22, 2007 12:56 pm

ZOMG, I downloaded Xvid and it works now!! Thank you so much!!

Locked

Return to “AviSynth Help”