Avisynth Error
- Amo-Chan
- Joined: Thu Apr 27, 2006 10:47 pm
- Location: Back in the Black Hole a.k.a. the Midwest
Avisynth Error
I'm trying to open a file via avisynth with vdubmod. I've been able to do it before, but now I'm getting this error message: Avisynth Failure Couldn't locate decompressor for fourcc dvsd.
What does this mean and how can I fix it?
What does this mean and how can I fix it?
- Qyot27
- Surreptitious fluffy bunny
- Joined: Fri Aug 30, 2002 12:08 pm
- Status: Creepin' between the bullfrogs
- Location: St. Pete, FL
- Contact:
Set DV decoding to 'libavcodec' in ffdshow's VFW. If you don't have ffdshow (or have an outdated version), you can get it here:
http://sourceforge.net/project/showfile ... _id=173941
Then use AVISource as usual. That should work.
http://sourceforge.net/project/showfile ... _id=173941
Then use AVISource as usual. That should work.
- Qyot27
- Surreptitious fluffy bunny
- Joined: Fri Aug 30, 2002 12:08 pm
- Status: Creepin' between the bullfrogs
- Location: St. Pete, FL
- Contact:
The only other thing would be to make sure it's enabled in the regular Video decoder section and use DirectShowSource instead of AVISource. It may also work without messing with ffdshow and just using DirectShowSource.
It is possible to simply choose one format for ffdshow to decode if others give you problems. Just by switching all the other formats to 'disabled' in both VFW and regular Video decoder configuration dialogs.
It is possible to simply choose one format for ffdshow to decode if others give you problems. Just by switching all the other formats to 'disabled' in both VFW and regular Video decoder configuration dialogs.
- Purge
- Joined: Mon Oct 10, 2005 9:18 am
- Location: Under Aus
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
DVSD is the FourCC for DV AVI; the error is telling you that you don't have a VFW DV codec. You can get Panasonic's offering <a href="http://www.free-codecs.com/download/Pan ... m">here</a>; install that and it should open in VDub.