Hello.
I am doing some post-production for my AMV and I am running into a problem with AviSynth reading my AMV. The code I have currently is this:
[AVISource("C:\AMVProjects\FinalResults\KnightsOfCephiro.avi")
ConvertToYV12(interlaced=true)]
Once I press the run script button I get the following message:
Avisynth open failure
AVI source: couldn't locate a decompressor for fourcc dvsd
I check the file source and it is correct with correct spelling. Does anybody out there recognize this and if so, what do I need to do to correct this? As always any help any of you can provide, large or small, is appriciated.

