PDA

View Full Version : Vdub AND VdubMod keep crashing when using avisynth


Ryuudo
25th August 2003, 19:40
ok, here's the script:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\mpeg2dec3.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\decomb.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\unfilter.dll")
avisource("C:\****(640x360 WMV9 120fps).avi")
Decimate(4).Decimate(3).Decimate(2).Decimate()
LumaFilter(-2)
Unfilter (3,3)

They only crash when using avisynth. I have newest avisynth (2.5.2) and newest versions of both vdub and vdubmod.

Evil_Sigma
8th September 2003, 22:04
This happened to me as well not too long ago. Another encoder told me to take all of my plugins out of the <drive>avisynth 2.5\plugin\ directory and put it in just <drive>\avisynth 2.5\. Then call all of those filters from their. You can leave them in their own folders, by the way. That won't affect how it's loaded. For some reason, 2.5.x couldn't read into the plugin folder on my system and possibly your system. Give it a try and post a comment back here if it does or doesn't work.

also, instead of decimateding 4,3,and 2, try SelectEvery(5,0). Anotehr fansub encoder told me about that. Seems to do the same. :) Another thing is, shouldn't "unfilter(3,3)" be "unfilter(-3,-3)"?

Sigma of Aozora

Ryuudo
10th September 2003, 00:43
Originally posted by Evil_Sigma
This happened to me as well not too long ago. Another encoder told me to take all of my plugins out of the <drive>avisynth 2.5\plugin\ directory and put it in just <drive>\avisynth 2.5\. Then call all of those filters from their. You can leave them in their own folders, by the way. That won't affect how it's loaded. For some reason, 2.5.x couldn't read into the plugin folder on my system and possibly your system. Give it a try and post a comment back here if it does or doesn't work.

also, instead of decimateding 4,3,and 2, try SelectEvery(5,0). Anotehr fansub encoder told me about that. Seems to do the same. :) Another thing is, shouldn't "unfilter(3,3)" be "unfilter(-3,-3)"?

Sigma of Aozora

I'm decimating from 120 => 24 so those are good, also unfilter is as it should be. I'll try that avisynth tip. the weird thing is that avisynth 2.0x does work but 2.5x doesn't....

Evil_Sigma
10th September 2003, 09:44
No problem and good luck. :) 120fps raw are nice, btw. =P Gotta love them.