Log in

View Full Version : GKnot 0.22 and Second Pass Problem


|nemesi|
23rd December 2001, 23:12
Hi, I have upgraded to GKnot 0.22 and when I encode with DivX 4.12 the second pass doesn't start. The previous version, GKnot 0.21b, works fine for me. I have tried many times without any result.
Is this a bug?:confused:

TheWEF
23rd December 2001, 23:44
what exactly are you trying to do?
post your complete *_gknot.log.

wef.

ares
24th December 2001, 00:30
i'm having this exact same problem.

i upgraded to the latest gk, and the latest divx codec, and when i tried encoding something, only the first pass completed (if at all) but then it tries starting the second pass, and it says "attempting to read log file" and that's the end of it..

X-guy
24th December 2001, 02:08
Same here :confused:

TheWEF
24th December 2001, 03:15
so why don't you post your log-files?
and your avs-file as well...

i just tried 2-pass divx4.12 with gknot 0.22 and here it works fine.

wef.

ares
24th December 2001, 03:58
Originally posted by TheWEF
so why don't you post your log-files?
and your avs-file as well...

i just tried 2-pass divx4.12 with gknot 0.22 and here it works fine.

wef.

the hell? i did. i guess it wasn't registered.. one sec while i post it again.

//edit
its saying i've attached it, but its not registering.. one sec, i'll copy and paste..

ares
24th December 2001, 03:59
12/23/2001 3:08:00 AM: Job "Movie 2" started.

o DivX4-First Pass: E:\Media\divx\gknot\swordfish attempt2\3\swordfish.avs
o DivX4-Second Pass: E:\Media\divx\gknot\swordfish attempt2\3\swordfish.avs
o Mux Audio.
End of Job 1 (Movie 2).
_______________________________________________________________________________________________________________________

Encoding Job Data:

Type: EncD4_Both
Number: 1
Name: Movie 2
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: E:\Media\divx\gknot\swordfish attempt2\3\swordfish.avi
AviMovie: E:\Media\divx\gknot\swordfish attempt2\3\swordfish_Movie.avi
AviCredits: E:\Media\divx\gknot\swordfish attempt2\3\swordfish_Credits.avi
MovieFS: E:\Media\divx\gknot\swordfish attempt2\3\swordfish.avs
CreditsFS:
Log : E:\Media\divx\gknot\swordfish attempt2\3\swordfish.log
Stats: E:\Media\divx\gknot\swordfish attempt2\3\swordfish.stats
Ecf : E:\Media\divx\gknot\swordfish attempt2\3\swordfish.ecf
Options:
Quality/DRF: 0
CreditsStart: 0
UseEcf: 1
CreditsIVTC: 0
CreditsAppend: 1
DeleteInterm.: 0
EnforceBitrate:0
Calculator:
VideoSize: 402230 kbyte.
Audio1Size: 1030010 kbyte.
Audio2Size: 0 kbyte.
Overhead: 11599 kbyte.
AviSize: 1443840 kbyte (1410 mbyte).
FilesSize: 0 kbyte.
TotalSize: 1443840 kbyte (1410 mbyte).
Interleaving: vbrmp3
Bitrate: 537 k(=1000)Bits/s
Frames: 184106
FPS: 29.970
Duration: 1:42:23
Quality: 0.097 bits/(pixel*frame).
CompCheck3: 0.000 bits/(pixel*frame).
CompCheck4: 0.000 bits/(pixel*frame).
Resolution: 576 x 320
Audio 1:
mode: Just Mux Source File.
sourceFile: E:\Media\divx\Easydivx_vob\tmpaudio.wav
wavFile: E:\Media\divx\Easydivx_vob\tmpaudio_1.wav
mp3File: E:\Media\divx\Easydivx_vob\tmpaudio_1.mp3
azid: ""
lame: ""
delay: -83
interval: 2
preload: 500
mux: 1
recalc: 0
deleteWav: 1
Audio 2:
none.

