Did you try to load the video into VirtualDubMod with an AviSynth script like:
Code: Select all
AVISource("c:\path\yourvideo.avi")
Code: Select all
AVISource("c:\path\yourvideo.avi")
He should also try DirectShowSource as well as AVISource, in case it's using a codec with no VfW version installed.Willen wrote:Code: Select all
AVISource("c:\path\yourvideo.avi")
So try usingMaverick013 wrote:i tried opening it with avisynth on VDM and got this error
"Avisynth open failure:
AVISource: couldnt locate a decompressor for fourcc dvsd
(C:/Documentd and Settings\J\My Documents\The Brothers--default2.avs, line 2)
Code: Select all
DirectShowSource("video.avi")
This replaces any use of the AviSource() function in your AviSynth script.Maverick013 wrote:where do i put that code at?