PDA

View Full Version : does rerun first pass discard included subtitles? [and other questions]


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.

BigDid
10th May 2006, 00:47
...
why autogk has to rerun first pass?
Hi,

Because there is a really big difference between the result of the comptest:57,29% and the real 1st pass:69,32% so AGK will rerun the 1st pass with "optimized" settings; it's not always efficient ...

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?
I cannot answer these questions because I do not have the beginning of your logs in which there are infos about your source, Video and audio size choosen; please post again or edit your 1st post;

One last tip: if you feel AGK screwed up the encode, load defaut (in Xvid encoder) and try again; if still screwed up, uninstall and re-install xvid.

Did

ciropizza
10th May 2006, 09:29
Hi,

Because there is a really big difference between the result of the comptest:57,29% and the real 1st pass:69,32% so AGK will rerun the 1st pass with "optimized" settings; it's not always efficient ...


i can't understand if the two numbers have to be "near" or the 1st pass has to be much higher than the comptest result.

i mean, the re-run of the 1st pass gave 76,91%....


I cannot answer these questions because I do not have the beginning of your logs in which there are infos about your source, Video and audio size choosen; please post again or edit your 1st post;

i edited the first post...


One last tip: if you feel AGK screwed up the encode, load defaut (in Xvid encoder) and try again; if still screwed up, uninstall and re-install xvid.



you mean, in the hidden autogk menu?
well, i didn't change anything....

btw, i retry to encode the first dvd using external subtitles:

this is the result:
[09/05/2006 21.09.00] AutoGK 2.27
[09/05/2006 21.09.00] OS: WinXP (5.1.2600).2
[09/05/2006 21.09.00] Job started.
[09/05/2006 21.09.00] Input file: E:\VIDEO_TS\VTS_01_0.IFO
[09/05/2006 21.09.00] Output file: G:\DVDeleuze\secondo tentativo\dvd_001.avi
[09/05/2006 21.09.00] Output codec: XviD
[09/05/2006 21.09.00] Audio 1: Francais LPCM 2ch
[09/05/2006 21.09.00] Subtitles 1: Italiano
[09/05/2006 21.09.00] Format: .AVI
[09/05/2006 21.09.00] Target size: 700Mb
[09/05/2006 21.09.00] Started encoding.
[09/05/2006 21.09.00] Demuxing and indexing.
[09/05/2006 21.23.18] Processing file: E:\VIDEO_TS\VTS_01_1.VOB
[09/05/2006 21.23.18] Processing file: E:\VIDEO_TS\VTS_01_2.VOB
[09/05/2006 21.23.18] Processing file: E:\VIDEO_TS\VTS_01_3.VOB
[09/05/2006 21.23.18] Processing file: E:\VIDEO_TS\VTS_01_4.VOB
[09/05/2006 21.23.18] Processing file: E:\VIDEO_TS\VTS_01_5.VOB
[09/05/2006 21.23.18] Processing file: E:\VIDEO_TS\VTS_01_6.VOB
[09/05/2006 21.23.18] Processing file: E:\VIDEO_TS\VTS_01_7.VOB
[09/05/2006 21.23.18] Source resolution: 720x576
[09/05/2006 21.23.18] Found PAL source.
[09/05/2006 21.23.18] Source aspect ratio: 4:3
[09/05/2006 21.23.19] Analyzing source.
[09/05/2006 21.31.10] Source has percentage of interlacing in motion areas: 51,97
[09/05/2006 21.31.10] Source is considered to be interlaced.
[09/05/2006 21.31.10] Output will contain 217546 frames
[09/05/2006 21.31.10] Normalizing audio.
[09/05/2006 21.33.43] Encoding audio.
[09/05/2006 22.01.51] Preparing subtitles.
[09/05/2006 22.17.21] Compressing subtitles.
[09/05/2006 22.17.33] Audio1 size: 96,876,576 bytes (92.39 Mb)
[09/05/2006 22.17.34] Overhead: 8,701,824 bytes (8.30 Mb)
[09/05/2006 22.17.34] Subtitles size: 3,005,098 bytes (2.87 Mb)
[09/05/2006 22.17.34] Video size: 625,419,702 bytes (596.45 Mb)
[09/05/2006 22.17.34] Running compressibility test.
[09/05/2006 22.17.34] Writing the following script to G:\DVDeleuze\secondo tentativo\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\RemoveGrainSSE2.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")

