Trouble with AviSynth >__>

This forum is for questions and discussion of all the aspects of handling your footage. If you have questions about capturing/ripping footage, AviSynth, or compression/encoding/converting, look here.

Trouble with AviSynth >__>

Postby 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?
LeperDoctor
 
Joined: 30 Oct 2005

Postby Jnzk » Fri Jun 22, 2007 11:22 am

XviD comes with a YV12 decoder, if I'm not terribly mistaken.
User avatar
Jnzk
Artsy Bastid
 
Joined: 28 Jan 2003
Location: Finland

Postby LeperDoctor » Fri Jun 22, 2007 12:56 pm

ZOMG, I downloaded Xvid and it works now!! Thank you so much!!
LeperDoctor
 
Joined: 30 Oct 2005


Return to Footage Help

Who is online

Users browsing this forum: No registered users and 1 guest