musicnyman
15th September 2005, 00:02
can someone confirm that divx 6 is a lot slower than divx 5 and or xvid? i've recently made two changes to my system:
1) REOS'ed to windows media instead of windows professional. not sure if that would impact performance but can't see how, unless someone thinks that could be it.
2) started using divx6 over xvid and divx 5.
basically, i used to be able to do first pass on most movies in about an hour. 2nd pass in about 1-2 hours which is fine. so 2-3 hours total for each movie 2 pass. but after i made these two changes, it's now taking 4-6 hours for each movie 2 pass. i have tested a 2 pass with xvid, but it's only about 10-20 minutes difference in encoding time. so i'm leaning towards divx 6 ruined or is conflicting with something on my pc or it's windows media edition that's just too slow and i'll have to REOS back to windows professional.
thanks,
[9/14/2005 10:03:44 AM] AutoGK 2.17b
[9/14/2005 10:03:44 AM] OS: WinXP (5.1.2600).2
[9/14/2005 10:03:44 AM] Job started.
[9/14/2005 10:03:44 AM] Input file: J:\VIDEO_TS\VTS_02_0.IFO
[9/14/2005 10:03:44 AM] Output file: C:\workspace\a.avi
[9/14/2005 10:03:44 AM] Output codec: DivX
[9/14/2005 10:03:44 AM] Audio 1: English AC3 6ch
[9/14/2005 10:03:44 AM] Subtitles: none
[9/14/2005 10:03:44 AM] Format: .AVI
[9/14/2005 10:03:44 AM] Target size: 2040Mb
[9/14/2005 10:03:44 AM] Custom resolution settings: fixed width of 720 pixels
[9/14/2005 10:03:44 AM] Standalone support enabled: MTK/Sigma
[9/14/2005 10:03:44 AM] Started encoding.
[9/14/2005 10:03:44 AM] Demuxing and indexing.
[9/14/2005 10:06:06 AM] Processing file: J:\VIDEO_TS\VTS_02_1.VOB
[9/14/2005 10:06:06 AM] Processing file: J:\VIDEO_TS\VTS_02_2.VOB
[9/14/2005 10:06:06 AM] Processing file: J:\VIDEO_TS\VTS_02_3.VOB
[9/14/2005 10:06:06 AM] Processing file: J:\VIDEO_TS\VTS_02_4.VOB
[9/14/2005 10:06:06 AM] Processing file: J:\VIDEO_TS\VTS_02_5.VOB
[9/14/2005 10:06:06 AM] Source resolution: 720x480
[9/14/2005 10:06:06 AM] Found NTSC source.
[9/14/2005 10:06:06 AM] Source aspect ratio: 16:9
[9/14/2005 10:06:06 AM] Source seems to be pure FILM.
[9/14/2005 10:06:06 AM] Output will contain 156512 frames
[9/14/2005 10:06:06 AM] Audio1 size: 365,499,904 bytes (348.57 Mb)
[9/14/2005 10:06:06 AM] Overhead: 4,925,440 bytes (4.70 Mb)
[9/14/2005 10:06:06 AM] Video size: 1,768,669,696 bytes (1686.73 Mb)
[9/14/2005 10:06:06 AM] Target bitrate is: 2168kbps
[9/14/2005 10:06:06 AM] Running compressibility test.
[9/14/2005 10:06:06 AM] Writing the following script to C:\workspace\agk_tmp\a_comptest.avs
===========================================================
LoadPlugin("D:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("D:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("D:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = mpeg2source("C:\workspace\agk_tmp\a.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=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 < 1.25) ? 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,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
SelectRangeEvery(280,14)
===========================================================
[9/14/2005 10:12:06 AM] Duration was: 5 minutes 58 seconds
[9/14/2005 10:12:06 AM] Speed was: 21.81 fps.
[9/14/2005 10:12:06 AM] Compressibility percentage is: 74.62
[9/14/2005 10:12:06 AM] Chosen resolution is: 720x304 ( AR: 2.37 )
[9/14/2005 10:12:06 AM] Predicted comptest value is: 74.62
[9/14/2005 10:12:06 AM] Running first pass.
[9/14/2005 10:12:06 AM] Writing the following script to C:\workspace\agk_tmp\a.avs
===========================================================
LoadPlugin("D:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("D:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("D:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = mpeg2source("C:\workspace\agk_tmp\a.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=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 < 1.25) ? 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,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
===========================================================
[9/14/2005 1:04:27 PM] Duration was: 2 hours 52 minutes 20 seconds
[9/14/2005 1:04:27 PM] Speed was: 15.14 fps.
[9/14/2005 1:04:27 PM] Running second pass.
[9/14/2005 4:15:38 PM] Duration was: 3 hours 11 minutes 11 seconds
[9/14/2005 4:15:38 PM] Speed was: 13.64 fps.
[9/14/2005 4:15:38 PM] Job finished. Total time: 6 hours 11 minutes 54 seconds
1) REOS'ed to windows media instead of windows professional. not sure if that would impact performance but can't see how, unless someone thinks that could be it.
2) started using divx6 over xvid and divx 5.
basically, i used to be able to do first pass on most movies in about an hour. 2nd pass in about 1-2 hours which is fine. so 2-3 hours total for each movie 2 pass. but after i made these two changes, it's now taking 4-6 hours for each movie 2 pass. i have tested a 2 pass with xvid, but it's only about 10-20 minutes difference in encoding time. so i'm leaning towards divx 6 ruined or is conflicting with something on my pc or it's windows media edition that's just too slow and i'll have to REOS back to windows professional.
thanks,
[9/14/2005 10:03:44 AM] AutoGK 2.17b
[9/14/2005 10:03:44 AM] OS: WinXP (5.1.2600).2
[9/14/2005 10:03:44 AM] Job started.
[9/14/2005 10:03:44 AM] Input file: J:\VIDEO_TS\VTS_02_0.IFO
[9/14/2005 10:03:44 AM] Output file: C:\workspace\a.avi
[9/14/2005 10:03:44 AM] Output codec: DivX
[9/14/2005 10:03:44 AM] Audio 1: English AC3 6ch
[9/14/2005 10:03:44 AM] Subtitles: none
[9/14/2005 10:03:44 AM] Format: .AVI
[9/14/2005 10:03:44 AM] Target size: 2040Mb
[9/14/2005 10:03:44 AM] Custom resolution settings: fixed width of 720 pixels
[9/14/2005 10:03:44 AM] Standalone support enabled: MTK/Sigma
[9/14/2005 10:03:44 AM] Started encoding.
[9/14/2005 10:03:44 AM] Demuxing and indexing.
[9/14/2005 10:06:06 AM] Processing file: J:\VIDEO_TS\VTS_02_1.VOB
[9/14/2005 10:06:06 AM] Processing file: J:\VIDEO_TS\VTS_02_2.VOB
[9/14/2005 10:06:06 AM] Processing file: J:\VIDEO_TS\VTS_02_3.VOB
[9/14/2005 10:06:06 AM] Processing file: J:\VIDEO_TS\VTS_02_4.VOB
[9/14/2005 10:06:06 AM] Processing file: J:\VIDEO_TS\VTS_02_5.VOB
[9/14/2005 10:06:06 AM] Source resolution: 720x480
[9/14/2005 10:06:06 AM] Found NTSC source.
[9/14/2005 10:06:06 AM] Source aspect ratio: 16:9
[9/14/2005 10:06:06 AM] Source seems to be pure FILM.
[9/14/2005 10:06:06 AM] Output will contain 156512 frames
[9/14/2005 10:06:06 AM] Audio1 size: 365,499,904 bytes (348.57 Mb)
[9/14/2005 10:06:06 AM] Overhead: 4,925,440 bytes (4.70 Mb)
[9/14/2005 10:06:06 AM] Video size: 1,768,669,696 bytes (1686.73 Mb)
[9/14/2005 10:06:06 AM] Target bitrate is: 2168kbps
[9/14/2005 10:06:06 AM] Running compressibility test.
[9/14/2005 10:06:06 AM] Writing the following script to C:\workspace\agk_tmp\a_comptest.avs
===========================================================
LoadPlugin("D:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("D:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("D:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = mpeg2source("C:\workspace\agk_tmp\a.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=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 < 1.25) ? 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,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
SelectRangeEvery(280,14)
===========================================================
[9/14/2005 10:12:06 AM] Duration was: 5 minutes 58 seconds
[9/14/2005 10:12:06 AM] Speed was: 21.81 fps.
[9/14/2005 10:12:06 AM] Compressibility percentage is: 74.62
[9/14/2005 10:12:06 AM] Chosen resolution is: 720x304 ( AR: 2.37 )
[9/14/2005 10:12:06 AM] Predicted comptest value is: 74.62
[9/14/2005 10:12:06 AM] Running first pass.
[9/14/2005 10:12:06 AM] Writing the following script to C:\workspace\agk_tmp\a.avs
===========================================================
LoadPlugin("D:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("D:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("D:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = mpeg2source("C:\workspace\agk_tmp\a.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=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 < 1.25) ? 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,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
===========================================================
[9/14/2005 1:04:27 PM] Duration was: 2 hours 52 minutes 20 seconds
[9/14/2005 1:04:27 PM] Speed was: 15.14 fps.
[9/14/2005 1:04:27 PM] Running second pass.
[9/14/2005 4:15:38 PM] Duration was: 3 hours 11 minutes 11 seconds
[9/14/2005 4:15:38 PM] Speed was: 13.64 fps.
[9/14/2005 4:15:38 PM] Job finished. Total time: 6 hours 11 minutes 54 seconds