Log in

View Full Version : asked for 2CD, got 699+700+2 MB


Smiff
10th June 2004, 00:36
hi again, last night's Kill Bill encode has given me a very strange result indeed. here's the log:


[09/06/2004 06:06:42] AutoGK 1.35b
[09/06/2004 06:06:42] OS: WinXP (5.1.2600).2
[09/06/2004 06:06:42] Job started.
[09/06/2004 06:06:42] Input dir: C:\KILL_BILL_VOL1\VIDEO_TS
[09/06/2004 06:06:42] Output file: C:\KILL_BILL_VOL1\KillBill.avi
[09/06/2004 06:06:42] Audio: English
[09/06/2004 06:06:42] Subtitles: English / Normal Captions : Wide/Letterbo
[09/06/2004 06:06:42] Codec: XviD
[09/06/2004 06:06:42] Target size: 1400Mb
[09/06/2004 06:06:42] Started encoding.
[09/06/2004 06:06:42] Demuxing and indexing.
[09/06/2004 06:12:08] Source aspect ratio: 16:9
[09/06/2004 06:12:08] Source resolution: 720x576
[09/06/2004 06:12:08] Found PAL source.
[09/06/2004 06:12:08] Analyzing source.
[09/06/2004 06:12:08] Writing the following script to C:\KILL_BILL_VOL1\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("C:\\KILL_BILL_VOL1\\gk_tmp\\_.avs",0,0);
VirtualDub.RemoveInputStreams();
VirtualDub.video.SetDepth(24,24);
VirtualDub.video.SetMode(0);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetCompression();
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("C:\\KILL_BILL_VOL1\\gk_tmp\\_.avi");
===========================================================
[09/06/2004 06:25:25] Source has percentage of interlacing in motion areas: 0.09
[09/06/2004 06:25:25] Source is considered to be progressive.
[09/06/2004 06:25:26] Found 159276 frames
[09/06/2004 06:25:26] Indexing subtitles.
[09/06/2004 06:25:26] Writing the following script to C:\KILL_BILL_VOL1\gk_tmp\vobsub.params
===========================================================
C:\KILL_BILL_VOL1\VIDEO_TS\VTS_01_PGC_01_0.ifo
C:\KILL_BILL_VOL1\gk_tmp\KillBill
1
0
0 cc
CLOSE
===========================================================
[09/06/2004 06:31:14] Compressing subtitles.
[09/06/2004 06:31:18] Credits start frame: 148625
[09/06/2004 06:31:18] Credits quality percentage: 5
[09/06/2004 06:31:18] Credits greyscale option activated.
[09/06/2004 06:31:18] Audio size: 356,772,864 bytes (340.25 Mb)
[09/06/2004 06:31:18] Overhead: 1,061,888 bytes (1.01 Mb)
[09/06/2004 06:31:18] Subtitles size: 336,084 bytes (0.32 Mb)
[09/06/2004 06:31:18] Video size: 1,109,835,564 bytes (1058.42 Mb)
[09/06/2004 06:31:18] Running compressibility test.
[09/06/2004 06:31:18] Writing the following script to C:\KILL_BILL_VOL1\gk_tmp\KillBill_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")

movie = mpeg2source("C:\KILL_BILL_VOL1\gk_tmp\KillBill.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=33)
fixed_aspect = 1.42222222222222
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
input_par = input_par > 1.4 ? input_par : (4.0/3.0)
out_width = 704
out_height = round(float(out_width) / input_par)
hmod = out_height - (floor(out_height / 16 ) * 16)
out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=33)
Undot()
LanczosResize(out_width,out_height)
SelectRangeEvery(300,15)
===========================================================
[09/06/2004 06:31:18] Writing the following script to C:\KILL_BILL_VOL1\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("C:\\KILL_BILL_VOL1\\gk_tmp\\KillBill_comptest.avs",0,0);
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.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("C:\\KILL_BILL_VOL1\\gk_tmp\\KillBill_comptest.avi");
===========================================================
[09/06/2004 06:45:39] Duration was: 14 minutes 20 seconds
[09/06/2004 06:45:39] Speed was: 9.26 fps.
[09/06/2004 06:45:39] Compressibility percentage is: 66.98
[09/06/2004 06:45:39] Chosen resolution is: 704x304 ( AR: 2.32 )
[09/06/2004 06:45:39] Predicted comptest value is: 66.98
[09/06/2004 06:45:39] Running first pass.
[09/06/2004 06:45:39] Writing the following script to C:\KILL_BILL_VOL1\gk_tmp\KillBill_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")

