PDA

View Full Version : Gordian Knot won't start Nandub


mrhaze
29th December 2002, 20:49
Before I re-installed XP Gknot worked fine, but after my new install (and new installation of Gknot) everything works fine until it calls nandub; it just won't start.

First time I discovered it was when I tried the Compressibility Check (DivX 5), nothing happens, except that it says Compressibility Check: Finished.

Here's the log:

2002-12-29 20:45:05: Job "Movie 1" started.


Gordian Knot 0.27.0.13
Encoding Job Data:

Type: EncD5_First
Number: 2010400200
Name: Movie 1
Platform: WinXP (5.1.2600).2

Files:
VirtualDubExe: C:\PROGRA~1\GORDIA~1\virtualdub\Virtualdub.exe
NandubExe: C:\PROGRA~1\GORDIA~1\nandub\Nandub.exe
AviFinal: C:\PROGRA~1\GORDIA~1\_.avi
AviMovie: C:\PROGRA~1\GORDIA~1\__Movie.avi
AviCredits: C:\PROGRA~1\GORDIA~1\__Credits.avi
MovieFS: C:\PROGRA~1\GORDIA~1\LastCompCheck.avs
CreditsFS:
Log : _5_perc_D5_Bilinear_704x288.log
Stats:
Ecf :
This is a Compressibility Check:
DivX5BiDirect: 0
DivX5GMC: 0
DivX5QuartPel: 0
DivX5PsyVis: 0
Resolution: 704 x 288

20:45:05: Audio 1, calc: 117062 kb
20:45:05: Audio 1, disabled, no recalc. - you probably want to add this track later.

Adding this script to C:\PROGRA~1\GORDIA~1\virtualdub\VirtualDub.jobs:

// $job "DivX4 First Pass"
// $input "C:\PROGRA~1\GORDIA~1\LastCompCheck.avs"
// $output "C:\PROGRA~1\GORDIA~1\_.avi"
// $state 0
// $start_time 0 0
// $end_time 0 0
// $script

VirtualDub.Open("C:\\PROGRA~1\\GORDIA~1\\LastCompCheck.avs",0,0);
VirtualDub.audio.SetSource(0);
VirtualDub.audio.SetMode(0);
VirtualDub.audio.SetInterleave(1,0,0,0,0);
VirtualDub.audio.SetClipMode(1,1);
VirtualDub.audio.SetConversion(0,0,0,0,0);
VirtualDub.audio.SetVolume();
VirtualDub.audio.SetCompression();
VirtualDub.video.SetDepth(24,24);
VirtualDub.video.SetMode(1);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetRange(0,0);
VirtualDub.video.SetCompression(0x78766964,0,10000,0);
VirtualDub.video.SetCompData(356,"GAEAAACgjADQBwAACgAAABQAAAAsAQAAAgAAAAIAAAAFAAAAAgAAAJABAAAAAAAAAAAAAB4AAABkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAyAAAAAAAAAAAQAACamZmZmZnJP5qZmZmZmck/QAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAIACAADgAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOA/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAAEAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAD/////BAAAAF81X3BlcmNfRDVfQmlsaW5lYXJfNzA0eDI4OC5sb2cAYzpcdGVzdC5kaXZ4AF81X3BlcmNfRDVfQmlsaW5lYXJfNzA0eDI4OC5tdgBt");
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("C:\\PROGRA~1\\GORDIA~1\\_.avi");
VirtualDub.Close();

// $endjob
//
//--------------------------------------------------
// $done

20:45:05: Started DivX5-First Pass: C:\PROGRA~1\GORDIA~1\LastCompCheck.avs
20:45:05: Finished DivX5-First Pass. Duration: 0 seconds.
20:45:05: Trying to open Log-file.
20:45:05: Error: Could not open _5_perc_D5_Bilinear_704x288.log
20:45:05: Error: Could not count encoded Frames.
20:45:05: Speed: 0.000 Frames per Second.

20:45:05: Done.
20:45:05: Log File = _5_perc_D5_Bilinear_704x288.log
Total Encoding Time: 0 seconds.
2002-12-29 20:45:05: Job "Movie 1" finished.
_______________________________________________________________________________________________________________________

jggimi
29th December 2002, 22:12
Error: Could not open _5_perc_D5_Bilinear_704x288.log Your problem is likely a codec failure, most likely due to DivX 5 not being installed (or not installed correctly). Check by starting VirtualDub, then use the Video...Compression command, and see if DivX 5 is in the list of codecs. If not, install the codec.

Slogra
29th December 2002, 23:20
Are you sure you installed both parts of Gknot?

Gordian Knot rippack 0.27 AND Gordian Knot System Pack 1.0

mrhaze
30th December 2002, 20:24
Ah, I installed DivX 5.02 Pro... but forgot the system pack.. let's see if this works.

mrhaze
30th December 2002, 20:28
Yep. Now it worked, thanks :)

SKiller
31st December 2002, 02:25
I seemed to be having a similar problem, but I *DID* have the system pack installed. It worked OK with an earlier version of GKnot and even worked the 1st time I ripped with the new one. I even tried uninstalling and reinstalling GKnot & System Pack & DivX 5! :confused:

What tipped me off as to the cause of the problem was this part in VirtuaDub under Copression with DivX 5:

Width must be a multiple of 4
Height must be multiple of 2
Valid depths 24 32

Doh!!! :eek: I set an odd output resolution...

Hope this helps someone :D