jayrox
3rd October 2006, 11:59
I am trying to output a file but no matter what size I set it always outputs to around 110mb, I have been using Auto Gordian Knot version 1.95 for a few months now and not had a problem, I have not changed any of the settings apart from the size it was working ok but am now having problems any ideas?
CWR03
3rd October 2006, 12:43
You'll have to supply a lot more information and/or post your log file.
jayrox
3rd October 2006, 13:55
This is one of the log files, this one turned out at 89.8mb should have been 350mb.
[03/10/2006 11:20:37] AutoGK 1.95
[03/10/2006 11:20:37] OS: WinXP (5.1.2600).2
[03/10/2006 11:20:37] Job started.
[03/10/2006 11:20:37] Input dir: F:\tv\law and order svu\4x09 - Juvenile
[03/10/2006 11:20:37] Output file: F:\tv\law and order svu\4x09 - Juvenile.avi
[03/10/2006 11:20:37] Audio: Unknown language
[03/10/2006 11:20:37] Subtitles: none
[03/10/2006 11:20:37] Codec: XviD
[03/10/2006 11:20:37] Target size: 350Mb
[03/10/2006 11:20:37] Started encoding.
[03/10/2006 11:20:37] Demuxing and indexing.
[03/10/2006 11:21:19] Processing file: F:\tv\law and order svu\4x09 - Juvenile\VTS_02_1.VOB
[03/10/2006 11:21:19] Processing file: F:\tv\law and order svu\4x09 - Juvenile\VTS_02_2.VOB
[03/10/2006 11:21:19] Source aspect ratio: 4:3
[03/10/2006 11:21:19] Source resolution: 720x576
[03/10/2006 11:21:19] Found PAL source.
[03/10/2006 11:21:20] Analyzing source.
[03/10/2006 11:24:00] Source has percentage of interlacing in motion areas: 12.47
[03/10/2006 11:24:00] Source is considered to be interlaced.
[03/10/2006 11:24:00] Output will contain 60108 frames
[03/10/2006 11:24:01] Decoding audio.
[03/10/2006 11:24:40] Normalizing audio.
[03/10/2006 11:25:29] Encoding audio.
[03/10/2006 11:28:20] Audio size: 39,757,656 bytes (37.92 Mb)
[03/10/2006 11:28:20] Overhead: 2,404,352 bytes (2.29 Mb)
[03/10/2006 11:28:20] Video size: 324,839,592 bytes (309.79 Mb)
[03/10/2006 11:28:20] Running compressibility test.
[03/10/2006 11:28:20] Writing the following script to F:\tv\law and order svu\agk_tmp\4x09 - Juvenile_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")
movie = mpeg2source("F:\tv\law and order svu\agk_tmp\4x09 - Juvenile.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 : (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=1,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)
===========================================================
[03/10/2006 11:30:35] Duration was: 2 minutes 15 seconds
[03/10/2006 11:30:36] Speed was: 22.12 fps.
[03/10/2006 11:30:36] Compressibility percentage is: 70.08
[03/10/2006 11:30:36] Chosen resolution is: 640x480 ( AR: 1.33 )
[03/10/2006 11:30:36] Predicted comptest value is: 70.08
[03/10/2006 11:30:36] Running first pass.
[03/10/2006 11:30:36] Writing the following script to F:\tv\law and order svu\agk_tmp\4x09 - Juvenile_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")
movie = mpeg2source("F:\tv\law and order svu\agk_tmp\4x09 - Juvenile.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 : (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=1,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)
===========================================================
[03/10/2006 11:55:55] Duration was: 25 minutes 19 seconds
[03/10/2006 11:55:55] Speed was: 39.55 fps.
[03/10/2006 11:55:56] Expected quality of first pass size: 67.15
[03/10/2006 11:55:56] Running second pass.
[03/10/2006 12:25:17] Duration was: 29 minutes 21 seconds
[03/10/2006 12:25:17] Speed was: 34.12 fps.
[03/10/2006 12:25:17] Job finished. Total time: 1 hour, 4 minutes 40 seconds
jggimi
3rd October 2006, 14:09
Have you, by any chance, installed XviD again?
A common problem with XviD bitrate control is caused by installing XviD on top of an already existing XviD.
(AutoGK installs XviD, if you've installed another encoding suite, it might have installed XviD again, causing this problem.)
The fix is to completely de-install XviD, then reinstall it.
jayrox
3rd October 2006, 14:14
Have you, by any chance, installed XviD again?
A common problem with XviD bitrate control is caused by installing XviD on top of an already existing XviD.
(AutoGK installs XviD, if you've installed another encoding suite, it might have installed XviD again, causing this problem.)
The fix is to completely de-install XviD, then reinstall it.
I think I installed something that installed another version of divx I will try what you say and let you know.
jayrox
3rd October 2006, 16:54
Have you, by any chance, installed XviD again?
A common problem with XviD bitrate control is caused by installing XviD on top of an already existing XviD.
(AutoGK installs XviD, if you've installed another encoding suite, it might have installed XviD again, causing this problem.)
The fix is to completely de-install XviD, then reinstall it.
Looks like that was the problem, thanks for the advice.
celtic_druid
4th October 2006, 01:57
Problem as I see it would be that AutoGK uses home theatre and MTK profiles. Older builds won't have the home theater profiles (have DXN HT instead) and builds other than mine won't have MTK profiles.
Basically what you end up with when a profile doesn't exist is SP@L0.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.