Log in

View Full Version : Compressibility test fails after Gknot 0.28.7 install


Funkyirishman
10th December 2003, 23:25
Hi

Updated Gnot to version 0.28.7 with all the applications
Did all the normal up to the compressibility check using the 5% and then pressing now and this it where it screws up ?? Virtual dub aint doing anything below is the log anyone any ideas

Cheers

Funkyirishman

iles:
VirtualDubModExe: C:\Program Files\GordianKnot\VirtualDubMod\VirtualDubMod.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 : C:\movie\ripped\t3_5_perc_Divx5_NeutralBicubic_544x224.log
Stats:
Ecf :
This is a Compressibility Check:
Resolution: 544 x 224

23:37:51: Audio 1, calc: 91718 kb
23:37:51: Audio 1, disabled, no recalc. - you probably want to add this track later.

Adding this script to C:\Program Files\GordianKnot\VirtualDubMod\LastJob.vcf :

// $job "DivX5-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.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.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("C:\\PROGRA~1\\GORDIA~1\\_.avi");
VirtualDub.Close();

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

23:37:51: Started DivX5-First Pass: C:\PROGRA~1\GORDIA~1\LastCompCheck.avs
23:38:28: Finished DivX5-First Pass: Duration: 35 seconds.
23:38:28: Trying to open Log-file.
23:38:28: Error: Could not open C:\PROGRA~1\GORDIA~1\vdenc.log
23:38:28: Error: Could not count encoded Frames.
23:38:28: Speed: 567887.593 Frames per Second.

23:38:28: Done.
23:38:28: Log File = C:\movie\ripped\t3_5_perc_Divx5_NeutralBicubic_544x224.log
Total Encoding Time: 37 seconds.
09/12/2003 23:38:28: Job "T3" finished.
_______________________________________________________________________________________________________________________

Funkyirishman
11th December 2003, 00:33
Hi

Also forgot to mention that the below comes up in relation to my previous post

it is saying that mpeg2dec.dll is not an AviSynth 2.5 plugin
lastcompcheck.avs,line 7

log file not found unable to get compressability value

Any ideas

Cheers

Funkyirishman

jggimi
11th December 2003, 01:36
@funky,

I merged your second thread (part II) into this original thread, and changed it's name to be more specific to your problem.

Your problem appears to be in the .avs script, but I haven't installed 28.7 yet, but I think that since 028.6 the scripts have been using mpeg2dec3.dll by default.

You might try clearing the Gknot registry entries (from the options tab), then delete your Gknot folder structure and re-install rather than "upgrade."