AGK_J
2nd November 2004, 23:16
Hi, im tryin to xvid backup my tv series dvd with AutoGK 1.60+AutoGK Assistant 1.1
the first 8 episodes i backed up all had at least 70 for the "Expected quality of first pass size" using 640x resolution. i tried the 9th episode, and it was much below 70, i tried changing resolution to 576x which was not as bad but id prefer to keep 640x if possible. neways i was wonderin if there is another option or way i could improve the quality? ie. force normal ivtc or deinterlacing when source detected as hybrid? here is the log for my 576 rip...
[10/24/2004 5:51:26 PM] AutoGK 1.60
[10/24/2004 5:51:26 PM] OS: WinXP (5.1.2600).2
[10/24/2004 5:51:26 PM] Job started.
[10/24/2004 5:51:26 PM] Input dir: C:\TV24_D3\VIDEO_TS
[10/24/2004 5:51:26 PM] Output file: C:\TV24_D3\VIDEO_TS\e9.avi
[10/24/2004 5:51:26 PM] Audio: English
[10/24/2004 5:51:26 PM] Subtitles: English / Normal Closed Captions : Letterbox
[10/24/2004 5:51:26 PM] Codec: XviD
[10/24/2004 5:51:26 PM] Target size: 350Mb
[10/24/2004 5:51:26 PM] Custom resolution settings: fixed width of 576 pixels
[10/24/2004 5:51:26 PM] Custom audio settings: VBR MP3 with average bitrate: 128Kbps
[10/24/2004 5:51:26 PM] Started encoding.
[10/24/2004 5:51:26 PM] Demuxing and indexing.
[10/24/2004 5:53:15 PM] Processing file: C:\TV24_D3\VIDEO_TS\VTS_02_PGC_01_1.VOB
[10/24/2004 5:53:15 PM] Processing file: C:\TV24_D3\VIDEO_TS\VTS_02_PGC_01_2.VOB
[10/24/2004 5:53:15 PM] Source aspect ratio: 16:9
[10/24/2004 5:53:15 PM] Source resolution: 720x480
[10/24/2004 5:53:15 PM] Found NTSC source.
[10/24/2004 5:53:15 PM] Analyzing source.
[10/24/2004 5:55:40 PM] Source has percentage of interlacing in motion areas: 37.06
[10/24/2004 5:55:40 PM] Source has percentage of telecined patterns: 98.05
[10/24/2004 5:55:40 PM] Source has percentage of progressive patterns: 1.52
[10/24/2004 5:55:40 PM] Source has percentage of interlaced patterns: 0.43
[10/24/2004 5:55:40 PM] Source is considered to be FILM.
[10/24/2004 5:55:40 PM] Found 61679 frames
[10/24/2004 5:55:40 PM] Encoding audio.
[10/24/2004 6:01:26 PM] Indexing subtitles.
[10/24/2004 6:03:58 PM] Compressing subtitles.
[10/24/2004 6:03:59 PM] Audio size: 41,926,280 bytes (39.98 Mb)
[10/24/2004 6:03:59 PM] Overhead: 2,467,200 bytes (2.35 Mb)
[10/24/2004 6:03:59 PM] Subtitles size: 458,648 bytes (0.44 Mb)
[10/24/2004 6:03:59 PM] Video size: 322,149,472 bytes (307.23 Mb)
[10/24/2004 6:03:59 PM] Running compressibility test.
[10/24/2004 6:03:59 PM] Writing the following script to C:\TV24_D3\VIDEO_TS\agk_tmp\e9_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\decomb.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")
movie = mpeg2source("C:\TV24_D3\VIDEO_TS\agk_tmp\e9.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0)
fixed_aspect = 1.18518518518519
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 = 576
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
Telecide(movie,order=1,guide=1,post=2).Decimate(mode=0)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0)
Undot()
LanczosResize(out_width,out_height)
SelectRangeEvery(300,15)
===========================================================
[10/24/2004 6:06:33 PM] Duration was: 2 minutes 33 seconds
[10/24/2004 6:06:33 PM] Speed was: 20.03 fps.
[10/24/2004 6:06:34 PM] Compressibility percentage is: 66.92
[10/24/2004 6:06:34 PM] Chosen resolution is: 576x336 ( AR: 1.71 )
[10/24/2004 6:06:34 PM] Predicted comptest value is: 66.92
[10/24/2004 6:06:34 PM] Running first pass.
[10/24/2004 6:06:34 PM] Writing the following script to C:\TV24_D3\VIDEO_TS\agk_tmp\e9_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\decomb.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")
movie = mpeg2source("C:\TV24_D3\VIDEO_TS\agk_tmp\e9.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0)
fixed_aspect = 1.18518518518519
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 = 576
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
Telecide(movie,order=1,guide=1,post=2).Decimate(mode=0)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0)
Undot()
LanczosResize(out_width,out_height)
===========================================================
[10/24/2004 6:34:24 PM] Duration was: 27 minutes 50 seconds
[10/24/2004 6:34:24 PM] Speed was: 36.92 fps.
[10/24/2004 6:34:24 PM] Expected quality of first pass size: 68.15
[10/24/2004 6:34:24 PM] Running second pass.
[10/24/2004 7:09:00 PM] Duration was: 34 minutes 35 seconds
[10/24/2004 7:09:00 PM] Speed was: 29.72 fps.
[10/24/2004 7:09:00 PM] Job finished.
the first 8 episodes i backed up all had at least 70 for the "Expected quality of first pass size" using 640x resolution. i tried the 9th episode, and it was much below 70, i tried changing resolution to 576x which was not as bad but id prefer to keep 640x if possible. neways i was wonderin if there is another option or way i could improve the quality? ie. force normal ivtc or deinterlacing when source detected as hybrid? here is the log for my 576 rip...
[10/24/2004 5:51:26 PM] AutoGK 1.60
[10/24/2004 5:51:26 PM] OS: WinXP (5.1.2600).2
[10/24/2004 5:51:26 PM] Job started.
[10/24/2004 5:51:26 PM] Input dir: C:\TV24_D3\VIDEO_TS
[10/24/2004 5:51:26 PM] Output file: C:\TV24_D3\VIDEO_TS\e9.avi
[10/24/2004 5:51:26 PM] Audio: English
[10/24/2004 5:51:26 PM] Subtitles: English / Normal Closed Captions : Letterbox
[10/24/2004 5:51:26 PM] Codec: XviD
[10/24/2004 5:51:26 PM] Target size: 350Mb
[10/24/2004 5:51:26 PM] Custom resolution settings: fixed width of 576 pixels
[10/24/2004 5:51:26 PM] Custom audio settings: VBR MP3 with average bitrate: 128Kbps
[10/24/2004 5:51:26 PM] Started encoding.
[10/24/2004 5:51:26 PM] Demuxing and indexing.
[10/24/2004 5:53:15 PM] Processing file: C:\TV24_D3\VIDEO_TS\VTS_02_PGC_01_1.VOB
[10/24/2004 5:53:15 PM] Processing file: C:\TV24_D3\VIDEO_TS\VTS_02_PGC_01_2.VOB
[10/24/2004 5:53:15 PM] Source aspect ratio: 16:9
[10/24/2004 5:53:15 PM] Source resolution: 720x480
[10/24/2004 5:53:15 PM] Found NTSC source.
[10/24/2004 5:53:15 PM] Analyzing source.
[10/24/2004 5:55:40 PM] Source has percentage of interlacing in motion areas: 37.06
[10/24/2004 5:55:40 PM] Source has percentage of telecined patterns: 98.05
[10/24/2004 5:55:40 PM] Source has percentage of progressive patterns: 1.52
[10/24/2004 5:55:40 PM] Source has percentage of interlaced patterns: 0.43
[10/24/2004 5:55:40 PM] Source is considered to be FILM.
[10/24/2004 5:55:40 PM] Found 61679 frames
[10/24/2004 5:55:40 PM] Encoding audio.
[10/24/2004 6:01:26 PM] Indexing subtitles.
[10/24/2004 6:03:58 PM] Compressing subtitles.
[10/24/2004 6:03:59 PM] Audio size: 41,926,280 bytes (39.98 Mb)
[10/24/2004 6:03:59 PM] Overhead: 2,467,200 bytes (2.35 Mb)
[10/24/2004 6:03:59 PM] Subtitles size: 458,648 bytes (0.44 Mb)
[10/24/2004 6:03:59 PM] Video size: 322,149,472 bytes (307.23 Mb)
[10/24/2004 6:03:59 PM] Running compressibility test.
[10/24/2004 6:03:59 PM] Writing the following script to C:\TV24_D3\VIDEO_TS\agk_tmp\e9_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\decomb.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")
movie = mpeg2source("C:\TV24_D3\VIDEO_TS\agk_tmp\e9.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0)
fixed_aspect = 1.18518518518519
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 = 576
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
Telecide(movie,order=1,guide=1,post=2).Decimate(mode=0)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0)
Undot()
LanczosResize(out_width,out_height)
SelectRangeEvery(300,15)
===========================================================
[10/24/2004 6:06:33 PM] Duration was: 2 minutes 33 seconds
[10/24/2004 6:06:33 PM] Speed was: 20.03 fps.
[10/24/2004 6:06:34 PM] Compressibility percentage is: 66.92
[10/24/2004 6:06:34 PM] Chosen resolution is: 576x336 ( AR: 1.71 )
[10/24/2004 6:06:34 PM] Predicted comptest value is: 66.92
[10/24/2004 6:06:34 PM] Running first pass.
[10/24/2004 6:06:34 PM] Writing the following script to C:\TV24_D3\VIDEO_TS\agk_tmp\e9_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\decomb.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")
movie = mpeg2source("C:\TV24_D3\VIDEO_TS\agk_tmp\e9.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0)
fixed_aspect = 1.18518518518519
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 = 576
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
Telecide(movie,order=1,guide=1,post=2).Decimate(mode=0)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0)
Undot()
LanczosResize(out_width,out_height)
===========================================================
[10/24/2004 6:34:24 PM] Duration was: 27 minutes 50 seconds
[10/24/2004 6:34:24 PM] Speed was: 36.92 fps.
[10/24/2004 6:34:24 PM] Expected quality of first pass size: 68.15
[10/24/2004 6:34:24 PM] Running second pass.
[10/24/2004 7:09:00 PM] Duration was: 34 minutes 35 seconds
[10/24/2004 7:09:00 PM] Speed was: 29.72 fps.
[10/24/2004 7:09:00 PM] Job finished.