3:08:00 AM: Audio 1, determined: 1030010 kb
3:08:00 AM: Audio 1, calc: 1030010 kb

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

// $job "DivX4 First Pass"
// $input "E:\Media\divx\gknot\swordfish attempt2\3\swordfish.avs"
// $output "E:\Media\divx\gknot\swordfish attempt2\3\swordfish_Movie.avi"
// $state 0
// $start_time 0 0
// $end_time 0 0
// $script

VirtualDub.Open("E:\\Media\\divx\\gknot\\swordfish attempt2\\3\\swordfish.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(316,"qDEIANAHAAAKAAAAFAAAACwBAAAMAAAAAgAAAAUAAAACAAAAKAAAAAAAAAAAAAAAAAAAAP////8BAAAARTpcTWVkaWFcZGl2eFxna25vdFxzd29yZGZpc2ggYXR0ZW1wdDJcM1xzd29yZGZpc2gubG9nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAA=");
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("E:\\Media\\divx\\gknot\\swordfish attempt2\\3\\swordfish_Movie.avi");
VirtualDub.Close();

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

3:08:00 AM: Started DivX4-First Pass: E:\Media\divx\gknot\swordfish attempt2\3\swordfish.avs

ares
24th December 2001, 04:00
#
# Created with Gordian Knot
#
# http://thewef.nav.to
#
# PLUGINS
# get them from http://users.win.be/dividee
LoadPlugin("c:\PROGRA~1\GORDIA~1\mpeg2dec.dll")
#LoadPlugin("c:\PROGRA~1\GORDIA~1\InverseTelecine.dll")
#LoadPlugin("c:\PROGRA~1\GORDIA~1\Avisynth_Spatial.dll")
#LoadPlugin("c:\PROGRA~1\GORDIA~1\GreedyHMA.dll")
#LoadPlugin("C:\WINDOWS\System32\vobsub.dll")
#
# SOURCE
mpeg2source("E:\Media\divx\swordfish\swordfish.d2v")
#
# TRIM
#trim(startframe,endframe)
#
# IVTC
#InverseTelecine(40,10,15)
# or use
#GreedyHMA(1,0,4,0,0,0,0,0)
#
# CROPPING
crop(0,0,720,480)
#
# DEINTERLACING
#SmartDeinterlace(2,15,true,true,true)
# or use
#VerticalReduceBy2
# or maybe
#GreedyHMA(1,0,0,0,0,0,0,0)
#
# SUBTITLES
#VobSub("FileName")
#
# RESIZING
BilinearResize(576,320)
#
# DENOISING: choose one combination (or none)
# 1) little noise (fast)
#TemporalSmoother(2,1)
#
# 2) medium noise (slow)
#SpatialSoftenMMX(1,4,6,false,false,4,4,6,8)
#TemporalSmoother(2)
#
# 3) heavy noise (very slow, you have been warned)
#SpatialSoftenMMX(2,4,6,false,false,4,4,6,8)
#TemporalSmoother(3)
#SpatialSoftenMMX(1,4,6,false,false,4,4,6,8)
#
# BORDERS
#AddBorders(left,top,right,bottom)
#
# COMPRESSIBILITY CHECK
# !Snip Size has to be 13 for use in GKnot!
#SelectRangeEvery(260,13)
#
# FOOL CCEnc
#ResampleAudio(44100)

TheWEF
24th December 2001, 04:25
ares, this is how your log should continue. and you saw some of that in gknot's log-window, right? but which one was the last entry?

03:10:25: Started DivX4-First Pass: C:\test_div4.avi
03:10:47: Finished DivX4-First Pass. Duration: 22 seconds.
03:10:47: Trying to open Log-file.
03:10:47: Success: Log-file open.
03:10:47: Encoded: 1229 Frames.
03:10:47: Speed: 54.446 Frames per Second.

and please post the beginning and the end (a few lines) of
E:\Media\divx\gknot\swordfish attempt2\3\swordfish.log


wef.

ares
24th December 2001, 05:13
Begining:
##version 2
quality 5
Frame 0: intra 1, quant 4, texture 15850, motion 0, total 15850, complexity 198125
Frame 1: intra 0, quant 4, texture 0, motion 0, total 720, complexity 0
Frame 2: intra 0, quant 4, texture 0, motion 0, total 720, complexity 0
Frame 3: intra 0, quant 3, texture 0, motion 0, total 720, complexity 0
Frame 4: intra 0, quant 3, texture 0, motion 0, total 720, complexity 0
Frame 5: intra 0, quant 2, texture 0, motion 0, total 720, complexity 0
Frame 6: intra 0, quant 2, texture 0, motion 0, total 720, complexity 0
Frame 7: intra 0, quant 2, texture 0, motion 0, total 720, complexity 0
Frame 8: intra 0, quant 2, texture 0, motion 0, total 720, complexity 0
Frame 9: intra 0, quant 2, texture 0, motion 0, total 720, complexity 0
Frame 10: intra 0, quant 2, texture 0, motion 0, total 720, complexity 0
Frame 11: intra 0, quant 2, texture 0, motion 0, total 720, complexity 0
Frame 12: intra 0, quant 2, texture 0, motion 0, total 720, complexity 0
Frame 13: intra 0, quant 2, texture 0, motion 0, total 720, complexity 0
Frame 14: intra 0, quant 2, texture 0, motion 0, total 720, complexity 0
Frame 15: intra 0, quant 2, texture 0, motion 0, total 720, complexity 0
Frame 16: intra 0, quant 2, texture 0, motion 0, total 720, complexity 0
Frame 17: intra 0, quant 2, texture 0, motion 0, total 720, complexity 0
Frame 18: intra 0, quant 2, texture 0, motion 0, total 720, complexity 0



End:
Frame 147257: intra 0, quant 2, texture 0, motion 0, total 720, complexity 0
Frame 147258: intra 0, quant 2, texture 0, motion 0, total 720, complexity 0
Frame 147259: intra 0, quant 2, texture 0, motion 0, total 720, complexity 0
Frame 147260: intra 0, quant 2, texture 0, motion 0, total 720, complexity 0
Frame 147261: intra 0, quant 2, texture 0, motion 0, total 720, complexity 0
Frame 147262: intra 0, quant 2, texture 0, motion 0, total 720, complexity 0
Frame 147263: intra 0, quant 2, texture 0, motion 0, total 720, complexity 0
Frame 147264: intra 0, quant 2, texture 0, motion 0, total 720, complexity 0
Frame 147265: intra 0, quant 2, texture 0, motion 0, total 720, complexity 0
Frame 147266: intra 0, quant 2, texture 0, motion 0, total 720, complexity 0
Frame 147267: intra 0, quant 2, texture 0, motion 0, total 720, complexity 0
Frame 147268: intra 0, quant 2, texture 0, motion 0, total 720, complexity 0
Frame 147269: intra 0, quant 2, texture 0, motion 0, total 720, complexity 0
Frame 147270: intra 0, quant 2, texture 0, motion 0, total 720, complexity 0
Frame 147271: intra 0, quant 2, texture 0, motion 0, total 720, complexity 0
Frame 147272: intra 0, quant 2, texture 0, motion 0, total 720, complexity 0
Frame 147273: intra 0, quant 2, texture 0, motion 0, total 720, complexity 0
Frame 147274: intra 0, quant 2, texture 0, motion 0, total 720, complexity 0

MaTTeR
24th December 2001, 06:38
I've got the same problem here on 2 different PCs. I'm also using DivX 4.12 :-(

EDIT-
12/23/2001 7:31:33 PM: Job "salems lot" started.


Encoding Job Data:

Type: EncD4_First
Number: 1242160
Name: salems lot
Platform: WinXP (5.1.2600).2
Files:
VirtualDubExe: C:\Program Files\GordianKnot\VirtualDub\VirtualDub.exe
NandubExe: C:\Program Files\GordianKnot\Nandub\Nandub.exe
AviFinal: C:\PROGRA~1\GordianKnot\_.avi
AviMovie: C:\PROGRA~1\GordianKnot\__Movie.avi
AviCredits: C:\PROGRA~1\GordianKnot\__Credits.avi
MovieFS: C:\PROGRA~1\GordianKnot\LastCompCheck.avs
CreditsFS:
Log : M:\DIVX\Salem lot\sl.32bit_9_perc_D4_NeutralBicubic_480x368.log
Stats:
Ecf :
This is a Compressibility Check:
Resolution: 480 x 368

7:31:33 PM: Audio 1, calc: 91586 kb
7:31:33 PM: Audio 1, disabled, no recalc. - you probably want to add this track later.

Adding this script to C:\Program Files\GordianKnot\VirtualDub\VirtualDub.jobs:

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

VirtualDub.Open("C:\\PROGRA~1\\GordianKnot\\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(316,"AECcANAHAAAKAAAAFAAAACwBAAACAAAAAgAAAAUAAAACAAAAKAAAAAAAAAAAAAAAAAAAAP////8BAAAATTpcRElWWFxTYWxlbSBsb3Rcc2wuMzJiaXRfOV9wZXJjX0Q0X05ldXRyYWxCaWN1YmljXzQ4MHgzNjgubG9nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAA=");
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("C:\\PROGRA~1\\GordianKnot\\_.avi");
VirtualDub.Close();

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

7:31:33 PM: Started DivX4-First Pass: C:\PROGRA~1\GordianKnot\LastCompCheck.avs
7:58:23 PM: Finished DivX4-First Pass. Duration: 26 minutes, 49 seconds.
7:58:23 PM: Trying to open Log-file.
7:58:24 PM: Success: Log-file open.
7:58:24 PM: Encoded: 23789 Frames.
7:58:24 PM: Speed: 14.778 Frames per Second.

7:58:24 PM: Done.
7:58:24 PM: Log File = M:\DIVX\Salem lot\sl.32bit_9_perc_D4_NeutralBicubic_480x368.log
Total Encoding Time: 26 minutes, 50 seconds.
12/23/2001 7:58:24 PM: Job "salems lot" finished.
___________________________________________________________________

TheWEF
24th December 2001, 07:23
what's the matter? ;)
this is a logfile of a successful compressibility check.

wef.

ares
24th December 2001, 07:26
Originally posted by TheWEF
what's the matter? ;)
this is a logfile of a successful compressibility check.

wef.

when i try and encode a divx, it starts encoding, and completes the first pass. then it "Attempts to read log file" before starting the second pass, and it just ends. no errors, nothing. it just stops.
but, there's still job info in the queue, yet when i press "encode" or start jobs, it says there are no jobs in queue!

its really startin to get irritatin..

iron31
24th December 2001, 08:25
problem with 2nd pass too !:confused:

SimonT
24th December 2001, 09:58
Yep, same here, and if you add another job, 2nd pass only, it finishes instantly, and no 2nd pass is done. Anyone got a fix?

obelix
24th December 2001, 12:42
Exactly the same here, no second pass. Neither with "both passes" nor with "second pass". Need more logfiles? I deleted mine but will gladly do anoter run.

Obelix


Zum Fest der Liebe 'ne dichte Ruebe...

Julien100
24th December 2001, 13:01
exactly the same problem here, i think we have a BIG issue, i was wondering what i did wrong this morning... I now know i ain't dumb ;)

cult
24th December 2001, 19:28
same here,I added 2 jobs,none was done,only first pass maybe
Tried again with only 1 job,only 1pass done

cult
24th December 2001, 19:37
when I tried to do the 2pass only,godian knot replied me-there is no job queing,add job first,or something og this type,even though that there was a job in the queue...

OMX2000
25th December 2001, 21:02
I've got the same problem over here... No error messages... But in the jobs windows it says that there are still jobs in queue, but I cannot start the jobs...
If I start the second pass manually, it works fine...

25-12-2001 13:11:11: Job "AntiTrust" started.

o DivX4-Single, Quality 50%: D:\AntiTrust\AntiTrust_Credits.avs
o DivX4-First Pass: D:\AntiTrust\AntiTrust.avs
o DivX4-Second Pass: D:\AntiTrust\AntiTrust.avs
o Append Credits.
o Delete Intermediate Files.
End of Job 1 (AntiTrust).
_______________________________________________________________________________________________________________________

Encoding Job Data:

Type: EncD4_Both_CreditsSep
Number: 1
Name: AntiTrust
Platform: WinXP (5.1.2600).2
Files:
VirtualDubExe: G:\PROGRA~1\GORDIA~1\virtualdub\Virtualdub.exe
NandubExe: G:\PROGRA~1\GORDIA~1\nandub\Nandub.exe
AviFinal: D:\AntiTrust\AntiTrust.avi
AviMovie: D:\AntiTrust\AntiTrust_Movie.avi
AviCredits: D:\AntiTrust\AntiTrust_Credits.avi
MovieFS: D:\AntiTrust\AntiTrust.avs
CreditsFS: D:\AntiTrust\AntiTrust_Credits.avs
Log : D:\AntiTrust\AntiTrust.log
Stats: D:\AntiTrust\AntiTrust.stats
Ecf : D:\AntiTrust\AntiTrust.ecf
Options:
Quality/DRF: 50
CreditsStart: 149454
UseEcf: 1
CreditsIVTC: 0
CreditsAppend: 1
DeleteInterm.: 1
EnforceBitrate:0
Calculator:
VideoSize: 587696 kbyte.
Audio1Size: 119265 kbyte.
Audio2Size: 0 kbyte.
Overhead: 9838 kbyte.
AviSize: 716800 kbyte (700 mbyte).
FilesSize: 0 kbyte.
TotalSize: 716800 kbyte (700 mbyte).
Interleaving: vbrmp3
Bitrate: 771 k(=1000)Bits/s
Frames: 156156
FPS: 25.000
Duration: 1:44:6
Quality: 0.198 bits/(pixel*frame).
CompCheck3: 0.000 bits/(pixel*frame).
CompCheck4: 0.308 bits/(pixel*frame).
Resolution: 608 x 256
Audio 1:
mode: Just Mux Source File.
sourceFile: H:\AntiTrust.mp3
wavFile: H:\AntiTrust.wav
mp3File: H:\AntiTrust_1.mp3
azid: ""
lame: ""
delay: 0
interval: 0
preload: 500
mux: 1
recalc: 0
deleteWav: 1
Audio 2:
none.

13:11:11: Audio 1, determined: 119265 kb
13:11:11: Audio 1, calc: 119265 kb

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

// $job "DivX4 Single Pass"
// $input "D:\AntiTrust\AntiTrust_Credits.avs"
// $output "D:\AntiTrust\AntiTrust_Credits.avi"
// $state 0
// $start_time 0 0
// $end_time 0 0
// $script

VirtualDub.Open("D:\\AntiTrust\\AntiTrust_Credits.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(316,"AKAPANAHAAAKAAAAFAAAACwBAAAMAAAAAgAAAAUAAAABAAAAMgAAAAAAAAAAAAAAAAAAAP////8BAAAAZW1wdHkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAA=");
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("D:\\AntiTrust\\AntiTrust_Credits.avi");
VirtualDub.Close();

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

13:11:11: Started DivX4-Single, Quality 50%: D:\AntiTrust\AntiTrust_Credits.avs
13:15:57: Finished DivX4-Single, Quality 50%. Duration: 4 minutes, 46 seconds.
13:15:57: Assumed: Main Movie has 149454 Frames.
13:15:57: Assumed: Credits Part has 6702 Frames.
13:15:57: Credits Size = 10602Kb
13:15:57: New Bitrate for Movie = 791 k(=1000)Bits/s

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

// $job "DivX4 First Pass"
// $input "D:\AntiTrust\AntiTrust.avs"
// $output "D:\AntiTrust\AntiTrust_Movie.avi"
// $state 0
// $start_time 0 0
// $end_time 0 0
// $script

VirtualDub.Open("D:\\AntiTrust\\AntiTrust.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(316,"2BEMANAHAAAKAAAAFAAAACwBAAAMAAAAAgAAAAUAAAACAAAAKAAAAAAAAAAAAAAAAAAAAP////8BAAAARDpcQW50aVRydXN0XEFudGlUcnVzdC5sb2cAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAA=");
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("D:\\AntiTrust\\AntiTrust_Movie.avi");
VirtualDub.Close();

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

13:15:57: Started DivX4-First Pass: D:\AntiTrust\AntiTrust.avs

roy
25th December 2001, 21:19
Me and my friend too. We can't do second pass

Peters
25th December 2001, 21:39
Same problem here with Divx 4.12 and the 2nd pass.
But It works with Divx 3.11

Selur
25th December 2001, 21:40
Same problem here with GKnot0.22, stops with "attempting to read log file",.. :(

Cu Selur

rui
25th December 2001, 22:36
Hi:

I have this exact same problem. I am not expecting to get much help because I don’t have anymore the gnot log file, so I can’t provide TheWef with the data he needs to study this. My problem was that after installing the 0.22 upgrade, Gnot can’t start the second pass when converting the video with divx4. I don’t get any error message, it just sits there saying that is trying to open the log file, but doesn’t do anything. Like I said, I deleted the gnot log file (my mistake), but after the fist time it happened, I opened it I couldn’t find anything wrong. All seemed to be normal until the part where it said that was trying to open the log file made in the first passage.
After some attempts, I uninstalled everything and installed gnot 0.21 beta, and all is perfect again.
My system is: MSI K7T Turbo2 (VIA KT133A), 256 SDRAM Cas2, Athlon XP 1600+, Windows XP wit all the recent upgrades, VIA 4in1 4.37 drivers, Geforce 2 GTS 64 MB with 23.11 drivers (no problems whatsoever), divx 4.12 (I first installed the full gnot package, then installed divx 4.12) and radium mp3 codec, but I use all the gnot audio part (azid and lame).
I now that I shouldn’t have deleted the gnot log file. But I believe this could be a gnot 0.22 bug, because I didn’t have any problems with 0.20 and 0.21.
Thanks for all your help; my faith in gnot remains very high.

Doom9
26th December 2001, 00:18
so.. to sum it all up.. divx4 2-pass doesn't work (I can sign that.. doesn't work on my system either)... divx3 does, right?

I'll make sure to mention that to TheWef, which btw is absent till the first of January so don't expect a quick fix.

Zuma
26th December 2001, 00:24
does it work with divx4.11?
i havent updraded the codec yet.

otherwise i can just rerun the gknot 0.21 patch yeah?

Zuma

X-guy
26th December 2001, 00:32
So what is here to blame? the 4.12? or the new GK patch?
Anyone tried that 4.12 without the patch?

buckshot23
26th December 2001, 00:38
I had the same issue then I reinstalled .21b and 4.12 divx worked like a charm. Something is corrupting the log file I think.

Buck

cult
26th December 2001, 01:46
yes,i had tried 4.12 and gk .21 and it worked fine.have made 4 films whith this :)

dado023
26th December 2001, 02:23
i`m doing second pass test right this moment.......
it is at 21%.....wont be long.....keep your fingers crossed
best wishes

Doom9
26th December 2001, 02:55
I haven't updated divx to v4.12 on this machine.. gk 0.22 with divx4.11 doesn't work. So it all points to an internal error in gknot.. somehow it can't load the log file even though it's valid. However, if you manually set up the 2nd pass in virtualdub the logfile works just fine so that file can't be at fault. Also.. doing only the 2nd pass in gknot selecting the log file doesn't work either.. still hangs when trying to open the logfile.

well well.. looks like I'm going back to gknot 0.21 for divx4. tomorrow I'm going to try some divx3 in v0.22.

X-guy
26th December 2001, 03:02
Divx3 in v0.22 works fine.

dado023
26th December 2001, 03:23
My test for second pass finished sucesfully......it works
Ok here is the procedure what i did before the TEST:
install divx4.11, instal gknot .21 full, del reg keys "divx networks",
instal divx4.12, update to gknot .22 and encode...........
I hope this helped

PS: All files in my test were in the same directory while encoding(vobs,ac3,logs,avs...etc)

Schultz
26th December 2001, 07:08
I know this don't help anyone really since i don't know why.. but GKnot .22 works just fine with divx 4.12 and two passes. Also just starting the second pass alone with the log file works. i am using Windows XP Pro, with an old PIII 500. Don't know why it works but it does here.. Wonder where the problem is.. Going to try a divx 3.11 rip and then a divx 4.12 again. Also going to try a full movie not just a short clip.

rui
26th December 2001, 09:46
Well, i too can convert to divx4 with two passes, but it has to be short clips. When i try to do a full movie, it hangs when trying to open the log file

ookzDVD
27th December 2001, 09:35
simple : Divx 3.11 is still my fav. ;)

I'll move to Divx 4.99 someday ;) LOL

AM Tiainen
27th December 2001, 17:23
Older Gordian Knot(0.21 beta) work fine with DivX 4.12 so it don't mean that DivX 4.12 cause problem. Problem is from new Gordian Knot 0.22.

Myself happen same problem than what other in this forum say. But i install older Gordian Knot, there are no any problem.

So use older Gordian Knot(.021 beta).

And ookzDVD. You say that DivX 3 is your favorite?? Why?
I know that DivX 3 make every time right size (is that only reason that many stupid people use DivX 3?). I try convert Gladiator to DivX3.11 and DivX4.12 and i see immediately what was better. That was DivX 4.12 and it was much better than DivX 3.

DivX 4 make much better quality even if movie is about 50MB smaller than DivX 3.

Have you try convert full movie in same resolution and bitrate to DivX4 and DivX3? I think that you haven't because you say that DivX 3.11 is better!

Ripe73
27th December 2001, 17:55
Why are you spread that not use DivX3.11 in the whole forum?It really pissed me off:mad:
You dont know what you talking about

budbrain
27th December 2001, 22:48
I´ve got the same problem when encoding BIG movies with the 2 pass.,.,the second pass won´t start as for everybody else..

Anyway, i have noticed that it works when encoding smaller "movies" or "clips" ...lika trailers & musicvidz ...The length of these "clips" are about 5 minutes each and they work flawless with gknot 0.22 and dix 4.12!

strange shit :)

phaysonwulfe
28th December 2001, 00:03
I am having the same problem with the 2-Second pass not starting but
GK Still Rocks. I eagerly await GK 0.23.

Sex, Rock & Roll, and Ripping! :D

Barsk
28th December 2001, 12:09
Hi!

I too have the same exact problem. DivX 4.12 and GKnot 0.22.

It halts when starting the second pass when it tries to read the log. And there is no warnings, errors or extra log output. Just "Trying to open Log-file".

The CPU is idle too.

Seems like a lot of people is having the same problem...

/Barsk

budbrain
29th December 2001, 00:44
phaysonwulfe wrote:
I am having the same problem with the 2-Second pass not starting but
GK Still Rocks. I eagerly await GK 0.23.


Yeah i certainly agree...The best thing happend to the divx world so far. Im using 0.21 for now instead and it works great.


Sex, Rock & Roll, and Ripping....LOL =))

CybDario
29th December 2001, 04:42
Hi!

I found the way to do the 2nd pass, I think it's not so easy like press a button in GK, but helps to get the AVI file if you don't wanna wait the patch...
Basically consists in deceive GK to get the VirtualDub job (.jobs file) and then load it to make the 2nd pass. But if you've used append credit feature maybe doesn't work with it, but can be used to make the movie...

Since GK only opens small log files we will do that.
First make a backup of the big log file (around 15 MB), then edit the log file leaving only a few first lines.

Start GK to make the 2nd pass, when VirtualDub starts the encoding abort it. (remember that you are not using the right log file here).

Restore the big log file backup that you've created (Don't forget this step!).

Must be two log files: the first for first pass, the second for 2nd pass, and for append credits/audio. You can know what file is if you look at the Top of the log, for example: "o DivX4-Second Pass".

Then you will need to open the GK log file (*_GKnot.log in the same directory where is .D2V file) and search the line: "Adding this script to" + filename.
Under this lines ("Adding this script to" + filename) you will find the Job's VirtualDub ('til "// $done" line), create a new text file, copy and paste the 2nd pass area from *_GKnot.log to text file you've created. Rename the text file extension to ".jobs".

Next you'll need to do the same process for add the audio (credits doesn't work in GK first pass mode) in a new job file (but copying the credits/audio area). But I found a bug (maybe?): you'll see a line like this: VirtualDub.Append("empty");
This causes an error when it's opened (this searchs an avi file called empty), so delete this line.

Also I saw that GK doesn't encode credits when you use the First Pass only... this seems to be a bug. :( so I think this line must be deleted anyway...

Finally you can open VirtualDub (it's in GKnot folder) then load the first ".jobs" you've created doing: file -> load processing settings (or press CTRL + L).

For add audio you must do this with NanDub, and load the last ".jobs" file created before in the same way as in VirtualDub.

I didn't test this with mp3 audio, I used this only with AC3, but I think that works using encode audio only to get the file and then mux both files.

That's all, it's more complex than "press this button"... but works :)

BTW... I think that an "export VirtualDub job" button would be a nice feature in GK future releases.

I hope this can help...

Sorry my english... :(

nokku
29th December 2001, 13:47
(Hiya all,new member here,been lurking for months...)

Sounds awfully complex to me :)
After doing the first pass in gknot, why not simply open the .avs file in vdub and select the second-pass&logfile from the compression-menu? Or you could do both passes in vdub..(which disables the handy recalculation and separate credits encoding that gknot has.)
Works fine for me and is of course only a temporary solution until thewef fixes the problem at next year :)

-n

(tb1,2-256ddr-ecsk7s5a-winxppro-divx412-gknot022)

MaTTeR
29th December 2001, 16:50
I dont get it at all. Why not just wait another few days for TheWef to get back and fix the issue?

Apu
30th December 2001, 15:19
Hi,

as you all might already think, of course I've got the same problem.

Well, I don't want to stop working until the next release so I tried downgrading to 0.21. And there comes up another problem. I cannot select 'second-pass', only 'first pass' or 'both passes'....strange. I don't want to run both passes again as I already run two first passes (i would have run a third one if i did not found this thread actually). Any ideas? In 0.22 a can perfectly select 'second-pass', but I cannot work with that for the reason this thread is about.

any suggestions?

regards

apu

CybDario
31st December 2001, 00:40
Hi Apu!

You can't do the '2nd pass only' in GK 0.21...
I've posted what I did to do the 2nd pass (it's in this page), but it's not so different from manual way...

Good luck!