AGK_J
29th March 2005, 02:55
earlier post i asked: AUTOGK 2.01 BETA...is there neway NOT to have my rip cropped and/or resized?
lenox answered...
AR: 1:1
Autocrop: threashold = 0
Fixed Width = 720
i did this...but for some reason the picture gets cut off...i mean...im tryin to backup "the terminator"...for example, at the beginning when the story is told some of the words are cut off at the top and bottom...what did i do wrong? any idea? could it just be because im tryin to play it on my computer, i mean will the picture be fine on my standalone player(i only care about standalone i dont care about playin it on the computer)
here is the log from my test rip...
[3/28/2005 1:51:43 PM] AutoGK 2.01b
[3/28/2005 1:51:43 PM] OS: WinXP (5.1.2600).2
[3/28/2005 1:51:43 PM] Job started.
[3/28/2005 1:51:43 PM] Input dir: C:\T_SE_A\VIDEO_TS
[3/28/2005 1:51:43 PM] Output file: C:\T_SE_A\tsewsac3.avi
[3/28/2005 1:51:43 PM] Output codec: XviD
[3/28/2005 1:51:43 PM] Audio: English
[3/28/2005 1:51:43 PM] Subtitles: English / Normal Captions : Wide
[3/28/2005 1:51:43 PM] Display only forced subtitles.
[3/28/2005 1:51:43 PM] Format: .AVI
[3/28/2005 1:51:43 PM] Target size: 2100Mb
[3/28/2005 1:51:43 PM] Custom resolution settings: fixed width of 720 pixels
[3/28/2005 1:51:43 PM] Custom audio settings: AC3
[3/28/2005 1:51:43 PM] Started encoding.
[3/28/2005 1:51:43 PM] Demuxing and indexing.
[3/28/2005 1:56:24 PM] Processing file: C:\T_SE_A\VIDEO_TS\VTS_06_PGC_01_1.VOB
[3/28/2005 1:56:24 PM] Processing file: C:\T_SE_A\VIDEO_TS\VTS_06_PGC_01_2.VOB
[3/28/2005 1:56:24 PM] Processing file: C:\T_SE_A\VIDEO_TS\VTS_06_PGC_01_3.VOB
[3/28/2005 1:56:24 PM] Processing file: C:\T_SE_A\VIDEO_TS\VTS_06_PGC_01_4.VOB
[3/28/2005 1:56:24 PM] Processing file: C:\T_SE_A\VIDEO_TS\VTS_06_PGC_01_5.VOB
[3/28/2005 1:56:24 PM] Processing file: C:\T_SE_A\VIDEO_TS\VTS_06_PGC_01_6.VOB
[3/28/2005 1:56:24 PM] Processing file: C:\T_SE_A\VIDEO_TS\VTS_06_PGC_01_7.VOB
[3/28/2005 1:56:24 PM] Source aspect ratio: 16:9
[3/28/2005 1:56:24 PM] Manual aspect ratio: 1:1
[3/28/2005 1:56:24 PM] Source resolution: 720x480
[3/28/2005 1:56:24 PM] Found NTSC source.
[3/28/2005 1:56:24 PM] Source seems to be pure FILM.
[3/28/2005 1:56:24 PM] Output will contain 154238 frames
[3/28/2005 1:56:24 PM] Preparing subtitles.
[3/28/2005 2:01:21 PM] Forcing encoding with sharp matrix.
[3/28/2005 2:01:21 PM] Using bitrate spikes control.
[3/28/2005 2:01:21 PM] Picking up credits information.
[3/28/2005 2:01:21 PM] Credits start frame: 186114
[3/28/2005 2:01:21 PM] Credits quality percentage: 60
[3/28/2005 2:01:21 PM] Credits greyscale option activated.
[3/28/2005 2:01:21 PM] Picking up autocrop parameters.
[3/28/2005 2:01:21 PM] Audio size: 360,247,552 bytes (343.56 Mb)
[3/28/2005 2:01:21 PM] Overhead: 1,831,552 bytes (1.75 Mb)
[3/28/2005 2:01:21 PM] Video size: 1,839,930,496 bytes (1754.69 Mb)
[3/28/2005 2:01:21 PM] Running compressibility test.
[3/28/2005 2:01:21 PM] Writing the following script to C:\T_SE_A\agk_tmp\tsewsac3_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\vsfilter.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = mpeg2source("C:\T_SE_A\agk_tmp\tsewsac3.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 0.666666666666667
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 = 720
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=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
VobSub("C:\T_SE_A\agk_tmp\tsewsac3.idx")
SelectRangeEvery(300,15)
===========================================================
[3/28/2005 2:08:18 PM] Duration was: 6 minutes 57 seconds
[3/28/2005 2:08:19 PM] Speed was: 18.46 fps.
[3/28/2005 2:08:19 PM] Compressibility percentage is: 75.20
[3/28/2005 2:08:19 PM] Chosen resolution is: 720x544 ( AR: 1.32 )
[3/28/2005 2:08:19 PM] Predicted comptest value is: 75.20
[3/28/2005 2:08:19 PM] Running first pass.
[3/28/2005 2:08:19 PM] Writing the following script to C:\T_SE_A\agk_tmp\tsewsac3_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\vsfilter.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = mpeg2source("C:\T_SE_A\agk_tmp\tsewsac3.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 0.666666666666667
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 = 720
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=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
VobSub("C:\T_SE_A\agk_tmp\tsewsac3.idx")
===========================================================
[3/28/2005 3:10:24 PM] Duration was: 1 hour, 2 minutes 4 seconds
[3/28/2005 3:10:24 PM] Speed was: 41.41 fps.
[3/28/2005 3:10:25 PM] Expected quality of first pass size: 73.92
[3/28/2005 3:10:25 PM] Running second pass.
[3/28/2005 5:11:22 PM] Duration was: 2 hours 0 minutes 57 seconds
[3/28/2005 5:11:22 PM] Speed was: 21.25 fps.
[3/28/2005 5:11:23 PM] Splitting video into: C:\T_SE_A\tsewsac3.cd1.avi
[3/28/2005 5:12:24 PM] Splitting video into: C:\T_SE_A\tsewsac3.cd2.avi
[3/28/2005 5:13:27 PM] Splitting video into: C:\T_SE_A\tsewsac3.cd3.avi
[3/28/2005 5:14:30 PM] Job finished. Total time: 3 hours 22 minutes 47 seconds
lenox answered...
AR: 1:1
Autocrop: threashold = 0
Fixed Width = 720
i did this...but for some reason the picture gets cut off...i mean...im tryin to backup "the terminator"...for example, at the beginning when the story is told some of the words are cut off at the top and bottom...what did i do wrong? any idea? could it just be because im tryin to play it on my computer, i mean will the picture be fine on my standalone player(i only care about standalone i dont care about playin it on the computer)
here is the log from my test rip...
[3/28/2005 1:51:43 PM] AutoGK 2.01b
[3/28/2005 1:51:43 PM] OS: WinXP (5.1.2600).2
[3/28/2005 1:51:43 PM] Job started.
[3/28/2005 1:51:43 PM] Input dir: C:\T_SE_A\VIDEO_TS
[3/28/2005 1:51:43 PM] Output file: C:\T_SE_A\tsewsac3.avi
[3/28/2005 1:51:43 PM] Output codec: XviD
[3/28/2005 1:51:43 PM] Audio: English
[3/28/2005 1:51:43 PM] Subtitles: English / Normal Captions : Wide
[3/28/2005 1:51:43 PM] Display only forced subtitles.
[3/28/2005 1:51:43 PM] Format: .AVI
[3/28/2005 1:51:43 PM] Target size: 2100Mb
[3/28/2005 1:51:43 PM] Custom resolution settings: fixed width of 720 pixels
[3/28/2005 1:51:43 PM] Custom audio settings: AC3
[3/28/2005 1:51:43 PM] Started encoding.
[3/28/2005 1:51:43 PM] Demuxing and indexing.
[3/28/2005 1:56:24 PM] Processing file: C:\T_SE_A\VIDEO_TS\VTS_06_PGC_01_1.VOB
[3/28/2005 1:56:24 PM] Processing file: C:\T_SE_A\VIDEO_TS\VTS_06_PGC_01_2.VOB
[3/28/2005 1:56:24 PM] Processing file: C:\T_SE_A\VIDEO_TS\VTS_06_PGC_01_3.VOB
[3/28/2005 1:56:24 PM] Processing file: C:\T_SE_A\VIDEO_TS\VTS_06_PGC_01_4.VOB
[3/28/2005 1:56:24 PM] Processing file: C:\T_SE_A\VIDEO_TS\VTS_06_PGC_01_5.VOB
[3/28/2005 1:56:24 PM] Processing file: C:\T_SE_A\VIDEO_TS\VTS_06_PGC_01_6.VOB
[3/28/2005 1:56:24 PM] Processing file: C:\T_SE_A\VIDEO_TS\VTS_06_PGC_01_7.VOB
[3/28/2005 1:56:24 PM] Source aspect ratio: 16:9
[3/28/2005 1:56:24 PM] Manual aspect ratio: 1:1
[3/28/2005 1:56:24 PM] Source resolution: 720x480
[3/28/2005 1:56:24 PM] Found NTSC source.
[3/28/2005 1:56:24 PM] Source seems to be pure FILM.
[3/28/2005 1:56:24 PM] Output will contain 154238 frames
[3/28/2005 1:56:24 PM] Preparing subtitles.
[3/28/2005 2:01:21 PM] Forcing encoding with sharp matrix.
[3/28/2005 2:01:21 PM] Using bitrate spikes control.
[3/28/2005 2:01:21 PM] Picking up credits information.
[3/28/2005 2:01:21 PM] Credits start frame: 186114
[3/28/2005 2:01:21 PM] Credits quality percentage: 60
[3/28/2005 2:01:21 PM] Credits greyscale option activated.
[3/28/2005 2:01:21 PM] Picking up autocrop parameters.
[3/28/2005 2:01:21 PM] Audio size: 360,247,552 bytes (343.56 Mb)
[3/28/2005 2:01:21 PM] Overhead: 1,831,552 bytes (1.75 Mb)
[3/28/2005 2:01:21 PM] Video size: 1,839,930,496 bytes (1754.69 Mb)
[3/28/2005 2:01:21 PM] Running compressibility test.
[3/28/2005 2:01:21 PM] Writing the following script to C:\T_SE_A\agk_tmp\tsewsac3_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\vsfilter.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = mpeg2source("C:\T_SE_A\agk_tmp\tsewsac3.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 0.666666666666667
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 = 720
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=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
VobSub("C:\T_SE_A\agk_tmp\tsewsac3.idx")
SelectRangeEvery(300,15)
===========================================================
[3/28/2005 2:08:18 PM] Duration was: 6 minutes 57 seconds
[3/28/2005 2:08:19 PM] Speed was: 18.46 fps.
[3/28/2005 2:08:19 PM] Compressibility percentage is: 75.20
[3/28/2005 2:08:19 PM] Chosen resolution is: 720x544 ( AR: 1.32 )
[3/28/2005 2:08:19 PM] Predicted comptest value is: 75.20
[3/28/2005 2:08:19 PM] Running first pass.
[3/28/2005 2:08:19 PM] Writing the following script to C:\T_SE_A\agk_tmp\tsewsac3_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\vsfilter.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = mpeg2source("C:\T_SE_A\agk_tmp\tsewsac3.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 0.666666666666667
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 = 720
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=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
VobSub("C:\T_SE_A\agk_tmp\tsewsac3.idx")
===========================================================
[3/28/2005 3:10:24 PM] Duration was: 1 hour, 2 minutes 4 seconds
[3/28/2005 3:10:24 PM] Speed was: 41.41 fps.
[3/28/2005 3:10:25 PM] Expected quality of first pass size: 73.92
[3/28/2005 3:10:25 PM] Running second pass.
[3/28/2005 5:11:22 PM] Duration was: 2 hours 0 minutes 57 seconds
[3/28/2005 5:11:22 PM] Speed was: 21.25 fps.
[3/28/2005 5:11:23 PM] Splitting video into: C:\T_SE_A\tsewsac3.cd1.avi
[3/28/2005 5:12:24 PM] Splitting video into: C:\T_SE_A\tsewsac3.cd2.avi
[3/28/2005 5:13:27 PM] Splitting video into: C:\T_SE_A\tsewsac3.cd3.avi
[3/28/2005 5:14:30 PM] Job finished. Total time: 3 hours 22 minutes 47 seconds