Muslimsteel
4th June 2004, 15:40
Ok ive used AutoGK many times b4 and had no problems but for some reason with this movie and another it is undersized by about 300mb and its a little out of sync throughout the movie...i need some help please :confused: im not sure whats going on...the settings im using are auto width, XVID codec, and VBR MP3 128kbps, and the target size is 1390MB (i chose that bc i thought it might have helped fix the undersize but im just going for around 1400MB) here is my log:
[6/4/2004 2:46:01 AM] AutoGK 1.25
[6/4/2004 2:46:01 AM] OS: WinXP (5.1.2600).2
[6/4/2004 2:46:01 AM] Job started.
[6/4/2004 2:46:01 AM] Input dir: E:\Ripped DVDs\LOR-Return of the king-DVD\VIDEO_TS
[6/4/2004 2:46:01 AM] Output file: E:\AVIs\LOTR Return of the king.avi
[6/4/2004 2:46:01 AM] Audio: English
[6/4/2004 2:46:01 AM] Subtitles: none
[6/4/2004 2:46:01 AM] Codec: XviD
[6/4/2004 2:46:01 AM] Target size: 1391Mb
[6/4/2004 2:46:01 AM] Custom audio settings: VBR MP3 with average bitrate: 128Kbps
[6/4/2004 2:46:01 AM] Started encoding.
[6/4/2004 2:46:01 AM] Demuxing and indexing.
[6/4/2004 2:50:37 AM] Source seems to be pure FILM.
[6/4/2004 2:50:38 AM] Found 278740 frames
[6/4/2004 2:50:38 AM] Encoding audio.
[6/4/2004 3:53:07 AM] Audio size: 185,110,208 bytes (176.53 Mb)
[6/4/2004 3:53:07 AM] Overhead: 11,149,568 bytes (10.63 Mb)
[6/4/2004 3:53:07 AM] Video size: 1,262,309,440 bytes (1203.83 Mb)
[6/4/2004 3:53:07 AM] Running compressibility test.
[6/4/2004 3:53:07 AM] Writing the following script to E:\AVIs\gk_tmp\LOTR Return of the king_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\filters\mpeg2dec3dg.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")
function getOrder(clip c) {
order = GetParity(c) ? 1 : 0
return order }
movie = mpeg2source("E:\AVIs\gk_tmp\LOTR Return of the king.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=35)
c_width = width(cropclip)
c_height = round(height(cropclip) / 1.21518987341772)
input_par = float(c_width)/float(c_height)
fixed_aspect = 1.21518987341772
flag_halfdvd = input_par > 1.0 ? 0 : 1
input_par = input_par > 1.0 ? input_par : input_par * 2
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
new_aspect = flag_halfdvd > 0 ? new_aspect/2.0 : new_aspect
autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=35)
Undot()
LanczosResize(out_width,out_height)
SelectRangeEvery(300,15)
===========================================================
[6/4/2004 3:53:07 AM] Writing the following script to E:\AVIs\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("E:\\AVIs\\gk_tmp\\LOTR Return of the king_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("E:\\AVIs\\gk_tmp\\LOTR Return of the king_comptest.avi");
===========================================================
[6/4/2004 4:04:39 AM] Duration was: 11 minutes 32 seconds
[6/4/2004 4:04:39 AM] Speed was: 20.13 fps.
[6/4/2004 4:04:39 AM] Compressibility percentage is: 38.52
[6/4/2004 4:04:39 AM] Using softer matrix.
[6/4/2004 4:04:39 AM] Using softer resizer.
[6/4/2004 4:04:39 AM] Chosen resolution is: 608x256 ( AR: 2.38 )
[6/4/2004 4:04:39 AM] Predicted comptest value is: 61.08
[6/4/2004 4:04:39 AM] Running first pass.
[6/4/2004 4:04:39 AM] Writing the following script to E:\AVIs\gk_tmp\LOTR Return of the king_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\filters\mpeg2dec3dg.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")
function getOrder(clip c) {
order = GetParity(c) ? 1 : 0
return order }
movie = mpeg2source("E:\AVIs\gk_tmp\LOTR Return of the king.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=35)
c_width = width(cropclip)
c_height = round(height(cropclip) / 1.21518987341772)
input_par = float(c_width)/float(c_height)
fixed_aspect = 1.21518987341772
flag_halfdvd = input_par > 1.0 ? 0 : 1
input_par = input_par > 1.0 ? input_par : input_par * 2
input_par = input_par > 1.4 ? input_par : (4.0/3.0)
out_width = 608
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
new_aspect = flag_halfdvd > 0 ? new_aspect/2.0 : new_aspect
autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=35)
Undot()
BicubicResize(out_width,out_height,0,0.5)
===========================================================
[6/4/2004 4:04:39 AM] Writing the following script to E:\AVIs\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("E:\\AVIs\\gk_tmp\\LOTR Return of the king_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("E:\\AVIs\\LOTR Return of the king.avi");
===========================================================
[6/4/2004 6:57:29 AM] Duration was: 2 hours 52 minutes 49 seconds
[6/4/2004 6:57:29 AM] Speed was: 26.88 fps.
[6/4/2004 6:57:30 AM] Expected quality of first pass size: 55.31
[6/4/2004 6:57:30 AM] Running second pass.
[6/4/2004 6:57:30 AM] Writing the following script to E:\AVIs\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("E:\\AVIs\\gk_tmp\\LOTR Return of the king_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("E:\\AVIs\\gk_tmp\\LOTR Return of the king AC3 T01 3_2ch 448Kbps DELAY 0ms.mp3",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.AddComment(0x00000000,"IAS1","English");
VirtualDub.SaveAVI("E:\\AVIs\\LOTR Return of the king.avi");
===========================================================
[6/4/2004 9:43:14 AM] Duration was: 2 hours 45 minutes 43 seconds
[6/4/2004 9:43:14 AM] Speed was: 28.03 fps.
[6/4/2004 9:43:14 AM] Job finished.
The ending size came out to be 0.98GB Thanks!
[6/4/2004 2:46:01 AM] AutoGK 1.25
[6/4/2004 2:46:01 AM] OS: WinXP (5.1.2600).2
[6/4/2004 2:46:01 AM] Job started.
[6/4/2004 2:46:01 AM] Input dir: E:\Ripped DVDs\LOR-Return of the king-DVD\VIDEO_TS
[6/4/2004 2:46:01 AM] Output file: E:\AVIs\LOTR Return of the king.avi
[6/4/2004 2:46:01 AM] Audio: English
[6/4/2004 2:46:01 AM] Subtitles: none
[6/4/2004 2:46:01 AM] Codec: XviD
[6/4/2004 2:46:01 AM] Target size: 1391Mb
[6/4/2004 2:46:01 AM] Custom audio settings: VBR MP3 with average bitrate: 128Kbps
[6/4/2004 2:46:01 AM] Started encoding.
[6/4/2004 2:46:01 AM] Demuxing and indexing.
[6/4/2004 2:50:37 AM] Source seems to be pure FILM.
[6/4/2004 2:50:38 AM] Found 278740 frames
[6/4/2004 2:50:38 AM] Encoding audio.
[6/4/2004 3:53:07 AM] Audio size: 185,110,208 bytes (176.53 Mb)
[6/4/2004 3:53:07 AM] Overhead: 11,149,568 bytes (10.63 Mb)
[6/4/2004 3:53:07 AM] Video size: 1,262,309,440 bytes (1203.83 Mb)
[6/4/2004 3:53:07 AM] Running compressibility test.
[6/4/2004 3:53:07 AM] Writing the following script to E:\AVIs\gk_tmp\LOTR Return of the king_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\filters\mpeg2dec3dg.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")
function getOrder(clip c) {
order = GetParity(c) ? 1 : 0
return order }
movie = mpeg2source("E:\AVIs\gk_tmp\LOTR Return of the king.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=35)
c_width = width(cropclip)
c_height = round(height(cropclip) / 1.21518987341772)
input_par = float(c_width)/float(c_height)
fixed_aspect = 1.21518987341772
flag_halfdvd = input_par > 1.0 ? 0 : 1
input_par = input_par > 1.0 ? input_par : input_par * 2
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
new_aspect = flag_halfdvd > 0 ? new_aspect/2.0 : new_aspect
autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=35)
Undot()
LanczosResize(out_width,out_height)
SelectRangeEvery(300,15)
===========================================================
[6/4/2004 3:53:07 AM] Writing the following script to E:\AVIs\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("E:\\AVIs\\gk_tmp\\LOTR Return of the king_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("E:\\AVIs\\gk_tmp\\LOTR Return of the king_comptest.avi");
===========================================================
[6/4/2004 4:04:39 AM] Duration was: 11 minutes 32 seconds
[6/4/2004 4:04:39 AM] Speed was: 20.13 fps.
[6/4/2004 4:04:39 AM] Compressibility percentage is: 38.52
[6/4/2004 4:04:39 AM] Using softer matrix.
[6/4/2004 4:04:39 AM] Using softer resizer.
[6/4/2004 4:04:39 AM] Chosen resolution is: 608x256 ( AR: 2.38 )
[6/4/2004 4:04:39 AM] Predicted comptest value is: 61.08
[6/4/2004 4:04:39 AM] Running first pass.
[6/4/2004 4:04:39 AM] Writing the following script to E:\AVIs\gk_tmp\LOTR Return of the king_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\filters\mpeg2dec3dg.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")
function getOrder(clip c) {
order = GetParity(c) ? 1 : 0
return order }
movie = mpeg2source("E:\AVIs\gk_tmp\LOTR Return of the king.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=35)
c_width = width(cropclip)
c_height = round(height(cropclip) / 1.21518987341772)
input_par = float(c_width)/float(c_height)
fixed_aspect = 1.21518987341772
flag_halfdvd = input_par > 1.0 ? 0 : 1
input_par = input_par > 1.0 ? input_par : input_par * 2
input_par = input_par > 1.4 ? input_par : (4.0/3.0)
out_width = 608
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
new_aspect = flag_halfdvd > 0 ? new_aspect/2.0 : new_aspect
autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=35)
Undot()
BicubicResize(out_width,out_height,0,0.5)
===========================================================
[6/4/2004 4:04:39 AM] Writing the following script to E:\AVIs\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("E:\\AVIs\\gk_tmp\\LOTR Return of the king_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("E:\\AVIs\\LOTR Return of the king.avi");
===========================================================
[6/4/2004 6:57:29 AM] Duration was: 2 hours 52 minutes 49 seconds
[6/4/2004 6:57:29 AM] Speed was: 26.88 fps.
[6/4/2004 6:57:30 AM] Expected quality of first pass size: 55.31
[6/4/2004 6:57:30 AM] Running second pass.
[6/4/2004 6:57:30 AM] Writing the following script to E:\AVIs\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("E:\\AVIs\\gk_tmp\\LOTR Return of the king_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("E:\\AVIs\\gk_tmp\\LOTR Return of the king AC3 T01 3_2ch 448Kbps DELAY 0ms.mp3",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.AddComment(0x00000000,"IAS1","English");
VirtualDub.SaveAVI("E:\\AVIs\\LOTR Return of the king.avi");
===========================================================
[6/4/2004 9:43:14 AM] Duration was: 2 hours 45 minutes 43 seconds
[6/4/2004 9:43:14 AM] Speed was: 28.03 fps.
[6/4/2004 9:43:14 AM] Job finished.
The ending size came out to be 0.98GB Thanks!