1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

auto gk help

Discussion in 'DivX / XviD' started by jlg895, Jul 14, 2007.

  1. jlg895

    jlg895 Regular member

    Joined:
    Jun 16, 2004
    Messages:
    207
    Likes Received:
    0
    Trophy Points:
    26
    I set agk to set my avi file at 700 mb. instead it gives me 832. Kinda dissapointing. this has happened before.

    Here is the log. Hope you can help.

    [7/14/2007 11:13:17 AM] AutoGK 2.40
    [7/14/2007 11:13:17 AM] OS: WinXP (5.1.2600).2
    [7/14/2007 11:13:17 AM] Job started.
    [7/14/2007 11:13:17 AM] Input file: C:\CRITTERS_VOL1\VTS_01_0.IFO
    [7/14/2007 11:13:17 AM] Output file: C:\Documents and Settings\jg\Desktop\CRITTERS_VOL1.avi
    [7/14/2007 11:13:17 AM] Output codec: XviD
    [7/14/2007 11:13:17 AM] Audio 1: English AC3 6ch
    [7/14/2007 11:13:17 AM] Subtitles 1: English wide
    [7/14/2007 11:13:17 AM] Format: AVI
    [7/14/2007 11:13:17 AM] Target quality: 100%
    [7/14/2007 11:13:17 AM] Audio 1 settings: Original
    [7/14/2007 11:13:17 AM] Started encoding.
    [7/14/2007 11:13:17 AM] Demuxing and indexing.
    [7/14/2007 11:20:15 AM] Processing file: C:\CRITTERS_VOL1\VTS_01_1.VOB
    [7/14/2007 11:20:15 AM] Processing file: C:\CRITTERS_VOL1\VTS_01_2.VOB
    [7/14/2007 11:20:15 AM] Processing file: C:\CRITTERS_VOL1\VTS_01_3.VOB
    [7/14/2007 11:20:15 AM] Processing file: C:\CRITTERS_VOL1\VTS_01_4.VOB
    [7/14/2007 11:20:15 AM] Source resolution: 720x480
    [7/14/2007 11:20:15 AM] Found NTSC source.
    [7/14/2007 11:20:15 AM] Source aspect ratio: 16:9
    [7/14/2007 11:20:15 AM] Color correction enabled.
    [7/14/2007 11:20:15 AM] Analyzing source.
    [7/14/2007 11:36:08 AM] Source has percentage of interlacing in motion areas: 41.67
    [7/14/2007 11:36:08 AM] Source has percentage of telecined patterns: 96.62
    [7/14/2007 11:36:08 AM] Source has percentage of progressive patterns: 3.38
    [7/14/2007 11:36:08 AM] Source has percentage of interlaced patterns: 0.00
    [7/14/2007 11:36:08 AM] Source is considered to be FILM.
    [7/14/2007 11:36:08 AM] Output will contain 123517 frames
    [7/14/2007 11:36:08 AM] Preparing subtitles.
    [7/14/2007 11:39:58 AM] Picking up credits information.
    [7/14/2007 11:39:58 AM] Credits start frame: 146733
    [7/14/2007 11:39:58 AM] Credits quality percentage: 30
    [7/14/2007 11:39:58 AM] Running single pass encoding.
    [7/14/2007 11:39:59 AM] Writing the following script to C:\Documents and Settings\jg\Desktop\agk_tmp\CRITTERS_VOL1_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\vsfilter.dll")
    LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
    LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrain.dll")

    movie = mpeg2source("C:\Documents and Settings\jg\Desktop\agk_tmp\CRITTERS_VOL1.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)
    input_par = (input_par > 1.4) || (input_par < 1.25) ? input_par : (4.0/3.0)
    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,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)
    VobSub("C:\Documents and Settings\jg\Desktop\agk_tmp\CRITTERS_VOL1.idx")
    ===========================================================
    [7/14/2007 4:18:07 PM] Duration was: 4 hours 38 minutes 7 seconds
    [7/14/2007 4:18:07 PM] Speed was: 7.40 fps.
    [7/14/2007 4:18:07 PM] Job finished. Total time: 5 hours 4 minutes 50 seconds
     
  2. celtic_d

    celtic_d Regular member

    Joined:
    Jan 23, 2005
    Messages:
    3,352
    Likes Received:
    0
    Trophy Points:
    46
    Try doing a 2 pass encode.
     
  3. jlg895

    jlg895 Regular member

    Joined:
    Jun 16, 2004
    Messages:
    207
    Likes Received:
    0
    Trophy Points:
    26
    Where is that setting at? Surprised that got by me.
     
  4. jlg895

    jlg895 Regular member

    Joined:
    Jun 16, 2004
    Messages:
    207
    Likes Received:
    0
    Trophy Points:
    26
    And the Answer is: I set the Target quality: 100%

    Takes up more room and you dont get to determine your outcome.
     

Share This Page