ciropizza
9th May 2006, 21:20
as subject says...
:helpful:
well, i explain:
i ripped two dvd of a 3 dvds set - on everyone there is a part of 2 hours of an interview with philosopher gilles deleuze [well, i tell you to let you know that there are no big differences between the 2 dvds] and, for the first avi file, only for the first one, autogk reruns first pass.
for both of the dvds: i set, for the output, the predefined size of one cd and then i leave alle fields as default - also for subtitles, as it they were included directly in the avi; i used the xvid codec. i made the compression onto 2 different computers.
even if the source video was more or less the same, the first one presents the rerun for the first pass.
the source resolution is the same, 720x576.
the first video is long 599.31 Mb.
the second video is long 587.38 Mb.
but, the first avi file presents subtitles with worse quality than the second one - on full screen they seems go "pixeling"(?) and they're not readable.
is the rerun of the first pass involved in the problem?
here i paste the two logs:
first dvd:
[09/05/2006 14.31.04] AutoGK 2.27
[09/05/2006 14.31.04] OS: WinXP (5.1.2600).2
[09/05/2006 14.31.04] Job started.
[09/05/2006 14.31.04] Input file: E:\VIDEO_TS\VTS_01_0.IFO
[09/05/2006 14.31.04] Output file: G:\DVDeleuze\dvd_001.avi
[09/05/2006 14.31.04] Output codec: XviD
[09/05/2006 14.31.04] Audio 1: Francais LPCM 2ch
[09/05/2006 14.31.04] Subtitles 1: Italiano
[09/05/2006 14.31.04] Format: .AVI
[09/05/2006 14.31.04] Target size: 700Mb
[09/05/2006 14.31.04] Started encoding.
[09/05/2006 14.31.04] Demuxing and indexing.
[09/05/2006 14.46.13] Processing file: E:\VIDEO_TS\VTS_01_1.VOB
[09/05/2006 14.46.13] Processing file: E:\VIDEO_TS\VTS_01_2.VOB
[09/05/2006 14.46.13] Processing file: E:\VIDEO_TS\VTS_01_3.VOB
[09/05/2006 14.46.13] Processing file: E:\VIDEO_TS\VTS_01_4.VOB
[09/05/2006 14.46.13] Processing file: E:\VIDEO_TS\VTS_01_5.VOB
[09/05/2006 14.46.13] Processing file: E:\VIDEO_TS\VTS_01_6.VOB
[09/05/2006 14.46.13] Processing file: E:\VIDEO_TS\VTS_01_7.VOB
[09/05/2006 14.46.13] Source resolution: 720x576
[09/05/2006 14.46.13] Found PAL source.
[09/05/2006 14.46.13] Source aspect ratio: 4:3
[09/05/2006 14.46.13] Analyzing source.
[09/05/2006 14.54.03] Source has percentage of interlacing in motion areas: 51,97
[09/05/2006 14.54.03] Source is considered to be interlaced.
[09/05/2006 14.54.03] Output will contain 217546 frames
[09/05/2006 14.54.04] Normalizing audio.
[09/05/2006 14.56.29] Encoding audio.
[09/05/2006 15.12.11] Preparing subtitles.
[09/05/2006 15.27.25] Audio1 size: 96,876,576 bytes (92.39 Mb)
[09/05/2006 15.27.25] Overhead: 8,701,824 bytes (8.30 Mb)
[09/05/2006 15.27.25] Video size: 628,424,800 bytes (599.31 Mb)
[09/05/2006 15.27.25] Running compressibility test.
[09/05/2006 15.27.25] Writing the following script to G:\DVDeleuze\agk_tmp\dvd_001_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\RemoveGrainSSE2.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")
movie = mpeg2source("G:\DVDeleuze\agk_tmp\dvd_001.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.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 < 1.25) ? input_par : (4.0/3.0)
out_width = 640
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
KernelDeInt(movie,order=0,sharp=true)
autocrop(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)
VobSub("G:\DVDeleuze\agk_tmp\dvd_001.idx")
SelectRangeEvery(300,15)
===========================================================
[09/05/2006 15.41.26] Duration was: 14 minutes 1 second.
[09/05/2006 15.41.26] Speed was: 12,93 fps.
[09/05/2006 15.41.26] Compressibility percentage is: 19,88
[09/05/2006 15.41.26] Using softer resizer.
[09/05/2006 15.41.26] Chosen resolution is: 384x288 ( AR: 1,33 )
[09/05/2006 15.41.26] Predicted comptest value is: 57,29%
[09/05/2006 15.41.26] Running first pass.
[09/05/2006 15.41.26] Writing the following script to G:\DVDeleuze\agk_tmp\dvd_001_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\RemoveGrainSSE2.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")
movie = mpeg2source("G:\DVDeleuze\agk_tmp\dvd_001.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.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 < 1.25) ? input_par : (4.0/3.0)
out_width = 384
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
KernelDeInt(movie,order=0,sharp=true)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
BicubicResize(out_width,out_height,0,0.5)
RemoveGrain(mode=2)
VobSub("G:\DVDeleuze\agk_tmp\dvd_001.idx")
===========================================================
[09/05/2006 17.02.54] Duration was: 1 hour, 21 minutes 27 seconds
[09/05/2006 17.02.54] Speed was: 44,51 fps.
[09/05/2006 17.02.55] Expected quality of first pass size: 69,32%
[09/05/2006 17.02.55] Trying to adjust settings.
[09/05/2006 17.02.55] Chosen resolution is: 368x272 ( AR: 1,35 )
[09/05/2006 17.02.55] Predicted comptest value is: 76,59
[09/05/2006 17.02.55] Re-running first pass.
[09/05/2006 17.02.55] Writing the following script to G:\DVDeleuze\agk_tmp\dvd_001_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\RemoveGrainSSE2.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")
movie = mpeg2source("G:\DVDeleuze\agk_tmp\dvd_001.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.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 < 1.25) ? input_par : (4.0/3.0)
out_width = 368
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
KernelDeInt(movie,order=0,sharp=true)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
BicubicResize(out_width,out_height,0,0.5)
RemoveGrain(mode=2)
VobSub("G:\DVDeleuze\agk_tmp\dvd_001.idx")
===========================================================
[09/05/2006 18.26.23] Duration was: 1 hour, 23 minutes 27 seconds
[09/05/2006 18.26.23] Speed was: 43,44 fps.
[09/05/2006 18.26.23] Expected quality of first pass size: 76,91%
[09/05/2006 18.26.23] Running second pass.
[09/05/2006 20.10.31] Duration was: 1 hour, 44 minutes 7 seconds
[09/05/2006 20.10.31] Speed was: 34,82 fps.
[09/05/2006 20.10.31] Job finished. Total time: 5 hours 39 minutes 26 seconds
second dvd:
[09/05/2006 15.49.18] AutoGK 2.27
[09/05/2006 15.49.18] OS: WinXP (5.1.2600).2
[09/05/2006 15.49.18] Job started.
[09/05/2006 15.49.18] Input file: E:\VIDEO_TS\VTS_01_0.IFO
[09/05/2006 15.49.18] Output file: D:\DVDeleuze\dvd-2.avi
[09/05/2006 15.49.18] Output codec: XviD
[09/05/2006 15.49.18] Audio 1: Francais LPCM 2ch
[09/05/2006 15.49.18] Subtitles 1: Italiano
[09/05/2006 15.49.18] Format: .AVI
[09/05/2006 15.49.18] Target size: 700Mb
[09/05/2006 15.49.18] Started encoding.
[09/05/2006 15.49.18] Demuxing and indexing.
[09/05/2006 16.10.10] Processing file: E:\VIDEO_TS\VTS_01_1.VOB
[09/05/2006 16.10.10] Processing file: E:\VIDEO_TS\VTS_01_2.VOB
[09/05/2006 16.10.10] Processing file: E:\VIDEO_TS\VTS_01_3.VOB
[09/05/2006 16.10.10] Processing file: E:\VIDEO_TS\VTS_01_4.VOB
[09/05/2006 16.10.10] Processing file: E:\VIDEO_TS\VTS_01_5.VOB
[09/05/2006 16.10.10] Processing file: E:\VIDEO_TS\VTS_01_6.VOB
[09/05/2006 16.10.10] Processing file: E:\VIDEO_TS\VTS_01_7.VOB
[09/05/2006 16.10.10] Source resolution: 720x576
[09/05/2006 16.10.10] Found PAL source.
[09/05/2006 16.10.10] Source aspect ratio: 4:3
[09/05/2006 16.10.11] Analyzing source.
[09/05/2006 16.25.46] Source has percentage of interlacing in motion areas: 37,58
[09/05/2006 16.25.46] Source is considered to be interlaced.
[09/05/2006 16.25.46] Output will contain 243963 frames
[09/05/2006 16.25.47] Normalizing audio.
[09/05/2006 16.31.57] Encoding audio.
[09/05/2006 17.03.36] Preparing subtitles.
[09/05/2006 17.24.44] Audio1 size: 108,335,184 bytes (103.32 Mb)
[09/05/2006 17.24.44] Overhead: 9,758,464 bytes (9.31 Mb)
[09/05/2006 17.24.44] Video size: 615,909,552 bytes (587.38 Mb)
[09/05/2006 17.24.44] Running compressibility test.
[09/05/2006 17.24.44] Writing the following script to D:\DVDeleuze\agk_tmp\dvd-2_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\RemoveGrainSSE2.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")
movie = mpeg2source("D:\DVDeleuze\agk_tmp\dvd-2.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.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 < 1.25) ? input_par : (4.0/3.0)
out_width = 640
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
KernelDeInt(movie,order=0,sharp=true)
autocrop(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)
VobSub("D:\DVDeleuze\agk_tmp\dvd-2.idx")
SelectRangeEvery(300,15)
===========================================================
[09/05/2006 17.53.15] Duration was: 28 minutes 29 seconds
[09/05/2006 17.53.15] Speed was: 7,13 fps.
[09/05/2006 17.53.15] Compressibility percentage is: 26,35
[09/05/2006 17.53.15] Using softer resizer.
[09/05/2006 17.53.15] Chosen resolution is: 448x336 ( AR: 1,33 )
[09/05/2006 17.53.15] Predicted comptest value is: 55,79%
[09/05/2006 17.53.15] Running first pass.
[09/05/2006 17.53.16] Writing the following script to D:\DVDeleuze\agk_tmp\dvd-2_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\RemoveGrainSSE2.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")
movie = mpeg2source("D:\DVDeleuze\agk_tmp\dvd-2.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.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 < 1.25) ? input_par : (4.0/3.0)
out_width = 448
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
KernelDeInt(movie,order=0,sharp=true)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
BicubicResize(out_width,out_height,0,0.5)
RemoveGrain(mode=2)
VobSub("D:\DVDeleuze\agk_tmp\dvd-2.idx")
===========================================================
[09/05/2006 19.24.55] Duration was: 1 hour, 31 minutes 38 seconds
[09/05/2006 19.24.55] Speed was: 44,37 fps.
[09/05/2006 19.24.56] Expected quality of first pass size: 64,03%
[09/05/2006 19.24.56] Running second pass.
[09/05/2006 21.31.51] Duration was: 2 hours 6 minutes 54 seconds
[09/05/2006 21.31.51] Speed was: 32,04 fps.
[09/05/2006 21.31.51] Job finished. Total time: 5 hours 42 minutes 33 seconds
why autogk has to rerun first pass?
what does it mean different "chosen resolutions" for two similar dvds?
why does it use different resolutions for two similar dvd's?
i have to use external subtitles?
and why instead the second avi file has very good subtitles?
many, many :thanks: in advance,
ciroops.
:helpful:
well, i explain:
i ripped two dvd of a 3 dvds set - on everyone there is a part of 2 hours of an interview with philosopher gilles deleuze [well, i tell you to let you know that there are no big differences between the 2 dvds] and, for the first avi file, only for the first one, autogk reruns first pass.
for both of the dvds: i set, for the output, the predefined size of one cd and then i leave alle fields as default - also for subtitles, as it they were included directly in the avi; i used the xvid codec. i made the compression onto 2 different computers.
even if the source video was more or less the same, the first one presents the rerun for the first pass.
the source resolution is the same, 720x576.
the first video is long 599.31 Mb.
the second video is long 587.38 Mb.
but, the first avi file presents subtitles with worse quality than the second one - on full screen they seems go "pixeling"(?) and they're not readable.
is the rerun of the first pass involved in the problem?
here i paste the two logs:
first dvd:
[09/05/2006 14.31.04] AutoGK 2.27
[09/05/2006 14.31.04] OS: WinXP (5.1.2600).2
[09/05/2006 14.31.04] Job started.
[09/05/2006 14.31.04] Input file: E:\VIDEO_TS\VTS_01_0.IFO
[09/05/2006 14.31.04] Output file: G:\DVDeleuze\dvd_001.avi
[09/05/2006 14.31.04] Output codec: XviD
[09/05/2006 14.31.04] Audio 1: Francais LPCM 2ch
[09/05/2006 14.31.04] Subtitles 1: Italiano
[09/05/2006 14.31.04] Format: .AVI
[09/05/2006 14.31.04] Target size: 700Mb
[09/05/2006 14.31.04] Started encoding.
[09/05/2006 14.31.04] Demuxing and indexing.
[09/05/2006 14.46.13] Processing file: E:\VIDEO_TS\VTS_01_1.VOB
[09/05/2006 14.46.13] Processing file: E:\VIDEO_TS\VTS_01_2.VOB
[09/05/2006 14.46.13] Processing file: E:\VIDEO_TS\VTS_01_3.VOB
[09/05/2006 14.46.13] Processing file: E:\VIDEO_TS\VTS_01_4.VOB
[09/05/2006 14.46.13] Processing file: E:\VIDEO_TS\VTS_01_5.VOB
[09/05/2006 14.46.13] Processing file: E:\VIDEO_TS\VTS_01_6.VOB
[09/05/2006 14.46.13] Processing file: E:\VIDEO_TS\VTS_01_7.VOB
[09/05/2006 14.46.13] Source resolution: 720x576
[09/05/2006 14.46.13] Found PAL source.
[09/05/2006 14.46.13] Source aspect ratio: 4:3
[09/05/2006 14.46.13] Analyzing source.
[09/05/2006 14.54.03] Source has percentage of interlacing in motion areas: 51,97
[09/05/2006 14.54.03] Source is considered to be interlaced.
[09/05/2006 14.54.03] Output will contain 217546 frames
[09/05/2006 14.54.04] Normalizing audio.
[09/05/2006 14.56.29] Encoding audio.
[09/05/2006 15.12.11] Preparing subtitles.
[09/05/2006 15.27.25] Audio1 size: 96,876,576 bytes (92.39 Mb)
[09/05/2006 15.27.25] Overhead: 8,701,824 bytes (8.30 Mb)
[09/05/2006 15.27.25] Video size: 628,424,800 bytes (599.31 Mb)
[09/05/2006 15.27.25] Running compressibility test.
[09/05/2006 15.27.25] Writing the following script to G:\DVDeleuze\agk_tmp\dvd_001_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\RemoveGrainSSE2.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")
movie = mpeg2source("G:\DVDeleuze\agk_tmp\dvd_001.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.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 < 1.25) ? input_par : (4.0/3.0)
out_width = 640
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
KernelDeInt(movie,order=0,sharp=true)
autocrop(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)
VobSub("G:\DVDeleuze\agk_tmp\dvd_001.idx")
SelectRangeEvery(300,15)
===========================================================
[09/05/2006 15.41.26] Duration was: 14 minutes 1 second.
[09/05/2006 15.41.26] Speed was: 12,93 fps.
[09/05/2006 15.41.26] Compressibility percentage is: 19,88
[09/05/2006 15.41.26] Using softer resizer.
[09/05/2006 15.41.26] Chosen resolution is: 384x288 ( AR: 1,33 )
[09/05/2006 15.41.26] Predicted comptest value is: 57,29%
[09/05/2006 15.41.26] Running first pass.
[09/05/2006 15.41.26] Writing the following script to G:\DVDeleuze\agk_tmp\dvd_001_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\RemoveGrainSSE2.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")
movie = mpeg2source("G:\DVDeleuze\agk_tmp\dvd_001.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.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 < 1.25) ? input_par : (4.0/3.0)
out_width = 384
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
KernelDeInt(movie,order=0,sharp=true)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
BicubicResize(out_width,out_height,0,0.5)
RemoveGrain(mode=2)
VobSub("G:\DVDeleuze\agk_tmp\dvd_001.idx")
===========================================================
[09/05/2006 17.02.54] Duration was: 1 hour, 21 minutes 27 seconds
[09/05/2006 17.02.54] Speed was: 44,51 fps.
[09/05/2006 17.02.55] Expected quality of first pass size: 69,32%
[09/05/2006 17.02.55] Trying to adjust settings.
[09/05/2006 17.02.55] Chosen resolution is: 368x272 ( AR: 1,35 )
[09/05/2006 17.02.55] Predicted comptest value is: 76,59
[09/05/2006 17.02.55] Re-running first pass.
[09/05/2006 17.02.55] Writing the following script to G:\DVDeleuze\agk_tmp\dvd_001_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\RemoveGrainSSE2.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")
movie = mpeg2source("G:\DVDeleuze\agk_tmp\dvd_001.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.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 < 1.25) ? input_par : (4.0/3.0)
out_width = 368
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
KernelDeInt(movie,order=0,sharp=true)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
BicubicResize(out_width,out_height,0,0.5)
RemoveGrain(mode=2)
VobSub("G:\DVDeleuze\agk_tmp\dvd_001.idx")
===========================================================
[09/05/2006 18.26.23] Duration was: 1 hour, 23 minutes 27 seconds
[09/05/2006 18.26.23] Speed was: 43,44 fps.
[09/05/2006 18.26.23] Expected quality of first pass size: 76,91%
[09/05/2006 18.26.23] Running second pass.
[09/05/2006 20.10.31] Duration was: 1 hour, 44 minutes 7 seconds
[09/05/2006 20.10.31] Speed was: 34,82 fps.
[09/05/2006 20.10.31] Job finished. Total time: 5 hours 39 minutes 26 seconds
second dvd:
[09/05/2006 15.49.18] AutoGK 2.27
[09/05/2006 15.49.18] OS: WinXP (5.1.2600).2
[09/05/2006 15.49.18] Job started.
[09/05/2006 15.49.18] Input file: E:\VIDEO_TS\VTS_01_0.IFO
[09/05/2006 15.49.18] Output file: D:\DVDeleuze\dvd-2.avi
[09/05/2006 15.49.18] Output codec: XviD
[09/05/2006 15.49.18] Audio 1: Francais LPCM 2ch
[09/05/2006 15.49.18] Subtitles 1: Italiano
[09/05/2006 15.49.18] Format: .AVI
[09/05/2006 15.49.18] Target size: 700Mb
[09/05/2006 15.49.18] Started encoding.
[09/05/2006 15.49.18] Demuxing and indexing.
[09/05/2006 16.10.10] Processing file: E:\VIDEO_TS\VTS_01_1.VOB
[09/05/2006 16.10.10] Processing file: E:\VIDEO_TS\VTS_01_2.VOB
[09/05/2006 16.10.10] Processing file: E:\VIDEO_TS\VTS_01_3.VOB
[09/05/2006 16.10.10] Processing file: E:\VIDEO_TS\VTS_01_4.VOB
[09/05/2006 16.10.10] Processing file: E:\VIDEO_TS\VTS_01_5.VOB
[09/05/2006 16.10.10] Processing file: E:\VIDEO_TS\VTS_01_6.VOB
[09/05/2006 16.10.10] Processing file: E:\VIDEO_TS\VTS_01_7.VOB
[09/05/2006 16.10.10] Source resolution: 720x576
[09/05/2006 16.10.10] Found PAL source.
[09/05/2006 16.10.10] Source aspect ratio: 4:3
[09/05/2006 16.10.11] Analyzing source.
[09/05/2006 16.25.46] Source has percentage of interlacing in motion areas: 37,58
[09/05/2006 16.25.46] Source is considered to be interlaced.
[09/05/2006 16.25.46] Output will contain 243963 frames
[09/05/2006 16.25.47] Normalizing audio.
[09/05/2006 16.31.57] Encoding audio.
[09/05/2006 17.03.36] Preparing subtitles.
[09/05/2006 17.24.44] Audio1 size: 108,335,184 bytes (103.32 Mb)
[09/05/2006 17.24.44] Overhead: 9,758,464 bytes (9.31 Mb)
[09/05/2006 17.24.44] Video size: 615,909,552 bytes (587.38 Mb)
[09/05/2006 17.24.44] Running compressibility test.
[09/05/2006 17.24.44] Writing the following script to D:\DVDeleuze\agk_tmp\dvd-2_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\RemoveGrainSSE2.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")
movie = mpeg2source("D:\DVDeleuze\agk_tmp\dvd-2.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.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 < 1.25) ? input_par : (4.0/3.0)
out_width = 640
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
KernelDeInt(movie,order=0,sharp=true)
autocrop(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)
VobSub("D:\DVDeleuze\agk_tmp\dvd-2.idx")
SelectRangeEvery(300,15)
===========================================================
[09/05/2006 17.53.15] Duration was: 28 minutes 29 seconds
[09/05/2006 17.53.15] Speed was: 7,13 fps.
[09/05/2006 17.53.15] Compressibility percentage is: 26,35
[09/05/2006 17.53.15] Using softer resizer.
[09/05/2006 17.53.15] Chosen resolution is: 448x336 ( AR: 1,33 )
[09/05/2006 17.53.15] Predicted comptest value is: 55,79%
[09/05/2006 17.53.15] Running first pass.
[09/05/2006 17.53.16] Writing the following script to D:\DVDeleuze\agk_tmp\dvd-2_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\RemoveGrainSSE2.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")
movie = mpeg2source("D:\DVDeleuze\agk_tmp\dvd-2.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.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 < 1.25) ? input_par : (4.0/3.0)
out_width = 448
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
KernelDeInt(movie,order=0,sharp=true)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
BicubicResize(out_width,out_height,0,0.5)
RemoveGrain(mode=2)
VobSub("D:\DVDeleuze\agk_tmp\dvd-2.idx")
===========================================================
[09/05/2006 19.24.55] Duration was: 1 hour, 31 minutes 38 seconds
[09/05/2006 19.24.55] Speed was: 44,37 fps.
[09/05/2006 19.24.56] Expected quality of first pass size: 64,03%
[09/05/2006 19.24.56] Running second pass.
[09/05/2006 21.31.51] Duration was: 2 hours 6 minutes 54 seconds
[09/05/2006 21.31.51] Speed was: 32,04 fps.
[09/05/2006 21.31.51] Job finished. Total time: 5 hours 42 minutes 33 seconds
why autogk has to rerun first pass?
what does it mean different "chosen resolutions" for two similar dvds?
why does it use different resolutions for two similar dvd's?
i have to use external subtitles?
and why instead the second avi file has very good subtitles?
many, many :thanks: in advance,
ciroops.