corex
28th October 2005, 13:14
Hi all.
As you can read on the subject, it is kind of strange. All the others episodes WAS 720x576, but for this single on, it was 1024x576. Anyone can tell me what to do ????
When AutoGK opens the IFO-file it tells 720x576. If I uses a 3PD-tools, it tells 720x576, but If I use a simple graphic screendump, it tells 1024x576.
After conversion, the right side, 304 pixels are missing????
buzzqw
28th October 2005, 14:14
can you post a link with a sample of this vob (few mb)
about big crop is probably due to autocrop. try in hidden option to disable autocrop and set crop to correct size
BHH
corex
28th October 2005, 15:06
I guest is was cryptic what I wrote.
Video info: MPEG2 720x576 PAL 16:9 letbox PGC 3. Length: 0:42:25:16
You can get a sample here: http://corex.dk/files/vob.vob
Really appreciate your help.
I ran a Preview of the file. Here are results. The subs are placed correctly but it crops the frame.
_agk_log
[28-10-2005 15:53:11] AutoGK 2.20
[28-10-2005 15:53:11] OS: WinXP (5.1.2600).2
[28-10-2005 15:53:11] Job started.
[28-10-2005 15:54:18] Processing file: M:\dvd\Babylon 5\Babylon 5 S04E18 Intersections in Real Time - underlig\VTS_01_PGC_03_1.VOB
[28-10-2005 15:54:18] Processing file: M:\dvd\Babylon 5\Babylon 5 S04E18 Intersections in Real Time - underlig\VTS_01_PGC_03_2.VOB
[28-10-2005 15:54:18] Source resolution: 720x576
[28-10-2005 15:54:18] Found PAL source.
[28-10-2005 15:54:18] Source aspect ratio: 16:9
[28-10-2005 15:54:18] Color correction enabled.
[28-10-2005 15:54:18] Output will contain 63630 frames
[28-10-2005 15:55:11] Job finished. Total time: 2 minutes 0 seconds
tmp/idx-file:
# VobSub index file, v7 (do not modify this line!)
#
# To repair desyncronization, you can insert gaps this way:
# (it usually happens after vob id changes)
#
# delay: [sign]hh:mm:ss:ms
#
# Where:
# [sign]: +, - (optional)
# hh: hours (0 <= hh)
# mm/ss: minutes/seconds (0 <= mm/ss <= 59)
# ms: milliseconds (0 <= ms <= 999)
#
# Note: You can't position a sub before the previous with a negative value.
#
# You can also modify timestamps or delete a few subs you don't like.
# Just make sure they stay in increasing order.
# Settings
# Original frame size
size: 720x576
# Origin, relative to the upper-left corner, can be overloaded by aligment
org: 0, 0
# Image scaling (hor,ver), origin is at the upper-left corner or at the alignment coord (x, y)
scale: 100%, 100%
# Alpha blending
alpha: 100%
# Smoothing for very blocky images (use OLD for no filtering)
smooth: OFF
# In millisecs
fadein/out: 50, 50
# Force subtitle placement relative to (org.x, org.y)
align: OFF at LEFT TOP
# For correcting non-progressive desync. (in millisecs or hh:mm:ss:ms)
# Note: Not effective in DirectVobSub, use "delay: ... " instead.
time offset: 0
# ON: displays only forced subtitles, OFF: shows everything
forced subs: OFF
# The original palette of the DVD
palette: 000000, 828282, 828282, 828282, 828282, 828282, 828282, ffffff, 828282, bababa, 828282, 828282, 828282, 828282, 828282, 828282
# Custom colors (transp idxs and the four colors)
custom colors: OFF, tridx: 0000, colors: 000000, 000000, 000000, 000000
# Language index in use
langidx: 0
# English
id: en, index: 0
# Decomment next line to activate alternative name in DirectVobSub / Windows Media Player 6.x
# alt: English
# Vob/Cell ID: 2, 1 (PTS: 0)
tmp/avs-file:
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\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = mpeg2source("M:\dvd\Babylon 5\Babylon 5 S04E18 Intersections in Real Time - underlig\agk_tmp\Babylon 5 S04E18 Intersections in Real Time - underlig_preview.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)
ColorMatrix("Rec.709->Rec.601",mmx=true,hints=false)
VobSub("M:\dvd\Babylon 5\Babylon 5 S04E18 Intersections in Real Time - underlig\agk_tmp\Babylon 5 S04E18 Intersections in Real Time - underlig.idx")
tmp/d2v-file:
DGIndexProjectFile11
2
M:\dvd\Babylon 5\Babylon 5 S04E18 Intersections in Real Time - underlig\VTS_01_PGC_03_1.VOB
M:\dvd\Babylon 5\Babylon 5 S04E18 Intersections in Real Time - underlig\VTS_01_PGC_03_2.VOB
Stream_Type=1
MPEG_Type=2
iDCT_Algorithm=3
YUVRGB_Scale=1
Luminance_Filter=0,0
Clipping=0,0,0,0
Aspect_Ratio=16:9
Picture_Size=720x576
Field_Operation=0
Frame_Rate=25000
Location=0,0,1,58063
buzzqw
28th October 2005, 15:42
ok, i tryed your sample and got a nice playing (with mediaplayer classic) of 720*576 (test with other player and methods)
so, i don't know where you "see" 1024*576 ...
i encoded with autogk and get a correct resolution of 704*336
i think main problem could be in dark scenes at start, try modifying "samples" in hidden option (try 20 or 40) (maybe even to modify "samplestartframe" )
BHH
SeeMoreDigital
28th October 2005, 16:50
1024x576 is the "corrected" size of 720x576 (16:9) anamorphic source...
If it's your intention to crop all the mattes away, you're left with around 710x470 pixels worth of image... That said, the image is moving around a bit.... And it's "interlaced".
Cheers
corex
31st October 2005, 09:20
One thing to conclude - I am a newbie. :)
I changed "try modifying "samples" in hidden option (try 20 or 40)" and set it to 100. Ran a preview and it worked. So at the moment it converts it. I return with result.
corex
31st October 2005, 11:26
Solved. Setting sample to 100 solved the problem. Many thanks guys. :)
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.