Log in

View Full Version : Subtitles & Output Resolution Problems


Funny_Boy
4th January 2006, 23:10
Hi i am new in this forum!

For a long time i used AGK without any problems. Then i installed an other program
that used the Vob Sub & the VirtualDubMod but i unistalled after
some time. So i have only the AGK version 2,26.

The 1st problem is that when i choose to put subtitles (internal) i get no
subtitles in the produced avi.

The 2nd problem is that when i choose 640 (fixed width) from the original
720x556 movie, the 720 width changes correct to 640, but the 556 height
changes to 544. So the original aspect changes.

I suspected that some preferences of Vob Sub & VirtualDubMod had been
changed. I installed & unistalled the AGK over an over but the problem remains.
So why for a long time i had used the AGK without any problems & suddenly
these problems appeared?
What can i do?

Note: i don't changed any of the hidden option of AGK.


THANKS FOR YOUR HELP IN ADVANCE !!!




Here is the log:
[4/1/2006 11:46:24 μμ] AutoGK 2.26
[4/1/2006 11:46:24 μμ] OS: WinXP (5.1.2600).2
[4/1/2006 11:46:24 μμ] Job started.
[4/1/2006 11:46:24 μμ] Input file: D:\test\VTS_01_0.IFO
[4/1/2006 11:46:24 μμ] Output file: D:\test.avi
[4/1/2006 11:46:24 μμ] Output codec: DivX
[4/1/2006 11:46:24 μμ] Audio 1: English AC3 6ch
[4/1/2006 11:46:24 μμ] Subtitles 1: Greek wide
[4/1/2006 11:46:24 μμ] Format: .AVI
[4/1/2006 11:46:24 μμ] Target quality: 75%
[4/1/2006 11:46:24 μμ] Custom resolution settings: fixed width of 640 pixels
[4/1/2006 11:46:24 μμ] Custom audio settings: CBR MP3 with bitrate: 128Kbps
[4/1/2006 11:46:24 μμ] Started encoding.
[4/1/2006 11:46:24 μμ] Demuxing and indexing.
[4/1/2006 11:46:27 μμ] Processing file: D:\test\VTS_01_1.VOB
[4/1/2006 11:46:27 μμ] Source resolution: 720x576
[4/1/2006 11:46:27 μμ] Found PAL source.
[4/1/2006 11:46:27 μμ] Source aspect ratio: 16:9
[4/1/2006 11:46:27 μμ] Analyzing source.
[4/1/2006 11:46:38 μμ] Source has percentage of interlacing in motion
areas: 0,00
[4/1/2006 11:46:38 μμ] Source is considered to be progressive.
[4/1/2006 11:46:38 μμ] Output will contain 888 frames
[4/1/2006 11:46:38 μμ] Decoding audio.
[4/1/2006 11:46:40 μμ] Normalizing audio.
[4/1/2006 11:46:41 μμ] Encoding audio.
[4/1/2006 11:46:47 μμ] Preparing subtitles.
[4/1/2006 11:46:55 μμ] Running single pass encoding.
[4/1/2006 11:46:55 μμ] Writing the following script to D:\agk_tmp\test_movie.avs
===========================================================

LoadPlugin("D:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("D:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("D:\PROGRA~1\AutoGK\filters\vsfilter.dll")
LoadPlugin("D:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")

movie = mpeg2source("D:\agk_tmp\test.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)
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
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:\agk_tmp\test.idx")
===========================================================
[4/1/2006 11:47:15 μμ] Duration was: 19 seconds
[4/1/2006 11:47:15 μμ] Speed was: 44,75 fps.
[4/1/2006 11:47:15 μμ] Job finished. Total time: 51 seconds

Funny_Boy
6th January 2006, 02:59
Come on guys got an idea?

H e l p !