movie = mpeg2source("C:\KILL_BILL_VOL1\gk_tmp\KillBill.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=33)
fixed_aspect = 1.42222222222222
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
input_par = input_par > 1.4 ? input_par : (4.0/3.0)
out_width = 704
out_height = round(float(out_width) / input_par)
hmod = out_height - (floor(out_height / 16 ) * 16)
out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=33)
Undot()
LanczosResize(out_width,out_height)
===========================================================
[09/06/2004 06:45:40] Writing the following script to C:\KILL_BILL_VOL1\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("C:\\KILL_BILL_VOL1\\gk_tmp\\KillBill_movie.avs",0,0);
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.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("C:\\KILL_BILL_VOL1\\KillBill.avi");
===========================================================
[09/06/2004 09:37:10] Duration was: 2 hours 51 minutes 30 seconds
[09/06/2004 09:37:10] Speed was: 15.48 fps.
[09/06/2004 09:37:11] Expected quality of first pass size: 69.71
[09/06/2004 09:37:11] Running second pass.
[09/06/2004 09:37:11] Writing the following script to C:\KILL_BILL_VOL1\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("C:\\KILL_BILL_VOL1\\gk_tmp\\KillBill_movie.avs",0,0);
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.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.RemoveInputStreams();
VirtualDub.stream[0].SetSource("C:\\KILL_BILL_VOL1\\gk_tmp\\KillBill AC3 T01 3_2ch 448Kbps DELAY 0ms.ac3",0x00000203,0);
VirtualDub.stream[0].SetMode(0);
VirtualDub.stream[0].SetInterleave(1,96,96,1,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.AddComment(0x00000000,"IAS1","English");
VirtualDub.SaveAVI("C:\\KILL_BILL_VOL1\\KillBill.avi");
===========================================================
[09/06/2004 13:27:50] Duration was: 3 hours 50 minutes 38 seconds
[09/06/2004 13:27:50] Speed was: 11.51 fps.
[09/06/2004 13:27:50] Writing the following script to C:\KILL_BILL_VOL1\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("C:\\KILL_BILL_VOL1\\KillBill.avi",0,0);
VirtualDub.RemoveInputStreams();
VirtualDub.stream[0].SetSource(0x73647561,0,0);
VirtualDub.stream[0].SetMode(0);
VirtualDub.stream[0].SetInterleave(1,96,96,1,0);
VirtualDub.video.AddComment(0x00000000,"IAS1","English");
VirtualDub.video.SetDepth(24,24);
VirtualDub.video.SetMode(0);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetCompression();
VirtualDub.video.filters.Clear();
VirtualDub.subset.Clear();
VirtualDub.subset.AddRange(0,78769);
VirtualDub.SaveAVI("C:\\KILL_BILL_VOL1\\KillBill.cd1.avi");
===========================================================
[09/06/2004 13:27:50] Splitting video into: C:\KILL_BILL_VOL1\KillBill.cd1.avi
[09/06/2004 13:28:58] Splitting and compressing subtitles.
[09/06/2004 13:28:58] Executing: rundll32.exe vobsub.dll,Cutter C:\KILL_BILL_VOL1\KillBill C:\KILL_BILL_VOL1\KillBill.cd1 1 0:0:0.0 00:52:30.760
[09/06/2004 13:29:01] Writing the following script to C:\KILL_BILL_VOL1\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("C:\\KILL_BILL_VOL1\\KillBill.avi",0,0);
VirtualDub.RemoveInputStreams();
VirtualDub.stream[0].SetSource(0x73647561,0,0);
VirtualDub.stream[0].SetMode(0);
VirtualDub.stream[0].SetInterleave(1,96,96,1,0);
VirtualDub.video.AddComment(0x00000000,"IAS1","English");
VirtualDub.video.SetDepth(24,24);
VirtualDub.video.SetMode(0);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetCompression();
VirtualDub.video.filters.Clear();
VirtualDub.subset.Clear();
VirtualDub.subset.AddRange(78769,79599);
VirtualDub.SaveAVI("C:\\KILL_BILL_VOL1\\KillBill.cd2.avi");
===========================================================
[09/06/2004 13:29:01] Splitting video into: C:\KILL_BILL_VOL1\KillBill.cd2.avi
[09/06/2004 13:30:32] Splitting and compressing subtitles.
[09/06/2004 13:30:32] Executing: rundll32.exe vobsub.dll,Cutter C:\KILL_BILL_VOL1\KillBill C:\KILL_BILL_VOL1\KillBill.cd2 1 00:52:30.760 01:45:34.720
[09/06/2004 13:30:33] Writing the following script to C:\KILL_BILL_VOL1\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("C:\\KILL_BILL_VOL1\\KillBill.avi",0,0);
VirtualDub.RemoveInputStreams();
VirtualDub.stream[0].SetSource(0x73647561,0,0);
VirtualDub.stream[0].SetMode(0);
VirtualDub.stream[0].SetInterleave(1,96,96,1,0);
VirtualDub.video.AddComment(0x00000000,"IAS1","English");
VirtualDub.video.SetDepth(24,24);
VirtualDub.video.SetMode(0);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetCompression();
VirtualDub.video.filters.Clear();
VirtualDub.subset.Clear();
VirtualDub.subset.AddRange(158368,1207);
VirtualDub.SaveAVI("C:\\KILL_BILL_VOL1\\KillBill.cd3.avi");
===========================================================
[09/06/2004 13:30:33] Splitting video into: C:\KILL_BILL_VOL1\KillBill.cd3.avi
[09/06/2004 13:30:34] Splitting and compressing subtitles.
[09/06/2004 13:30:34] Executing: rundll32.exe vobsub.dll,Cutter C:\KILL_BILL_VOL1\KillBill C:\KILL_BILL_VOL1\KillBill.cd3 1 01:45:34.720 01:46:23.000
[09/06/2004 13:30:34] Job finished.



What stupid thing have i done to achieve this? thanks.
Also, and perhaps relevant (cos it looks like the subs messsed me up) i can't get the forced subs for the Jap parts to come out, despite trying every combination of the three sub tracks +&- "display only forced subtitles", so i went for external subs. any help with this would be appreciated also. i've read the FAQs, sorry.

Smiff
10th June 2004, 01:23
oops sorry this should probably have gone in the other GK forum, i only just realised there are 2 and this is dev. sorry mods, if that's a problem.

len0x
10th June 2004, 10:42
Originally posted by Smiff

What stupid thing have i done to achieve this?


nothing. see FAQ question 6.2

Originally posted by Smiff

Also, and perhaps relevant (cos it looks like the subs messsed me up) i can't get the forced subs for the Jap parts to come out, despite trying every combination of the three sub tracks +&- "display only forced subtitles", so i went for external subs.

I have PAL R2 version of it and I couldn't get forced subs to work properly directly with vobsub (outside of AutoGK) at all...

Smiff
10th June 2004, 22:30
yeah sorry, i read the FAQ and somehow missed that point.

the subs are a bit of a mystery huh? my DVD player plays by default "3en" (3rd english sub track), which gives yellow subs during the Sonny Chiba sequence. yet with AutoGK preview i see either all the subs or none.. any advice how to go about this? they must be on there! did you manage to get burnt in subs to work? this disc must have been mastered funny.. i can't believe someone hasn't figured it out. i might try some other apps.

mvBarracuda
11th June 2004, 14:22
Originally posted by len0x
nothing. see FAQ question 6.2

I have PAL R2 version of it and I couldn't get forced subs to work properly directly with vobsub (outside of AutoGK) at all...
Got the R2 version too and had not problem with the subs.

Just UNcheck "forced subs" and take the subs at the end of the list. There are 2 sub streams for every language, the first one is full subs and the second one just contains the "forced" one's. So if you check "forced subs" it won't work because they aren't really forced, but they have their own sub stream. ^^

len0x
11th June 2004, 14:25
Originally posted by mvBarracuda
Just UNcheck "forced subs" and take the subs at the end of the list. There are 2 sub streams for every language, the first one is full subs and the second one just contains the "forced" one's.


Well, my version has only 3 streams (all English with no forced) - probably weird UK edition...

Smiff
11th June 2004, 18:19
yeah i've got what len0x has, the extra-crap UK edition. which is why i was going to get rid of it. which is why i was going to divx it. which brings us back to :D. oh bu**er. i'd love to know how teh player is getting those subs.

edit: i just realised that might sound bad. i paid for this film twice in the cinama and will buy it again on special edition dvd. just in case anyone was disapproving of me there.. if anything, i feel had that the UK DVD is so bad.

Smiff
27th June 2004, 22:55
holy s***, i found the subs. take the 3rd track in AutoGK - forced subs OFF. i just downloaded the latest ver of AGK (probably not relevant) and went through every option again, and there they were. sorry to be slightly OT but i still wanted to help anyone with this problem. thanks again for your time lenox. tonight i'll run another encode and see if i can get just what i want :) maybe will push the subs down a bit, if i can remember how..