Log in

View Full Version : Errors in the compressibility check


madman7th
27th February 2003, 19:10
I can't seem to be complete a compressibility check. Here's my log file:

2/27/2003 11:46:27 AM: Job "Usual Suspects" started.


Gordian Knot 0.26.0.6
Encoding Job Data:

Type: EncD5_First
Number: 2010400200
Name: Usual Suspects
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 : C:\USUALLB\Usual_5_perc_D5_NeutralBicubic_640x272.log
Stats:
Ecf :
This is a Compressibility Check:
DivX5BiDirect: 0
DivX5GMC: 0
DivX5QuartPel: 0
DivX5PsyVis: 0
Resolution: 640 x 272

11:46:27 AM: Audio 1, calc: 99343 kb
11:46:27 AM: 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(400,"GAEAAACgjADQBwAACgAAABQAAAAsAQAAAgAAAAIAAAAFAAAAAgAAAJABAAAAAAAAAAAAAB4AAABkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAyAAAAAAAAAAAQAACamZmZmZnJP5qZmZmZmck/QAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAIACAADgAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOA/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAAEAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAD/////BAAAAEM6XFVTVUFMTEJcVXN1YWxfNV9wZXJjX0Q1X05ldXRyYWxCaWN1YmljXzY0MHgyNzIubG9nAGM6XHRlc3QuZGl2eABDOlxVU1VBTExCXFVzdWFsXzVfcGVyY19ENV9OZXV0cmFsQmljdWJpY182NDB4MjcyLm12AG0=");
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("C:\\PROGRA~1\\GORDIA~1\\_.avi");
VirtualDub.Close();

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

11:46:27 AM: Started DivX5-First Pass: C:\PROGRA~1\GORDIA~1\LastCompCheck.avs
11:52:10 AM: Finished DivX5-First Pass. Duration: 5 minutes, 42 seconds.
11:52:10 AM: Trying to open Log-file.
11:52:10 AM: Error: Could not open C:\USUALLB\Usual_5_perc_D5_NeutralBicubic_640x272.log
11:52:10 AM: Error: Could not count encoded Frames.
11:52:10 AM: Speed: 0.000 Frames per Second.

11:52:10 AM: Done.
11:52:10 AM: Log File = C:\USUALLB\Usual_5_perc_D5_NeutralBicubic_640x272.log
Total Encoding Time: 5 minutes, 42 seconds.
2/27/2003 11:52:10 AM: Job "Usual Suspects" finished.
_______________________________________________________________________________________________________________________




What does this mean? The file is physically not there. i can open the avs and the _.avi file in windows media player and it plays fine.

jggimi
27th February 2003, 19:26
Most likely an uninstalled or incorrectly installed DivX codec, followed by an unusable .avs script.

Check to see if DivX 5.0.2 is installed properly... start Virtual Dub, then use the Video...Compression command and see if it's in the list of codecs. If you've installed 5.0.3, remove it and install 5.0.2.

To test to see if the .avs script is working, try opening the compression test script (your log says its LastCompCheck.avs in your \Program Files\GordianKnot folder) in Vdub or any AVI player. If you see video, the .avs script is working. If you see an error message with a line number, there's a problem in the script. If you see an error message saying the file can't be loaded, then AviSynth may not be installed correctly.

It could be an .avs script problem, Gknot 0.26 had a known problem with "fast deinterlace" that was fixed at 0.26.1. The current release of Gknot is 0.27.

ThaChinky
27th February 2003, 20:28
ah..so divx5.0.3 isn't compatible yet?

Mac Sidewinder
27th February 2003, 22:16
Not compatible yet. Look down the threads a little and you will find a guide to using gnot and divx 5.03.

Mac