PDA

View Full Version : AutoGK 2.27 - No adjustment is possible error


juerginst
10th April 2006, 18:05
Hi, I couple of years ago I was a regular user of Gordian Knot. Back then I used DivX for all my rips. Then I bought my first DVD writer + more work + less time and I stoped ripping movies to DivX.

Now I want to convert a DVD to 1/3 DVDR AVI (XviD), so I downloaded AutoGK 2.27. Between the 1st and 2nd pass I get this error:

[05/04/2006 00:13:41] Trying to adjust settings.
[05/04/2006 00:13:41] No adjustment is possible
[05/04/2006 00:13:41] Warning: final AVI will likely be undersized.

The AVI is in fact very undersized. I read your FAQs, in particular 6.3. I swear I uninstalled every codec before installing AutoGK, but perhaps something went wrong... So I installed AutoGK in a computer with a fresh installed Windows XP. And I get the same error.

I tried making a 1/3 CD AVI of the same source, and everything went perfect, AutoGK made adjustments between the 1st and 2nd pass. I get the error only when making a 1/3 DVDR AVI.

Here is the full LOG with the error:

[04/04/2006 21:30:01] AutoGK 2.27
[04/04/2006 21:30:01] OS: WinXP (5.1.2600).2
[04/04/2006 21:30:01] Job started.
[04/04/2006 21:30:01] Input file: C:\document\My Videos\dvd\VIDEO_TS\VTS_01_0.IFO
[04/04/2006 21:30:01] Output file: C:\document\My Videos\dobw.avi
[04/04/2006 21:30:01] Output codec: XviD
[04/04/2006 21:30:01] Audio 1: English AC3 2ch
[04/04/2006 21:30:01] Subtitles: none
[04/04/2006 21:30:01] Format: .AVI
[04/04/2006 21:30:01] Target size: 1490Mb
[04/04/2006 21:30:01] Custom resolution settings: fixed width of 720 pixels
[04/04/2006 21:30:01] Custom audio settings: Original
[04/04/2006 21:30:01] Standalone support enabled: ESS
[04/04/2006 21:30:01] Started encoding.
[04/04/2006 21:30:01] Demuxing and indexing.
[04/04/2006 21:31:27] Processing file: C:\document\My Videos\dvd\VIDEO_TS\VTS_01_1.VOB
[04/04/2006 21:31:27] Processing file: C:\document\My Videos\dvd\VIDEO_TS\VTS_01_2.VOB
[04/04/2006 21:31:27] Processing file: C:\document\My Videos\dvd\VIDEO_TS\VTS_01_3.VOB
[04/04/2006 21:31:27] Processing file: C:\document\My Videos\dvd\VIDEO_TS\VTS_01_4.VOB
[04/04/2006 21:31:27] Source resolution: 720x480
[04/04/2006 21:31:27] Found NTSC source.
[04/04/2006 21:31:27] Source aspect ratio: 16:9
[04/04/2006 21:31:27] Color correction enabled.
[04/04/2006 21:31:27] Analyzing source.
[04/04/2006 21:48:10] Source has percentage of interlacing in motion areas: 41,52
[04/04/2006 21:48:10] Source has percentage of telecined patterns: 96,23
[04/04/2006 21:48:10] Source has percentage of progressive patterns: 3,77
[04/04/2006 21:48:10] Source has percentage of interlaced patterns: 0,00
[04/04/2006 21:48:10] Source is considered to be FILM.
[04/04/2006 21:48:11] Output will contain 135320 frames
[04/04/2006 21:48:11] Audio1 size: 135,455,232 bytes (129.18 Mb)
[04/04/2006 21:48:11] Overhead: 1,606,912 bytes (1.53 Mb)
[04/04/2006 21:48:11] Video size: 1,425,316,096 bytes (1359.29 Mb)
[04/04/2006 21:48:11] Running compressibility test.
[04/04/2006 21:48:11] Writing the following script to C:\document\My Videos\agk_tmp\dobw_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\decomb.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrain.dll")

movie = mpeg2source("C:\document\My Videos\agk_tmp\dobw.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.18518518518519
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
out_width = 720
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
Telecide(movie,order=1,guide=1,post=2).Decimate(mode=0)
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)
ColorMatrix("Rec.709->Rec.601",opt=0,hints=false)
SelectRangeEvery(300,15)
===========================================================
[04/04/2006 22:00:23] Duration was: 12 minutes 11 seconds
[04/04/2006 22:00:23] Speed was: 9,26 fps.
[04/04/2006 22:00:24] Compressibility percentage is: 195,67
[04/04/2006 22:00:24] Switching b-frames off
[04/04/2006 22:00:24] Chosen resolution is: 720x416 ( AR: 1,73 )
[04/04/2006 22:00:24] Predicted comptest value is: 146,56%
[04/04/2006 22:00:24] Running first pass.
[04/04/2006 22:00:24] Writing the following script to C:\document\My Videos\agk_tmp\dobw_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\decomb.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrain.dll")

movie = mpeg2source("C:\document\My Videos\agk_tmp\dobw.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.18518518518519
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
out_width = 720
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
Telecide(movie,order=1,guide=1,post=2).Decimate(mode=0)
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)
ColorMatrix("Rec.709->Rec.601",opt=0,hints=false)
===========================================================
[05/04/2006 00:13:41] Duration was: 2 hours 13 minutes 16 seconds
[05/04/2006 00:13:41] Speed was: 16,92 fps.
[05/04/2006 00:13:41] Expected quality of first pass size: 148,32%
[05/04/2006 00:13:41] Trying to adjust settings.
[05/04/2006 00:13:41] No adjustment is possible
[05/04/2006 00:13:41] Warning: final AVI will likely be undersized.
[05/04/2006 00:13:41] Running second pass.
[05/04/2006 03:03:52] Duration was: 2 hours 50 minutes 11 seconds
[05/04/2006 03:03:52] Speed was: 13,25 fps.
[05/04/2006 03:03:52] Job finished. Total time: 5 hours 33 minutes 51 seconds


Any hints? Thanks in advance.

BigDid
10th April 2006, 18:33
Hi,

Same problems than in: http://forum.doom9.org/showthread.php?t=109626 , except your comptest is near 200%.

Try giving way less size to final avi: 1100, 900 or even 700Mo.

Did

juerginst
10th April 2006, 18:43
Thanks! That is the answer. I will try to change the Matrix.