Search found 15 matches
- Tue Jun 19, 2007 12:22 am
- Forum: AviSynth Help
- Topic: AVISource problem in VDM
- Replies: 14
- Views: 2774
It gives a similar message in a different window "Couldn't locate decompressor for dvsd" Okay, DVSD definitely != XviD. You need a VFW DV codec; this one seems to work: http://www.free-codecs.com/download/Panasonic_DV_Codec.htm It worked! Both the avs and the avi files load into VirtualDubMod witho...
- Mon Jun 18, 2007 3:07 pm
- Forum: AviSynth Help
- Topic: AVISource problem in VDM
- Replies: 14
- Views: 2774
It gives a similar message in a different window "Couldn't locate decompressor for dvsd" but the video still loads into it for some reason, though it won't show the footage if I'm scrolling through, and it doesn't give me the option to use any compressors, and if I do export that same uncompressed f...
- Mon Jun 18, 2007 12:04 am
- Forum: AviSynth Help
- Topic: AVISource problem in VDM
- Replies: 14
- Views: 2774
Sounds like you only got the DirectShow decoder then. Get the fully featured version of the codec, at http://www.koepi.org/xvid.shtml I definately didn't have that version, but when I installed it and loaded VDM it still didn't work. Was I supposed to do something with the program or just install it?
- Sun Jun 17, 2007 3:07 pm
- Forum: AviSynth Help
- Topic: AVISource problem in VDM
- Replies: 14
- Views: 2774
- Sat Jun 16, 2007 11:55 pm
- Forum: AviSynth Help
- Topic: AVISource problem in VDM
- Replies: 14
- Views: 2774
- Sat Jun 16, 2007 8:19 pm
- Forum: AviSynth Help
- Topic: AVISource problem in VDM
- Replies: 14
- Views: 2774
AVISource problem in VDM
If I try to open an AVI file in VirtualDubMod with just the basic code:
I get the error: "AVIsynth Open failure- AVIsource: couldn't locate a decompressor for fourccXviD"
Anyone know where I've gone wrong?
Thanks.
Code: Select all
AVISource("C:\Documents and Settings\Owner\My Documents\AMV.avi" ConvertToYV12()
Anyone know where I've gone wrong?
Thanks.
- Mon Jan 29, 2007 5:10 pm
- Forum: AviSynth Help
- Topic: Post deinterlace problems from a newbie
- Replies: 5
- Views: 2450
- Mon Jan 29, 2007 3:38 pm
- Forum: AviSynth Help
- Topic: Post deinterlace problems from a newbie
- Replies: 5
- Views: 2450
- Mon Jan 29, 2007 2:46 pm
- Forum: AviSynth Help
- Topic: Post deinterlace problems from a newbie
- Replies: 5
- Views: 2450
- Mon Jan 29, 2007 5:48 am
- Forum: AviSynth Help
- Topic: Post deinterlace problems from a newbie
- Replies: 5
- Views: 2450
Post deinterlace problems from a newbie
Ok, so VirtualDubMod tells me all the frames in the piece of video I want to export are progressive and not interlaced, I have the HuffYUV compression set up just like I was told to, now the Avi footage I've made out of that seems jerky still, but this time it's either skipping or pausing frames at ...