
AVS script not loading correctly to VDM
-
- Joined: Mon Jun 11, 2007 11:14 pm
AVS script not loading correctly to VDM
I just got AVS so I'm pretty new to it, and pretty confused
I made a script saying: avisource("myclip.avi"). (Please correct me if the script format is wrong. It's just how I learned it). After that, I tried loading the avs script to VDM, but all it does is say this: "Couldn't locate decompressor for format 'YV12'(unknown). VirtualDub requires a Video for Windows (VFW) compatible codec to decompress video. DirectShow codecs, such as those used by Windows Media Player, are not suitable. Only 'Direct stream copy' is available for this video." Yeah.. I have no idea what this means. Am I missing something? Sorry if I'm not knowledgable about this stuff. I just want to make an amv, and I'm willing to learn.

- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
What that means is:
1) Your AVISynth script is outputting video in the YV12 colorspace.
2) You don't have a VFW codec installed that's capable of handling YV12 video.
I suggest installing the Helix YUV Codecs, which can be downloaded from <a href="http://www.free-codecs.com/download/Hel ... m">here</a>.
1) Your AVISynth script is outputting video in the YV12 colorspace.
2) You don't have a VFW codec installed that's capable of handling YV12 video.
I suggest installing the Helix YUV Codecs, which can be downloaded from <a href="http://www.free-codecs.com/download/Hel ... m">here</a>.
- rook2pawn
- Joined: Tue Jan 29, 2008 9:06 am
please try scintilla's advice first, as i find myself consulting his page quite often.
You can also try going
AviSource("yourfile.avi")
ConvertToYUY2()
I always use YUY2 whenever im previewing in Media Player 6.4 or VDUB.
Also, you should probably start using VDUB over VDUBMOD as VdubMod is quite out-of-date and Vdub is continually being supported and also including mpeg2
from neuron2 on the doom9 forums
You can also try going
AviSource("yourfile.avi")
ConvertToYUY2()
I always use YUY2 whenever im previewing in Media Player 6.4 or VDUB.
Also, you should probably start using VDUB over VDUBMOD as VdubMod is quite out-of-date and Vdub is continually being supported and also including mpeg2
from neuron2 on the doom9 forums
The latest VirtualDub can open VOB/m2v using fccHandler's MPEG2 source plugin.
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
- JaddziaDax
- Crazy Cat Lady!
- Joined: Tue Mar 16, 2004 6:25 am
- Status: I live?
- Location: Somewhere I think O.o
- Contact:
i have virtualdub mod set to open VOBs on my computer O.o and it does just fine for AMV purposes
Stalk me?
https://linktr.ee/jaddziadax
https://linktr.ee/jaddziadax
- rook2pawn
- Joined: Tue Jan 29, 2008 9:06 am