VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Member iamtehsux's Avatar
    Join Date
    Apr 2008
    Location
    United States
    Search Comp PM
    im having trouble getting the files sizes i selected in autogk when using the predefined size option and even custom. i never had any problems before always worked fine till one day it didnt. im currently using version 2.48b i updated to this version after it stopped working correctly i used to be on 2.47 i think. if anyone has any ideas on whats wrong or how to fix it please help
    heres a log from last encode thought it might help:
    Code:
    [4/12/2008 11:51:23 AM] AutoGK 2.48b
    [4/12/2008 11:51:23 AM] OS: WinXP (5.1.2600).2
    [4/12/2008 11:51:23 AM] Job started.
    [4/12/2008 11:51:23 AM] Input file: C:\STuFF\testing.avi
    [4/12/2008 11:51:23 AM] Input codec: XviD
    [4/12/2008 11:51:23 AM] Source duration: 24mn 10s 284ms
    [4/12/2008 11:51:23 AM] Output file: C:\STuFF\testing_agk.avi
    [4/12/2008 11:51:23 AM] Output codec: XviD
    [4/12/2008 11:51:23 AM] Audio 1: 108 Kbps VBR MP3 2ch
    [4/12/2008 11:51:23 AM] Subtitles: none
    [4/12/2008 11:51:23 AM] Format: AVI
    [4/12/2008 11:51:23 AM] Target size: 175Mb
    [4/12/2008 11:51:23 AM] Custom resolution settings: fixed width of 512 pixels
    [4/12/2008 11:51:23 AM] Audio 1 settings: VBR MP3 with average bitrate: 128Kbps
    [4/12/2008 11:51:23 AM] Standalone support enabled: ESS
    [4/12/2008 11:51:23 AM] Started encoding.
    [4/12/2008 11:51:23 AM] Source resolution: 512x384
    [4/12/2008 11:51:23 AM] Source fps: 29.97
    [4/12/2008 11:51:23 AM] Analyzing source.
    [4/12/2008 11:59:37 AM] Source has percentage of interlacing in motion areas: 0.00
    [4/12/2008 11:59:37 AM] Source has percentage of telecined patterns: 0.00
    [4/12/2008 11:59:37 AM] Source has percentage of progressive patterns: 100.00
    [4/12/2008 11:59:37 AM] Source has percentage of interlaced patterns: 0.00
    [4/12/2008 11:59:37 AM] Source is considered to be progressive.
    [4/12/2008 11:59:37 AM] Output will contain 43465 frames
    [4/12/2008 11:59:37 AM] Demuxing audio.
    [4/12/2008 12:00:04 PM] Audio1 size: 19,665,846 bytes (18.75 Mb)
    [4/12/2008 12:00:04 PM] Overhead: 1,738,624 bytes (1.66 Mb)
    [4/12/2008 12:00:04 PM] Video size: 162,096,330 bytes (154.59 Mb)
    [4/12/2008 12:00:04 PM] Running compressibility test.
    [4/12/2008 12:00:04 PM] Writing the following script to C:\STuFF\agk_tmp\testing_agk_comptest.avs
    ===========================================================
    LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
    LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
    LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")
    
    movie = DirectShowSource("C:\STuFF\testing.avi",29.97).KillAudio()
    movie = isRGB(movie) ? ConvertToYV12(movie) : movie
    movie = isYUY2(movie) ? ConvertToYV12(movie) : movie
    cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
    fixed_aspect = 1
    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 = 512
    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=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
    LanczosResize(out_width,out_height)
    SelectRangeEvery(300,15)
    ===========================================================
    [4/12/2008 12:02:24 PM] Duration was: 2 minutes 20 seconds
    [4/12/2008 12:02:24 PM] Speed was: 15.52 fps.
    [4/12/2008 12:02:24 PM] Compressibility percentage is: 63.78
    [4/12/2008 12:02:24 PM] Chosen resolution is: 512x384 ( AR: 1.33 )
    [4/12/2008 12:02:24 PM] Predicted comptest value is: 63.78%
    [4/12/2008 12:02:24 PM] Running first pass.
    [4/12/2008 12:02:24 PM] Writing the following script to C:\STuFF\agk_tmp\testing_agk_movie.avs
    ===========================================================
    LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
    LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
    LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")
    
    movie = DirectShowSource("C:\STuFF\testing.avi",29.97).KillAudio()
    movie = isRGB(movie) ? ConvertToYV12(movie) : movie
    movie = isYUY2(movie) ? ConvertToYV12(movie) : movie
    cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
    fixed_aspect = 1
    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 = 512
    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=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
    LanczosResize(out_width,out_height)
    ===========================================================
    [4/12/2008 12:18:09 PM] Duration was: 15 minutes 45 seconds
    [4/12/2008 12:18:09 PM] Speed was: 45.98 fps.
    [4/12/2008 12:18:09 PM] Expected quality of first pass size: 58.52%
    [4/12/2008 12:18:09 PM] Running second pass.
    [4/12/2008 12:52:30 PM] Duration was: 34 minutes 20 seconds
    [4/12/2008 12:52:30 PM] Speed was: 21.09 fps.
    [4/12/2008 12:52:30 PM] Job finished. Total time: 1 hour, 1 minute, 6 seconds
    one other thing i only get the undersized files when enabling standalone support with ess chipset
    Quote Quote  
  2. Hi-
    one other thing i only get the undersized files when enabling standalone support with ess chipset
    That's an important bit of information, as the XviD version used in some earlier AutoGKs gave the wrong sizes, but only with ESS chipset option enabled. I would guess that you updated your AutoGK without first having removed your XviD codec. Maybe you've done this several times. My suggestion is to get rid of XviD first via Add/Remove Programs, followed by a reinstall of AutoGK 2.48 together with the XviD included in it.

    And there's no need to open 2 threads about the same problem.
    Quote Quote  
  3. Member Krispy Kritter's Avatar
    Join Date
    Jul 2003
    Location
    St Louis, MO USA
    Search Comp PM
    The only way I was able to correct the file size issue was to stop using the standalone support option. Depending on your player and encoding settings, it likely isn't necessary anyway.

    https://forum.videohelp.com/topic343876.html
    Google is your Friend
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!