musicnyman
1st October 2004, 14:41
hey guys,
i've been at this for weeks and tried mulitple settings including 100% quality pass with single pass, using 2gb max, maximum quality, to get the best quality out of my dvds.
so 100% works fine, no problems there, no brainer, it just assigns 100% quality to the whole movie but file size is of course kinda big at times. but i can't have the avi be bigger than 2 gigs to be able to play this on my media server.
so basically, i don't care about file size. i just want the best quality but below the 2 gig range, so the past 2 days i've been playing with "2gb maximum". single pass says the projected size is going to be about 1.8 gigs which is perfect. nice quality file. second pass turns the file into a 688 meg file and watching the movie, the quality is not that great.
any ideas? thanks,
i know it's saying that it can overcompress the file, which is fine, it's at 145% for compressibility test, but didn't think it would shrink it down that much and have the movie be a lot less quality then i wanted it to be.
[9/30/2004 10:36:17 PM] AutoGK 1.60
[9/30/2004 10:36:17 PM] OS: WinXP (5.1.2600).2
[9/30/2004 10:36:17 PM] Job started.
[9/30/2004 10:36:17 PM] Input file: VTS_16_1.VOB
[9/30/2004 10:36:17 PM] Output file: E:\workspace\home on the range.avi
[9/30/2004 10:36:17 PM] Audio: Unknown Audio
[9/30/2004 10:36:17 PM] Subtitles: none
[9/30/2004 10:36:17 PM] Codec: XviD
[9/30/2004 10:36:17 PM] Target size: 2047Mb
[9/30/2004 10:36:17 PM] Custom audio settings: CBR MP3 with bitrate: 192Kbps
[9/30/2004 10:36:17 PM] Started encoding.
[9/30/2004 10:36:17 PM] Demuxing and indexing.
[9/30/2004 10:38:47 PM] Processing file: H:\VIDEO_TS\VTS_16_1.VOB
[9/30/2004 10:38:47 PM] Processing file: H:\VIDEO_TS\VTS_16_2.VOB
[9/30/2004 10:38:47 PM] Processing file: H:\VIDEO_TS\VTS_16_3.VOB
[9/30/2004 10:38:47 PM] Processing file: H:\VIDEO_TS\VTS_16_4.VOB
[9/30/2004 10:38:47 PM] Source aspect ratio: 16:9
[9/30/2004 10:38:47 PM] Source resolution: 720x480
[9/30/2004 10:38:47 PM] Found NTSC source.
[9/30/2004 10:38:47 PM] Source seems to be pure FILM.
[9/30/2004 10:38:47 PM] Found 109615 frames
[9/30/2004 10:38:47 PM] Encoding audio.
[9/30/2004 10:52:58 PM] Audio size: 109,706,240 bytes (104.62 Mb)
[9/30/2004 10:52:58 PM] Overhead: 1,301,632 bytes (1.24 Mb)
[9/30/2004 10:52:58 PM] Video size: 2,035,427,200 bytes (1941.13 Mb)
[9/30/2004 10:52:58 PM] Running compressibility test.
[9/30/2004 10:52:58 PM] Writing the following script to E:\workspace\agk_tmp\home on the range_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("E:\workspace\agk_tmp\home on the range.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 = 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=34,samplestartframe=0)
Undot()
LanczosResize(out_width,out_height)
SelectRangeEvery(300,15)
===========================================================
[9/30/2004 10:59:37 PM] Duration was: 6 minutes 39 seconds
[9/30/2004 10:59:37 PM] Speed was: 13.73 fps.
[9/30/2004 10:59:37 PM] Compressibility percentage is: 141.11
[9/30/2004 10:59:37 PM] Switching b-frames off
[9/30/2004 10:59:37 PM] Chosen resolution is: 720x432 ( AR: 1.67 )
[9/30/2004 10:59:37 PM] Predicted comptest value is: 97.92
[9/30/2004 10:59:37 PM] Running first pass.
[9/30/2004 10:59:37 PM] Writing the following script to E:\workspace\agk_tmp\home on the range_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("E:\workspace\agk_tmp\home on the range.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 = 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=34,samplestartframe=0)
Undot()
LanczosResize(out_width,out_height)
===========================================================
[10/1/2004 12:52:52 AM] Duration was: 1 hour, 53 minutes 15 seconds
[10/1/2004 12:52:52 AM] Speed was: 16.13 fps.
[10/1/2004 12:52:53 AM] Expected quality of first pass size: 145.22
[10/1/2004 12:52:53 AM] Warning: final AVI will likely be undersized.
[10/1/2004 12:52:53 AM] Running second pass.
[10/1/2004 2:53:03 AM] Duration was: 2 hours 0 minutes 10 seconds
[10/1/2004 2:53:03 AM] Speed was: 15.20 fps.
[10/1/2004 2:53:03 AM] Job finished.
i've been at this for weeks and tried mulitple settings including 100% quality pass with single pass, using 2gb max, maximum quality, to get the best quality out of my dvds.
so 100% works fine, no problems there, no brainer, it just assigns 100% quality to the whole movie but file size is of course kinda big at times. but i can't have the avi be bigger than 2 gigs to be able to play this on my media server.
so basically, i don't care about file size. i just want the best quality but below the 2 gig range, so the past 2 days i've been playing with "2gb maximum". single pass says the projected size is going to be about 1.8 gigs which is perfect. nice quality file. second pass turns the file into a 688 meg file and watching the movie, the quality is not that great.
any ideas? thanks,
i know it's saying that it can overcompress the file, which is fine, it's at 145% for compressibility test, but didn't think it would shrink it down that much and have the movie be a lot less quality then i wanted it to be.
[9/30/2004 10:36:17 PM] AutoGK 1.60
[9/30/2004 10:36:17 PM] OS: WinXP (5.1.2600).2
[9/30/2004 10:36:17 PM] Job started.
[9/30/2004 10:36:17 PM] Input file: VTS_16_1.VOB
[9/30/2004 10:36:17 PM] Output file: E:\workspace\home on the range.avi
[9/30/2004 10:36:17 PM] Audio: Unknown Audio
[9/30/2004 10:36:17 PM] Subtitles: none
[9/30/2004 10:36:17 PM] Codec: XviD
[9/30/2004 10:36:17 PM] Target size: 2047Mb
[9/30/2004 10:36:17 PM] Custom audio settings: CBR MP3 with bitrate: 192Kbps
[9/30/2004 10:36:17 PM] Started encoding.
[9/30/2004 10:36:17 PM] Demuxing and indexing.
[9/30/2004 10:38:47 PM] Processing file: H:\VIDEO_TS\VTS_16_1.VOB
[9/30/2004 10:38:47 PM] Processing file: H:\VIDEO_TS\VTS_16_2.VOB
[9/30/2004 10:38:47 PM] Processing file: H:\VIDEO_TS\VTS_16_3.VOB
[9/30/2004 10:38:47 PM] Processing file: H:\VIDEO_TS\VTS_16_4.VOB
[9/30/2004 10:38:47 PM] Source aspect ratio: 16:9
[9/30/2004 10:38:47 PM] Source resolution: 720x480
[9/30/2004 10:38:47 PM] Found NTSC source.
[9/30/2004 10:38:47 PM] Source seems to be pure FILM.
[9/30/2004 10:38:47 PM] Found 109615 frames
[9/30/2004 10:38:47 PM] Encoding audio.
[9/30/2004 10:52:58 PM] Audio size: 109,706,240 bytes (104.62 Mb)
[9/30/2004 10:52:58 PM] Overhead: 1,301,632 bytes (1.24 Mb)
[9/30/2004 10:52:58 PM] Video size: 2,035,427,200 bytes (1941.13 Mb)
[9/30/2004 10:52:58 PM] Running compressibility test.
[9/30/2004 10:52:58 PM] Writing the following script to E:\workspace\agk_tmp\home on the range_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("E:\workspace\agk_tmp\home on the range.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 = 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=34,samplestartframe=0)
Undot()
LanczosResize(out_width,out_height)
SelectRangeEvery(300,15)
===========================================================
[9/30/2004 10:59:37 PM] Duration was: 6 minutes 39 seconds
[9/30/2004 10:59:37 PM] Speed was: 13.73 fps.
[9/30/2004 10:59:37 PM] Compressibility percentage is: 141.11
[9/30/2004 10:59:37 PM] Switching b-frames off
[9/30/2004 10:59:37 PM] Chosen resolution is: 720x432 ( AR: 1.67 )
[9/30/2004 10:59:37 PM] Predicted comptest value is: 97.92
[9/30/2004 10:59:37 PM] Running first pass.
[9/30/2004 10:59:37 PM] Writing the following script to E:\workspace\agk_tmp\home on the range_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("E:\workspace\agk_tmp\home on the range.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 = 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=34,samplestartframe=0)
Undot()
LanczosResize(out_width,out_height)
===========================================================
[10/1/2004 12:52:52 AM] Duration was: 1 hour, 53 minutes 15 seconds
[10/1/2004 12:52:52 AM] Speed was: 16.13 fps.
[10/1/2004 12:52:53 AM] Expected quality of first pass size: 145.22
[10/1/2004 12:52:53 AM] Warning: final AVI will likely be undersized.
[10/1/2004 12:52:53 AM] Running second pass.
[10/1/2004 2:53:03 AM] Duration was: 2 hours 0 minutes 10 seconds
[10/1/2004 2:53:03 AM] Speed was: 15.20 fps.
[10/1/2004 2:53:03 AM] Job finished.