Using AutoGK

Discussion in 'DivX / XviD' started by rvj1126, Dec 10, 2007.

  1. rvj1126

    rvj1126 Member

    Joined:
    Dec 10, 2007
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    11
    I have tried this software 5 times now and when I try to play back the .AVI File the audio is out of sync... Can some please help...?

    [12/9/2007 11:05:53 PM] AutoGK 2.45
    [12/9/2007 11:05:53 PM] OS: WinXP (5.1.2600).2
    [12/9/2007 11:05:53 PM] Job started.
    [12/9/2007 11:05:53 PM] Input file: C:\Documents and Settings\Bobbi La'Sha\My Documents\My Videos\Daddys_Little_Girls_4x3\VIDEO_TS\VTS_01_0.IFO
    [12/9/2007 11:05:53 PM] Output file: H:\My Documents\My Videos\Daddys_Little_Girls_4x3.avi
    [12/9/2007 11:05:53 PM] Output codec: XviD
    [12/9/2007 11:05:53 PM] Audio 1: English AC3 2ch
    [12/9/2007 11:05:53 PM] Subtitles: none
    [12/9/2007 11:05:53 PM] Format: AVI
    [12/9/2007 11:05:53 PM] Target size: 700Mb
    [12/9/2007 11:05:53 PM] Custom resolution settings: fixed width of 640 pixels
    [12/9/2007 11:05:53 PM] Audio 1 settings: CBR MP3 with bitrate: 128Kbps
    [12/9/2007 11:05:53 PM] Standalone support enabled: ESS
    [12/9/2007 11:05:53 PM] Started encoding.
    [12/9/2007 11:05:53 PM] Demuxing and indexing.
    [12/9/2007 11:09:07 PM] Processing file: C:\Documents and Settings\Bobbi La'Sha\My Documents\My Videos\Daddys_Little_Girls_4x3\VIDEO_TS\VTS_01_1.VOB
    [12/9/2007 11:09:07 PM] Processing file: C:\Documents and Settings\Bobbi La'Sha\My Documents\My Videos\Daddys_Little_Girls_4x3\VIDEO_TS\VTS_01_2.VOB
    [12/9/2007 11:09:07 PM] Processing file: C:\Documents and Settings\Bobbi La'Sha\My Documents\My Videos\Daddys_Little_Girls_4x3\VIDEO_TS\VTS_01_3.VOB
    [12/9/2007 11:09:07 PM] Processing file: C:\Documents and Settings\Bobbi La'Sha\My Documents\My Videos\Daddys_Little_Girls_4x3\VIDEO_TS\VTS_01_4.VOB
    [12/9/2007 11:09:07 PM] Processing file: C:\Documents and Settings\Bobbi La'Sha\My Documents\My Videos\Daddys_Little_Girls_4x3\VIDEO_TS\VTS_01_5.VOB
    [12/9/2007 11:09:07 PM] Source resolution: 720x480
    [12/9/2007 11:09:07 PM] Found NTSC source.
    [12/9/2007 11:09:07 PM] Source aspect ratio: 4:3
    [12/9/2007 11:09:07 PM] Source seems to be pure FILM.
    [12/9/2007 11:09:07 PM] Color correction enabled.
    [12/9/2007 11:09:07 PM] Output will contain 144439 frames
    [12/9/2007 11:09:07 PM] Decoding audio.
    [12/9/2007 11:12:44 PM] Normalizing audio.
    [12/9/2007 11:16:01 PM] Encoding audio.
    [12/9/2007 11:36:37 PM] Audio1 size: 96,366,720 bytes (91.90 Mb)
    [12/9/2007 11:36:37 PM] Overhead: 1,715,200 bytes (1.64 Mb)
    [12/9/2007 11:36:37 PM] Video size: 635,921,280 bytes (606.46 Mb)
    [12/9/2007 11:36:37 PM] Running compressibility test.
    [12/9/2007 11:36:37 PM] Writing the following script to H:\My Documents\My Videos\agk_tmp\Daddys_Little_Girls_4x3_comptest.avs
    ===========================================================
    LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
    LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
    LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
    LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")

    movie = mpeg2source("H:\My Documents\My Videos\agk_tmp\Daddys_Little_Girls_4x3.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 = 0.888888888888889
    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 = 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
    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",opt=0,hints=false,threads=0)
    SelectRangeEvery(300,15)
    ===========================================================
    [12/9/2007 11:48:03 PM] Duration was: 11 minutes 25 seconds
    [12/9/2007 11:48:03 PM] Speed was: 10.54 fps.
    [12/9/2007 11:48:03 PM] Compressibility percentage is: 30.20
    [12/9/2007 11:48:03 PM] Using softer resizer.
    [12/9/2007 11:48:03 PM] Chosen resolution is: 640x480 ( AR: 1.33 )
    [12/9/2007 11:48:03 PM] Predicted comptest value is: 31.89%
    [12/9/2007 11:48:03 PM] Running first pass.
    [12/9/2007 11:48:03 PM] Writing the following script to H:\My Documents\My Videos\agk_tmp\Daddys_Little_Girls_4x3_movie.avs
    ===========================================================
    LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
    LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
    LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
    LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")

    movie = mpeg2source("H:\My Documents\My Videos\agk_tmp\Daddys_Little_Girls_4x3.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 = 0.888888888888889
    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 = 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
    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)
    BicubicResize(out_width,out_height,0,0.5)
    RemoveGrain(mode=2)
    ColorMatrix("Rec.709->Rec.601",opt=0,hints=false,threads=0)
    ===========================================================
    [12/10/2007 1:43:53 AM] Duration was: 1 hour, 55 minutes 49 seconds
    [12/10/2007 1:43:53 AM] Speed was: 20.78 fps.
    [12/10/2007 1:43:53 AM] Expected quality of first pass size: 28.99%
    [12/10/2007 1:43:53 AM] Running second pass.
    [12/10/2007 6:00:21 AM] Duration was: 4 hours 16 minutes 27 seconds
    [12/10/2007 6:00:22 AM] Speed was: 9.39 fps.
    [12/10/2007 6:00:22 AM] Job finished. Total time: 6 hours 54 minutes 28 seconds
     
  2. attar

    attar Senior member

    Joined:
    Jun 17, 2005
    Messages:
    11,147
    Likes Received:
    41
    Trophy Points:
    128
    From 'Mistycat': Drag your file into the top window, highlight it and select "generate data".
    In the lower window' highlight the audio and if anything other than 0 (zero) appears to the right, select "start" and in a minute or two you'll have a new file to use.
    A zero number indicates that there is no async between the video and audio.

    http://www.alexander-noe.com/video/amg/AVI-Mux_GUI-1.17.7.zip

    If that doesn't help, the VirtualDub may help.
     
  3. rvj1126

    rvj1126 Member

    Joined:
    Dec 10, 2007
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    11
    I tried to open the file that you had shown, but I could not open it... I have used VirtualDub but still the sound is out of Sync... Should I make the file bigger, or should I just give up...???
     
  4. attar

    attar Senior member

    Joined:
    Jun 17, 2005
    Messages:
    11,147
    Likes Received:
    41
    Trophy Points:
    128
    The download file runs ok.

    In VirtualDub, did you check to see if the video and audio frame rates are different.
    If so, set them to match and convert the FPS to the current rate.

    In this example the rates are not the same (30 and 30.191), so change them to match and convert the FPS to current (30).

    Save the video and audio with 'Direct Stream Copy'.


    [​IMG]
     
  5. rvj1126

    rvj1126 Member

    Joined:
    Dec 10, 2007
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    11
    I really appreciate you taken time out to reply to me; but, when AutoGK (The Program) go into the VirtualDub Mode (Bundled in) I cannot select anything it just tells me that it is using VirtualDub... That is all that it does...
     
  6. attar

    attar Senior member

    Joined:
    Jun 17, 2005
    Messages:
    11,147
    Likes Received:
    41
    Trophy Points:
    128
    Don't have AGK running when doing the change..

    Run VirtualDubMod by going to C:\Program Files\AutoGK\VDubMod and run 'VirtualDubMod.exe' directly.
    Load or drag the async AVI file.
    After changing the settings, save the output with 'File' 'Save As' and save as type 'AVI'.
     
  7. rvj1126

    rvj1126 Member

    Joined:
    Dec 10, 2007
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    11
    Thank you soooooo!!! much... I will give that a try... again Thank You!!!
     
  8. rvj1126

    rvj1126 Member

    Joined:
    Dec 10, 2007
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    11
    Attar, Could I trouble you one more time... Could you please tell me what directory do I put VituralDub and VOBsub in; it continue to ask me that question when I install AutoGK and I don't know where to put it... maybe that is why my conversions do not work properly...

    Thanks in Advance,
     
  9. attar

    attar Senior member

    Joined:
    Jun 17, 2005
    Messages:
    11,147
    Likes Received:
    41
    Trophy Points:
    128
    The installation program for AGK installs VirtualDubMod in a sub-folder of AGK.
    AviSynth and VOBSub go in their default folders in c:\Program Files (which are displayed during the install process).

    I should note that AGK would not run at all, if the other programs were not installed and accessible.
     
    Last edited: Dec 13, 2007

Share This Page