Log in

View Full Version : Problem with GKnot help me please


truncks
29th October 2002, 14:38
I'm new in this of Divx5.02 and Gnot. I do all guide of Doom9 but when i going to encoding show this:


28/10/2002 09:20:36 p.m.: Job "madonna" started.


Gordian Knot 0.26.0.6
Encoding Job Data:

Type: EncD5_First
Number: 2010404991
Name: madonna
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 : G:\madonna\madonna_5_perc_D5_ivtc_NeutralBicubic_465x346.log
Stats:
Ecf :
This is a Compressibility Check:
DivX5BiDirect: 0
DivX5GMC: 0
DivX5QuartPel: 0
DivX5PsyVis: 0
Resolution: 465 x 346

09:20:36 p.m.: Audio 1, calc: 94656 kb
09:20:36 p.m.: 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(414,"GAEAAACgjADQBwAACgAAABQAAAAsAQAAAgAAAAIAAAAFAAAAAgAAAJABAAAAAAAAAAAAAB4AAABkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAyAAAAAAAAAAAQAACamZmZmZnJP5qZmZmZmck/QAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAIACAADgAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOA/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAAEAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAD/////BAAAAEc6XG1hZG9ubmFcbWFkb25uYV81X3BlcmNfRDVfaXZ0Y19OZXV0cmFsQmljdWJpY180NjV4MzQ2LmxvZwBjOlx0ZXN0LmRpdngARzpcbWFkb25uYVxtYWRvbm5hXzVfcGVyY19ENV9pdnRjX05ldXRyYWxCaWN1YmljXzQ2NXgzNDYubXYAbQ==");
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("C:\\PROGRA~1\\GORDIA~1\\_.avi");
VirtualDub.Close();

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

09:20:36 p.m.: Started DivX5-First Pass: C:\PROGRA~1\GORDIA~1\LastCompCheck.avs
09:20:37 p.m.: Finished DivX5-First Pass. Duration: 1 second.
09:20:37 p.m.: Trying to open Log-file.
09:20:37 p.m.: Error: Could not open G:\madonna\madonna_5_perc_D5_ivtc_NeutralBicubic_465x346.log
09:20:37 p.m.: Error: Could not count encoded Frames.
09:20:37 p.m.: Speed: 0.000 Frames per Second.

09:20:37 p.m.: Done.
09:20:37 p.m.: Log File = G:\madonna\madonna_5_perc_D5_ivtc_NeutralBicubic_465x346.log
Total Encoding Time: 1 second.
28/10/2002 09:20:37 p.m.: Job "madonna" finished.

---------------------------------------------------------------------
I don't know what it means please help me

PS: Excuse me for my english but i'm from of LatinAmerica

Swede
29th October 2002, 15:32
One tip is to do a search. In this case you would use for example: 'Could and count and encoded and Frames' (from your error message) then you would get a lot of threads about this.

This is one: http://forum.doom9.org/showthread.php?s=&threadid=36535&highlight=Could+and+count+and+encoded+and+Frames

(And welcome here... But next time, try to search first)

jggimi
29th October 2002, 17:47
You had a codec failure. There are several reasons why. The most common is installing Gknot after installing DivX, which will overlay DivX 5 with DivX 4. However, in your case, I think the reason may be your resolution:Resolution: 465 x 346 The default for GKnot is modulo 32 for width, and modulo 16 for height. 465 is modulo 1, and 346 is modulo 2.

I would never go below modulo 16, as DivX is encoded in macroblocks of 16x16 pixels (according to TheWEF, who wrote GKnot).

manono
29th October 2002, 18:38
Hi and welcome to the forums-

Yep-you got it jggimi. For DivX5, width must be at least a multiple of 4 and height must be at least a multiple of 2.

I do all guide of Doom9

Did the Doom9 Guide tell you to change the W-Mod and H-Mod? So, return the W-Mod and H-Mod to their default settings and stop fooling around with things you don't yet understand.