Log in

View Full Version : Subtitle Not proper in 2.12b


Sibi
13th July 2005, 19:16
Some of the lower portion of subtitle is missing in 2.12b preview mode. But the Subtitles are proper in 2.09b.

Attached pictures for the reference.

Thanks in advance

len0x
13th July 2005, 21:42
Nothing changed in between 2.09 and 2.12. You have "adjust subs" option enabled in the second image...

Sibi
14th July 2005, 09:24
Thanks for the quick response Len0X,

In both the version ".adjust subs" were enabled. This is happenning only for this particular title (VAN HELSING)

Thanks in advance

len0x
14th July 2005, 19:53
I do not believe that. :logfile:

Sibi
15th July 2005, 04:26
Below Log files for your reference.

Thanks in advance.


Pls Note that Subtitles are proper in 2.09b and not proper in 2.12b

----------------------------------------------------------------------

[14/07/2005 21:31:50] AutoGK 2.09b
[14/07/2005 21:31:50] OS: WinXP (5.1.2600).2
[14/07/2005 21:31:50] Job started.
[14/07/2005 21:31:50] Input dir: H:\VANH
[14/07/2005 21:31:50] Output file: D:\VAN HELSING\VANH.avi
[14/07/2005 21:31:50] Output codec: DivX
[14/07/2005 21:31:50] Audio1: English AC3 6ch
[14/07/2005 21:31:50] Subtitles1: English : Wide/Letterbox
[14/07/2005 21:31:50] Format: .AVI
[14/07/2005 21:31:50] Target size: 1400Mb
[14/07/2005 21:31:50] Custom audio settings: AC3
[14/07/2005 21:31:50] Started encoding.
[14/07/2005 21:31:50] Demuxing and indexing.
[14/07/2005 21:35:32] Processing file: H:\VANH\VTS_01_PGC_01_1.VOB
[14/07/2005 21:35:32] Processing file: H:\VANH\VTS_01_PGC_01_2.VOB
[14/07/2005 21:35:32] Processing file: H:\VANH\VTS_01_PGC_01_3.VOB
[14/07/2005 21:35:32] Processing file: H:\VANH\VTS_01_PGC_01_4.VOB
[14/07/2005 21:35:32] Processing file: H:\VANH\VTS_01_PGC_01_5.VOB
[14/07/2005 21:35:32] Processing file: H:\VANH\VTS_01_PGC_01_6.VOB
[14/07/2005 21:35:32] Source aspect ratio: 16:9
[14/07/2005 21:35:32] Source resolution: 720x576
[14/07/2005 21:35:32] Found PAL source.
[14/07/2005 21:35:33] Analyzing source.
[14/07/2005 21:52:04] Source has percentage of interlacing in motion areas: 0.00
[14/07/2005 21:52:04] Source is considered to be progressive.
[14/07/2005 21:52:04] Output will contain 189243 frames
[14/07/2005 21:52:04] Preparing subtitles.
[14/07/2005 21:55:35] Audio1 size: 363,343,872 bytes (346.51 Mb)
[14/07/2005 21:55:35] Overhead: 5,900,928 bytes (5.63 Mb)
[14/07/2005 21:55:35] Video size: 1,098,761,600 bytes (1047.86 Mb)
[14/07/2005 21:55:35] Target bitrate is: 1161kbps
[14/07/2005 21:55:35] Running compressibility test.
[14/07/2005 21:55:35] Writing the following script to D:\VAN HELSING\agk_tmp\VANH_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\RemoveGrain.dll")

movie = mpeg2source("D:\VAN HELSING\agk_tmp\VANH.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.42222222222222
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
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,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
VobSub("D:\VAN HELSING\agk_tmp\VANH.idx")
SelectRangeEvery(280,14)
===========================================================
[14/07/2005 22:20:36] Duration was: 24 minutes 59 seconds
[14/07/2005 22:20:36] Speed was: 6.31 fps.
[14/07/2005 22:20:37] Compressibility percentage is: 38.35
[14/07/2005 22:20:37] Using softer resizer.
[14/07/2005 22:20:37] Chosen resolution is: 576x320 ( AR: 1.80 )
[14/07/2005 22:20:37] Predicted comptest value is: 60.36
[14/07/2005 22:20:37] Running first pass.
[14/07/2005 22:20:37] Writing the following script to D:\VAN HELSING\agk_tmp\VANH_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\RemoveGrain.dll")

movie = mpeg2source("D:\VAN HELSING\agk_tmp\VANH.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.42222222222222
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
out_width = 576
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)
BicubicResize(out_width,out_height,0,0.5)
RemoveGrain(mode=2)
VobSub("D:\VAN HELSING\agk_tmp\VANH.idx")
===========================================================
[15/07/2005 03:43:10] Duration was: 5 hours 22 minutes 32 seconds
[15/07/2005 03:43:10] Speed was: 9.78 fps.
[15/07/2005 03:43:10] Running second pass.
[15/07/2005 08:46:52] Duration was: 5 hours 3 minutes 41 seconds
[15/07/2005 08:46:53] Speed was: 10.39 fps.
[15/07/2005 08:46:54] Splitting video into: D:\VAN HELSING\VANH.cd1.avi
[15/07/2005 08:49:51] Splitting video into: D:\VAN HELSING\VANH.cd2.avi
[15/07/2005 08:52:33] Job finished. Total time: 11 hours 20 minutes 42 seconds

--------------------------------------------------------------------------

[13/07/2005 07:35:44] AutoGK 2.12b
[13/07/2005 07:35:44] OS: WinXP (5.1.2600).2
[13/07/2005 07:35:44] Job started.
[13/07/2005 07:39:04] Processing file: H:\VANH\VTS_01_PGC_01_1.VOB
[13/07/2005 07:39:04] Processing file: H:\VANH\VTS_01_PGC_01_2.VOB
[13/07/2005 07:39:04] Processing file: H:\VANH\VTS_01_PGC_01_3.VOB
[13/07/2005 07:39:04] Processing file: H:\VANH\VTS_01_PGC_01_4.VOB
[13/07/2005 07:39:04] Processing file: H:\VANH\VTS_01_PGC_01_5.VOB
[13/07/2005 07:39:04] Processing file: H:\VANH\VTS_01_PGC_01_6.VOB
[13/07/2005 07:39:04] Source resolution: 720x576
[13/07/2005 07:39:04] Found PAL source.
[13/07/2005 07:39:04] Source aspect ratio: 16:9
[13/07/2005 07:39:04] Output will contain 189243 frames
[13/07/2005 07:39:04] Job finished. Total time: 3 minutes 19 seconds