Log in

View Full Version : Encode Crash


outcomes
19th January 2009, 10:45
I was doing two pass encoding in GK

I tried this twice.

everything works fine the first pass...but second pass it crashes
Vdub - not responding

I using vista 3bit.

raeltheimperialaerosolkid
19th January 2009, 14:23
Ehm...
Maybe if you tell a bit more (what codec? what source? what is the avisynth status during the crash?).
Also Vista 3bit seems an oddly little OS to make some encode... :D

outcomes
19th January 2009, 16:53
Ehm...
Maybe if you tell a bit more (what codec? what source? what is the avisynth status during the crash?).
Also Vista 3bit seems an oddly little OS to make some encode... :D

XviD, with gk..avisynth status no diea since it just freezes and I have to go to task manager to close it.

and its vista 32bit:D

raeltheimperialaerosolkid
19th January 2009, 18:52
Ok, a long time ago, the same thing happened to me for a bug in the "deen" filter in avisynth. Please post your .avs script and xvid settings (i.e. profiles and main features activated). Also, are you going with VDubmod (that is now pretty outdated) or VDub?

outcomes
20th January 2009, 04:07
Ok, a long time ago, the same thing happened to me for a bug in the "deen" filter in avisynth. Please post your .avs script and xvid settings (i.e. profiles and main features activated). Also, are you going with VDubmod (that is now pretty outdated) or VDub?

LoadPlugin("C:\PROGRA~1\GORDIA~1\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Decomb.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\TIVTC.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\mt_masktools.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Masktools.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\channelmixer.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DeGrainMedian.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\removegrain.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\fft3dfilter.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\deblock.dll")
Import("C:\Program Files\AviSynth 2.5\plugins\SeeSaw.avs")
Import("C:\Program Files\AviSynth 2.5\plugins\gamma-functions.avs")

yes I'm using vdubmod
so whats the replacement for vdubmod
for encoding using gk.

raeltheimperialaerosolkid
20th January 2009, 10:29
Use the last version of the original Virtualdub.
If it keeps crashing try an encode without all the filters (Degrain, removegrain etc) and check if the crash happens again. The only way to understand where the fault is, is a step-by-step approach.

ankurs
20th January 2009, 12:03
u might be interested in having a look here : http://forum.doom9.org/showthread.php?t=142001&page=4

a problem which i'm facing and still isn't solved :(

CWR03
20th January 2009, 13:18
Uninstall Xvid and install the version that came bundled with Gordian Knot.

outcomes
21st January 2009, 04:56
Ok, a long time ago, the same thing happened to me for a bug in the "deen" filter in avisynth. Please post your .avs script and xvid settings (i.e. profiles and main features activated). Also, are you going with VDubmod (that is now pretty outdated) or VDub?

since you said..vdubmod is outdated then what else to use with GK?for XviD

raeltheimperialaerosolkid
21st January 2009, 09:14
Virtualdub standard.

outcomes
22nd January 2009, 00:49
Virtualdub standard.


thanks
but could you also give me a info on how to replace that with vdubmod for gk. I mean gk should automatically choose vudb standred when encoding and not choose vudbmod. also is it faster than vdubmod. so hwo do I replace it with vdubmod.

raeltheimperialaerosolkid
22nd January 2009, 12:03
This is a Gk related question. I Used GK only once and I don't know how to modify it (and if it is possible).

CWR03
22nd January 2009, 22:55
Why are you so certain it's a problem with VirtualDub? Are you using Xvid, and what version?

outcomes
23rd January 2009, 08:23
Why are you so certain it's a problem with VirtualDub? Are you using Xvid, and what version?

problem solved it was one of th efilters but now I m asking how to use vdub slandered with gk?