movie = mpeg2source("G:\DVDeleuze\secondo tentativo\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)
SelectRangeEvery(300,15)
===========================================================
[09/05/2006 22.32.48] Duration was: 15 minutes 14 seconds
[09/05/2006 22.32.48] Speed was: 11,90 fps.
[09/05/2006 22.32.48] Compressibility percentage is: 20,20
[09/05/2006 22.32.48] Using softer resizer.
[09/05/2006 22.32.48] Chosen resolution is: 384x288 ( AR: 1,33 )
[09/05/2006 22.32.48] Predicted comptest value is: 58,21%
[09/05/2006 22.32.48] Running first pass.
[09/05/2006 22.32.48] Writing the following script to G:\DVDeleuze\secondo tentativo\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\RemoveGrainSSE2.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")

movie = mpeg2source("G:\DVDeleuze\secondo tentativo\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)
===========================================================
[09/05/2006 23.56.04] Duration was: 1 hour, 23 minutes 15 seconds
[09/05/2006 23.56.04] Speed was: 43,55 fps.
[09/05/2006 23.56.05] Expected quality of first pass size: 72,32%
[09/05/2006 23.56.05] Trying to adjust settings.
[09/05/2006 23.56.05] No adjustment is possible
[09/05/2006 23.56.05] Running second pass.
[10/05/2006 1.49.10] Duration was: 1 hour, 53 minutes 4 seconds
[10/05/2006 1.49.10] Speed was: 32,06 fps.
[10/05/2006 1.49.10] Job finished. Total time: 4 hours 40 minutes 10 seconds


why does it change?

thanks a lot,

ciroops.

BigDid
10th May 2006, 20:11
i can't understand if the two numbers have to be "near" or the 1st pass has to be much higher than the comptest result.
Hi, think in term of programming. It's conditionnal, AGK take the number of the comptest:57%, takes the number of the first pass:69% if more than xx% difference (I believe it is 20%) it rerun the first pass trying to be as near as possible of it's internal width/quality percentage/resizer balance

i edited the first post... Thanks

you mean, in the hidden autogk menu?
No I mean windows/programs/xvid/configue encoder/load defaults :)

why does it change?
You mean 1st DVD between first and second encode? I dunno, I suppose it is somehow related to the external subtitles changing the internal comptest

For difference between 1st and second DVD the difference is the compressibility of the movie: 1st is 19.88, 2nd is 26.35. So the 2nd will have a higher width and/or a higher quality.

Now concerning the 1st DVD keep what you like more between 1st encode or 2nd encode. If none satisfies you either lower the audio bitrate (to gain for the video) or raise the final size... up to you

Did

ciropizza
10th May 2006, 20:32
thanks a lor for your replies.

ehr, i have other questions ;)

now i'm trying to use gknot&xvid directly: do you think i'll have any advantage or maybe i have to prefer autogk for my purposes?

for that, i'm following doom9 guide -even if presents xvid 1.1 codec setup walkthrough a bit different from the real xvid 1.1 codec setup [for example, "cartoon" check box is disappeared...].

well, looking at those logs the video seems to be interlaced: do you think that i have to check "interlaced encoding" in "profile" panel of xvid encoding configuration? what's "top field first"? do you suggest to check it too, looking at the logs?
in case i'll reuse autogk, if i set these options in xvid encoder settings, they will remain or not?

-you know, i definetely don't know what i'm doing :)

BigDid
10th May 2006, 22:00
thanks a lor for your replies.You are welcome :)

-you know, i definetely don't know what i'm doing :) In this case better stick with AGK, it will analyse your vobs and automatically deinterlace if needed, it will be logged like that:

[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.

And it will use a deinterlacer like that:
KernelDeInt(movie,order=0,sharp=true)

For Gknot, I'll pass (I don't use it).
My best advice for AGK: Stay full AUTO unless something does'nt work :cool:

I forgot: welcome to the forum :)

Did

ciropizza
14th May 2006, 11:22
what can i say, thanks for all!

-i registered in march 2003 but these are my first posts, eh eh.