Log in

View Full Version : DirectShowSource(video.mkv) hangs with ffdshow/AvsP


bokonon
21st April 2008, 23:09
IT was fine the other week and now whenever i try to preview a h.264 file with DirectShowSource in AvsP the preview window takes forever to seek + frame accuracy is completely screwed up (frame numbers change but preview window stays the same). I'm using ffdshow + haali in DirectShow.

Has anyone ever experienced this? What can i do to find out the cause of this problem?

Blue_MiSfit
21st April 2008, 23:46
I had this problem, and it was because I was using an 2.5.8 alpha release of AviSynth. Reverting to 2.5.7 (TSP's MT build) fixed everything for me :)

~MiSfit

bokonon
22nd April 2008, 00:05
I had this problem, and it was because I was using an 2.5.8 alpha release of AviSynth. Reverting to 2.5.7 (TSP's MT build) fixed everything for me :)

~MiSfit

OOh, i hope this works for me too

EDIT: where can i get the TSP MT build?

googled and found nothing

Blue_MiSfit
22nd April 2008, 00:10
http://forum.doom9.org/showthread.php?t=94996

searched for "MT Avisynth" on google :)

bokonon
22nd April 2008, 00:14
http://forum.doom9.org/showthread.php?t=94996

searched for "MT Avisynth" on google :)

:thanks:

thanks i just found it

whats the best way to do a clean install? I have uninstalled avisynth. So now i just need instal 2.5.7 and copy the MT dlls to the program files directory?

Blue_MiSfit
22nd April 2008, 01:00
Almost.

Uninstall AviSynth, install the 2.5.7 release, and then overwrite Avisynth.dll in the windows\system32 directory with the dll provided in the MT package. Also install MT.dll in the program files\avisynth 2.5\plugins folder

~MiSfit

bokonon
22nd April 2008, 16:08
Almost.

Uninstall AviSynth, install the 2.5.7 release, and then overwrite Avisynth.dll in the windows\system32 directory with the dll provided in the MT package. Also install MT.dll in the program files\avisynth 2.5\plugins folder

~MiSfit


Thanks MiSfit, I tried this morning but it seems to have made things worse :(

http://www.imageshadow.com/images/22042008min/directshow295689_1n3.jpg (http://www.imageshadow.com/view.php?image=directshow295689_1.png)

my script is simple

DirectShowSource("E:\[ enc ]\Performance\15.mkv")

Blue_MiSfit
22nd April 2008, 18:36
Doh! That looks pretty weird to me. Here's my suggestion.

1) Uninstall avisynth again
2) Manually take everything out of your plugins folder - save any 3rd party fiters
3) Manually delete the whole folder, and any instances of avisynth.dll that you find
4) Install 2.5.7
5) Make the simplest script possible. Version() should suffice

Report back!

thetoof
23rd April 2008, 02:54
FFMPEGSource()?