Log in

View Full Version : directshowsource problem?


cxterm
7th March 2008, 06:39
Windows vista with the newest ffdshow installed. First I install the avisynth 2.5.7, using following script:

DirectShowSource("c:\foo.wmv", FPS=25, ConvertFPS=True)

mediaplayer classic plays well. But when open it in virtualdubmod and tmpgenc, both are crashed. windows event viewer reports:

Faulting application VirtualDubMod.exe, version 1.5.10.0, time stamp 0x43fa4d6a, faulting module ntdll.dll, version 6.0.6000.16386, time stamp 0x4549bdc9, exception code 0xc0000374, fault offset 0x000af1c9, process id 0xa28, application start time 0x01c87fe07e200ec3.

Faulting application TMPGEnc.exe, version 2.524.63.181, time stamp 0x315948f5, faulting module ntdll.dll, version 6.0.6000.16386, time stamp 0x4549bdc9, exception code 0xc0000374, fault offset 0x000af1c9, process id 0xd1c, application start time 0x01c87f6bed4b3380.

I also tried the last avisynth 2.5.8a, it has the same problem as 2.5.7.

Finally I change avisynth to an old release 2.5.6, the problem dismissed. both virtualdub and tmpgenc works with the test avs file very well. It is strange.

I also test above in windows xp, all version of avisynth works.
Is it a problem caused by vista? :helpful: