|
|
i'm using gk 0.28.7 and xvid from the codec pack 1.6.
i ripped tripple x 'xxx' from the dvd using dvdshrink. i cut out the audio and subs i didn't want. when i encode it with gk it runs fine through the first pass, but on the sec pass it takes only a few seconds then creats a avi that has only the audio plus a bit of overhead, no video. i have no idea what i'm doing wrong. i've done a few already but this is the first that ended up this way.
2/19/2005 5:49:32 PM: Job quot; 1quot; started.
o Xvid - First Pass: D:\avi\proc3\XXX.avs
o Xvid - Second Pass: D:\avi\proc3\XXX.avs
o Mux Audio.
End of Job 1 ( 1).
_______________________________________________________________________________________________________________________
Gordian Knot -
Encoding Job Data:
Type: EncXvid_All
Number: 1
Name: 1
Platform: WinXP (5.1.2600).2
Files:
VirtualDubModExe: C:\PROGRA~1\GORDIA~1\VirtualDubMod\VirtualDubMod.exe
NandubExe: C:\PROGRA~1\GORDIA~1\nandub\Nandub.exe
AviFinal: D:\avi\proc3\XXX.avi
AviMovie: D:\avi\proc3\XXX_Movie.avi
AviCredits: D:\avi\proc3\XXX_Credits.avi
MovieFS: D:\avi\proc3\XXX.avs
CreditsFS:
Log : D:\avi\proc3\XXX.log
Stats: D:\avi\proc3\XXX.stats
Ecf : D:\avi\proc3\XXX.ecf
Options:
Quality/DRF: 0
CreditsStart: 0
UseEcf: 1
CreditsIVTC: 0
CreditsAppend: 0
DeleteInterm.: 0
EnforceBitrate: 0
AntiShit: 0
Calculator:
VideoSize: 602154 kbyte.
Audio1Size: 107672 kbyte.
Audio2Size: 0 kbyte.
Overhead: 6973 kbyte.
AviSize: 716800 kbyte (700 mbyte).
FilesSize: 0 kbyte.
TotalSize: 716800 kbyte (700 mbyte).
Interleaving: vbrmp3
Bitrate: 663 k(=1000)Bits/s
Frames: 178525
FPS: 23.976
Duration: 24:6
Quality: 0.259 bits/(pixel*frame).
CompCheck3: 0.000 bits/(pixel*frame).
CompCheck5: 0.612 bits/(pixel*frame).
Resolution: 512 x 208
Audio 1:
Mode: Just Mux Source File.
SourceFile: D:\avi\proc3\XXX AC3 T01 3_1ch 32Kbps DELAY 0ms.mp3
WavFile: D:\avi\proc3\XXX AC3 T01 3_1ch 32Kbps DELAY 0ms.wav
Mp3File: D:\avi\proc3\XXX AC3 T01 3_1ch 32Kbps DELAY 0ms_1.mp3
Azid:
Lame:
Delay: 0
Interval: 1
Preload: 500
Mux: 1
Recalc: 1
DeleteWav: 1
Audio 2:
none.
5:49:32 PM: Audio 1, determined: 107672 kb
5:49:32 PM: Audio 1, calc: 107672 kb
5:49:32 PM: New Bitrate for Movie = 663 k(=1000)Bits/s
Adding this script to C:\PROGRA~1\GORDIA~1\VirtualDubMod\LastJob.vcf :
// $job quot;Xvid - First Passquot;
// $input quot;D:\avi\proc3\XXX.avsquot;
// $output quot;D:\avi\proc3\XXX_Movie.aviquot;
// $state 0
// $start_time 0 0
// $end_time 0 0
// $script
VirtualDub.Open(quot;D:\\avi\\proc3\\XXX.avsquot;,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(0x64697678,0,10000,0);
VirtualDub.video.SetCompData(1208,quot;AwAAAKC7DQCQsggARDpcYXZpXHByb2MzXFhYWC5zdGF0cwAAXABYAFgAWAAuAHMAdABhAHQAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABkAAAABQAAABAAAABkAAAAZAAAAAYAAAAAAAAAAAAAAAEAAAAsAQAAAQAAAAAAAAAAAAAAAQAAAAAAAAABAAAAAAAAAP////+WAAAASwAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAB8AAAACAAAAHwAAAAgREhMVFxkbERITFRcZGxwUFRYXGBocHhUWFxgaHB4gFhcYGhweICMXGBocHiAjJhkaHB4gIyYpGxweICMmKS0QERITFBUWFxESExQVFhcYEhMUFRYXGBkTFBUWFxgaGxQVFhcZGhscFRYXGBobHB4WFxgaGxweHxcYGRscHh8hAAAAAAoAAAAUAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAABAAAAHgAAAAEAAAAyAAAAAQAAAPQBAABaAAAAMgAAAICWmAA8AAAAPAAAAPoAAAABAAAAAAAAAFxoaW50ZmlsZS5tdmgAbABlAC4AbQB2AGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXHZpZGVvZ2suc3RhdHMAAC4AcwB0AGEAdABzAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUAAAAFAAAABAnAAAQJwAAAAAAAAAAAAAAAAAAAAAAAAAAAAD3AAAAAAAAAAAAAAA=quot;);
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI(quot;D:\\avi\\proc3\\XXX_Movie.aviquot;);
VirtualDub.Close();
// $endjob
//
//--------------------------------------------------
// $done
5:49:32 PM: Started Xvid - First Pass: D:\avi\proc3\XXX.avs
7:24:18 PM: Finished Xvid - First Pass: Duration: 1 hour, 34 minutes, 45 seconds.
7:24:18 PM: Trying to open Log-file.
7:24:19 PM: Success: Log-file open.
7:24:19 PM: Encoded: 178525 Frames.
7:24:19 PM: Speed: 31.398 Frames per Second.
7:24:19 PM: New target size = 602154 Kb
Adding this script to C:\PROGRA~1\GORDIA~1\VirtualDubMod\LastJob.vcf :
// $job quot;Xvid - Second Passquot;
// $input quot;D:\avi\proc3\XXX.avsquot;
// $output quot;D:\avi\proc3\XXX_Movie.aviquot;
// $state 0
// $start_time 0 0
// $end_time 0 0
// $script
VirtualDub.Open(quot;D:\\avi\\proc3\\XXX.avsquot;,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(0x64697678,0,10000,0);
VirtualDub.video.SetCompData(1208,quot;BQAAAKC7DQAqMAkARDpcYXZpXHByb2MzXFhYWC5zdGF0cwAAXABYAFgAWAAuAHMAdABhAHQAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABkAAAABQAAABAAAABkAAAAZAAAAAYAAAAAAAAAAAAAAAEAAAAsAQAAAQAAAAAAAAAAAAAAAQAAAAAAAAABAAAAAAAAAP////+WAAAASwAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAB8AAAACAAAAHwAAAAgREhMVFxkbERITFRcZGxwUFRYXGBocHhUWFxgaHB4gFhcYGhweICMXGBocHiAjJhkaHB4gIyYpGxweICMmKS0QERITFBUWFxESExQVFhcYEhMUFRYXGBkTFBUWFxgaGxQVFhcZGhscFRYXGBobHB4WFxgaGxweHxcYGRscHh8hAAAAAAoAAAAUAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAABAAAAHgAAAAEAAAAyAAAAAQAAAPQBAABaAAAAMgAAAICWmAA8AAAAPAAAAPoAAAABAAAAAAAAAFxoaW50ZmlsZS5tdmgAbABlAC4AbQB2AGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXHZpZGVvZ2suc3RhdHMAAC4AcwB0AGEAdABzAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUAAAAFAAAABAnAAAQJwAAAAAAAAAAAAAAAAAAAAAAAAAAAAD3AAAAAAAAAAAAAAA=quot;);
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI(quot;D:\\avi\\proc3\\XXX_Movie.aviquot;);
VirtualDub.Close();
// $endjob
//
//--------------------------------------------------
// $done
7:24:19 PM: Started Xvid - Second Pass: D:\avi\proc3\XXX.avs
7:24:23 PM: Finished Xvid - Second Pass: Duration: 4 seconds.
7:24:23 PM: Speed: 42637.925 Frames per Second.
Adding this script to C:\PROGRA~1\GORDIA~1\VirtualDubMod\LastJob.vcf :
// $job quot;DivX5 Appendquot;
// $input quot;D:\avi\proc3\XXX_Movie.aviquot;
// $output quot;D:\avi\proc3\XXX.aviquot;
// $state 0
// $start_time 0 0
// $end_time 0 0
// $script
VirtualDub.Open(quot;D:\\avi\\proc3\\XXX_Movie.aviquot;,0,0);
VirtualDub.RemoveInputStreams();
VirtualDub.stream[0].SetSource(quot;D:\\avi\\proc3\\XXX AC3 T01 3_1ch 32Kbps DELAY 0ms.mp3quot;,0x00000202,1);
VirtualDub.stream[0].SetMode(0);
VirtualDub.stream[0].SetInterleave(1,500,1,0,0);
VirtualDub.stream[0].SetClipMode(1,1);
VirtualDub.stream[0].SetConversion(0,0,0,0,0);
VirtualDub.stream[0].SetVolume();
VirtualDub.stream[0].SetCompression();
VirtualDub.video.SetDepth(24,24);
VirtualDub.video.SetMode(0);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetRange(0,0);
VirtualDub.video.SetCompression();
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI(quot;D:\\avi\\proc3\\XXX.aviquot;);
VirtualDub.Close();
// $endjob
//
//--------------------------------------------------
// $done
7:24:23 PM: Started Muxing Audio.: D:\avi\proc3\XXX_Movie.avi
7:40:55 PM: Finished Muxing Audio.: Duration: 16 minutes, 32 seconds.
7:40:55 PM: Done.
7:40:55 PM: Movie = D:\avi\proc3\XXX.avi
Total Encoding Time: 1 hour, 51 minutes, 23 seconds.
2/19/2005 7:40:55 PM: Job quot; 1quot; finished.
_______________________________________________________________________________________________________________________
i doubt this is a xvid problem ..wouldn't that kind of quertion better fit into the (Auto) GordianKnot forum? Tho, maybe it's just you ripped the wrong VOB (ie the menu)..
If it happens always on the same spot - the source vob can be broken. Try reripping the movie again. If it happens randomly then it might be an indication of unstable hardware.
the audio took also 16 minutes to mux, something is wrong here
Well, there was no video to mux it with, so...
lol, fair enough
well i reripped it. and i upgraded to gk v0.35. there are no problems now other than the 1mb under size oddity . but that i can deal with. thanks for the help! |
|