Floruro
15th January 2005, 10:05
Sorry i am pretty noob with encoding, but im trying to encode some of my dvds, but recently some of them have turned out these little blocks. Everything seems clear, but on some scenechanges these blocks start appearing. This does not happen using e.g. dr.divx and encoding divx, but recently has with autogk. I have encoded many xvid with no problems before with autogk. I have have also tried many different versions of xvid to fix the problem with no success. Heres the log from the encoding(xvid 1.03):
[2005/01/02 13:51:24] AutoGK 1.84b
[2005/01/02 13:51:24] OS: WinXP (5.1.2600).2
[2005/01/02 13:51:24] Job started.
[2005/01/02 13:51:24] Input file: VTS_01_1.VOB
[2005/01/02 13:51:24] Output file: E:\Extract\ClockworkOrange\VTS_01_1.avi
[2005/01/02 13:51:24] Audio: Unknown Audio
[2005/01/02 13:51:24] Subtitles: none
[2005/01/02 13:51:24] Codec: XviD
[2005/01/02 13:51:24] Target size: 2040Mb
[2005/01/02 13:51:24] Custom audio settings: AC3
[2005/01/02 13:51:24] Started encoding.
[2005/01/02 13:51:24] Demuxing and indexing.
[2005/01/02 13:54:42] Processing file: E:\Extract\ClockworkOrange\VTS_01_1.VOB
[2005/01/02 13:54:42] Processing file: E:\Extract\ClockworkOrange\VTS_01_2.VOB
[2005/01/02 13:54:42] Processing file: E:\Extract\ClockworkOrange\VTS_01_3.VOB
[2005/01/02 13:54:42] Processing file: E:\Extract\ClockworkOrange\VTS_01_4.VOB
[2005/01/02 13:54:42] Processing file: E:\Extract\ClockworkOrange\VTS_01_5.VOB
[2005/01/02 13:54:42] Processing file: E:\Extract\ClockworkOrange\VTS_01_6.VOB
[2005/01/02 13:54:42] Processing file: E:\Extract\ClockworkOrange\VTS_01_7.VOB
[2005/01/02 13:54:42] Source aspect ratio: 4:3
[2005/01/02 13:54:42] Source resolution: 720x576
[2005/01/02 13:54:42] Found PAL source.
[2005/01/02 13:54:42] Analyzing source.
[2005/01/02 13:59:48] Source has percentage of interlacing in motion areas: 0.61
[2005/01/02 13:59:48] Source is considered to be progressive.
[2005/01/02 13:59:48] Found 198541 frames
[2005/01/02 13:59:48] Audio size: 378,318,336 bytes (360.79 Mb)
[2005/01/02 13:59:48] Overhead: 1,323,648 bytes (1.26 Mb)
[2005/01/02 13:59:48] Video size: 1,759,453,056 bytes (1677.95 Mb)
[2005/01/02 13:59:48] Running compressibility test.
[2005/01/02 13:59:48] Writing the following script to E:\Extract\ClockworkOrange\agk_tmp\VTS_01_1_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrain.dll")
movie = mpeg2source("E:\Extract\ClockworkOrange\agk_tmp\VTS_01_1.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0)
fixed_aspect = 1.06666666666667
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)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
SelectRangeEvery(300,15)
===========================================================
[2005/01/02 14:06:49] Duration was: 7 minutes 1 second.
[2005/01/02 14:06:49] Speed was: 23.57 fps.
[2005/01/02 14:06:49] Compressibility percentage is: 73.01
[2005/01/02 14:06:49] Chosen resolution is: 704x416 ( AR: 1.69 )
[2005/01/02 14:06:49] Predicted comptest value is: 73.01
[2005/01/02 14:06:49] Running first pass.
[2005/01/02 14:06:49] Writing the following script to E:\Extract\ClockworkOrange\agk_tmp\VTS_01_1_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrain.dll")
movie = mpeg2source("E:\Extract\ClockworkOrange\agk_tmp\VTS_01_1.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0)
fixed_aspect = 1.06666666666667
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)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
===========================================================
[2005/01/02 15:20:02] Duration was: 1 hour, 13 minutes 12 seconds
[2005/01/02 15:20:02] Speed was: 45.20 fps.
[2005/01/02 15:20:02] Expected quality of first pass size: 73.70
[2005/01/02 15:20:02] Running second pass.
[2005/01/02 17:24:46] Duration was: 2 hours 4 minutes 43 seconds
[2005/01/02 17:24:46] Speed was: 26.53 fps.
[2005/01/02 17:24:46] Job finished.
Heres a snapshot of what the blocks look like on scenechanges.
Thank you if you can help and hope i am not asking idiotic questions.
Edit:Pics at bottom
[2005/01/02 13:51:24] AutoGK 1.84b
[2005/01/02 13:51:24] OS: WinXP (5.1.2600).2
[2005/01/02 13:51:24] Job started.
[2005/01/02 13:51:24] Input file: VTS_01_1.VOB
[2005/01/02 13:51:24] Output file: E:\Extract\ClockworkOrange\VTS_01_1.avi
[2005/01/02 13:51:24] Audio: Unknown Audio
[2005/01/02 13:51:24] Subtitles: none
[2005/01/02 13:51:24] Codec: XviD
[2005/01/02 13:51:24] Target size: 2040Mb
[2005/01/02 13:51:24] Custom audio settings: AC3
[2005/01/02 13:51:24] Started encoding.
[2005/01/02 13:51:24] Demuxing and indexing.
[2005/01/02 13:54:42] Processing file: E:\Extract\ClockworkOrange\VTS_01_1.VOB
[2005/01/02 13:54:42] Processing file: E:\Extract\ClockworkOrange\VTS_01_2.VOB
[2005/01/02 13:54:42] Processing file: E:\Extract\ClockworkOrange\VTS_01_3.VOB
[2005/01/02 13:54:42] Processing file: E:\Extract\ClockworkOrange\VTS_01_4.VOB
[2005/01/02 13:54:42] Processing file: E:\Extract\ClockworkOrange\VTS_01_5.VOB
[2005/01/02 13:54:42] Processing file: E:\Extract\ClockworkOrange\VTS_01_6.VOB
[2005/01/02 13:54:42] Processing file: E:\Extract\ClockworkOrange\VTS_01_7.VOB
[2005/01/02 13:54:42] Source aspect ratio: 4:3
[2005/01/02 13:54:42] Source resolution: 720x576
[2005/01/02 13:54:42] Found PAL source.
[2005/01/02 13:54:42] Analyzing source.
[2005/01/02 13:59:48] Source has percentage of interlacing in motion areas: 0.61
[2005/01/02 13:59:48] Source is considered to be progressive.
[2005/01/02 13:59:48] Found 198541 frames
[2005/01/02 13:59:48] Audio size: 378,318,336 bytes (360.79 Mb)
[2005/01/02 13:59:48] Overhead: 1,323,648 bytes (1.26 Mb)
[2005/01/02 13:59:48] Video size: 1,759,453,056 bytes (1677.95 Mb)
[2005/01/02 13:59:48] Running compressibility test.
[2005/01/02 13:59:48] Writing the following script to E:\Extract\ClockworkOrange\agk_tmp\VTS_01_1_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrain.dll")
movie = mpeg2source("E:\Extract\ClockworkOrange\agk_tmp\VTS_01_1.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0)
fixed_aspect = 1.06666666666667
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)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
SelectRangeEvery(300,15)
===========================================================
[2005/01/02 14:06:49] Duration was: 7 minutes 1 second.
[2005/01/02 14:06:49] Speed was: 23.57 fps.
[2005/01/02 14:06:49] Compressibility percentage is: 73.01
[2005/01/02 14:06:49] Chosen resolution is: 704x416 ( AR: 1.69 )
[2005/01/02 14:06:49] Predicted comptest value is: 73.01
[2005/01/02 14:06:49] Running first pass.
[2005/01/02 14:06:49] Writing the following script to E:\Extract\ClockworkOrange\agk_tmp\VTS_01_1_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrain.dll")
movie = mpeg2source("E:\Extract\ClockworkOrange\agk_tmp\VTS_01_1.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0)
fixed_aspect = 1.06666666666667
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)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
===========================================================
[2005/01/02 15:20:02] Duration was: 1 hour, 13 minutes 12 seconds
[2005/01/02 15:20:02] Speed was: 45.20 fps.
[2005/01/02 15:20:02] Expected quality of first pass size: 73.70
[2005/01/02 15:20:02] Running second pass.
[2005/01/02 17:24:46] Duration was: 2 hours 4 minutes 43 seconds
[2005/01/02 17:24:46] Speed was: 26.53 fps.
[2005/01/02 17:24:46] Job finished.
Heres a snapshot of what the blocks look like on scenechanges.
Thank you if you can help and hope i am not asking idiotic questions.
Edit:Pics at bottom