PDA

View Full Version : Problem with DirectShowSource filter in AVISynth


farmdve
4th October 2009, 10:20
The problem appeared about a week ago.
The problem is that whenever i use in an avs script the directshowsource filter aka

DirectShowSource("bla.avi")

or mkv,mp4 any file the outputed vile has audio/video di-synchronization aka audio is not synced with video. This only happens with this filter as i tried the avisource filter and tried loading the file directly in vdub(mod) and everything is ok.
Why i use DSS? Because its universal and opens any video file.

Edit:
When i opened a video with the DSS filter i even tried the 'Direct stream copy' of both streams(audio and video) and the result was the same: audio was not synced with video

Can anyone help?

EDIT:
The version i am using is the latest AviSynth 09.09.27. I even tried an older release but it didnt work

MatLz
4th October 2009, 11:11
Hi farmdve,
Dss is maybe 'universal' but I think it's the last option to use if nothing else works... It's really not frame accurate and if you forget to disable your directshow filtering settings, you can have surprises!..maybe it's your case

farmdve
4th October 2009, 11:17
Can you tell me how to disable these 'directshow filtering settings'?

P.S
Before the latest avisynth this filter worked correctly

MatLz
4th October 2009, 11:22
In Ffdshow audio and video decoder configuration. Try to disable all traitments.

farmdve
4th October 2009, 11:35
Thanks a bunch man. Long ago when i put the cccp codecs i also added the ffdshow separately now i did the same and it is all fixed.
Thanks ;)

MatLz
4th October 2009, 11:42
I'm happy to help as I'm happy to be helped.

farmdve
4th October 2009, 12:15
Now i have different problem. DirectShowSource opens the file however when i add a resize function i get this:
Avisynth open failure:
Resize:Source image too small for this resize method, Width=0 Support=3

Edit: This second problem has been resolved as well :)