VOB to AVI successful - playback error!

Discussion in 'DivX / XviD' started by prasadk, Apr 12, 2008.

  1. prasadk

    prasadk Member

    Joined:
    Apr 12, 2008
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    11
    I have successfully converted VOB files to AVI.

    But it gives the following error (on all players) when I try to playback. Can anyone please help?

    Error signature
    Modname: neaudio.ax
    ModVer: 1.0.4.36 Offset: 00008666

    The agk log file is as under:

    ------------------------------
    [12/04/2008 12:38:26] AutoGK 2.45
    [12/04/2008 12:38:26] OS: WinXP (5.1.2600).2
    [12/04/2008 12:38:26] Job started.
    [12/04/2008 12:38:26] Input file: D:\prasadk\misc\movies\English\Constantine\VIDEO_TS\VTS_01_0.IFO
    [12/04/2008 12:38:26] Output file: D:\prasadk\misc\movies\English\Constantine.avi
    [12/04/2008 12:38:26] Output codec: XviD
    [12/04/2008 12:38:26] Audio 1: English AC3 6ch
    [12/04/2008 12:38:26] Subtitles 1: English wide
    [12/04/2008 12:38:26] Display only forced subtitles.
    [12/04/2008 12:38:26] Format: AVI
    [12/04/2008 12:38:26] Target quality: 75%
    [12/04/2008 12:38:26] Audio 1 settings: Auto
    [12/04/2008 12:38:26] Started encoding.
    [12/04/2008 12:38:26] Demuxing and indexing.
    [12/04/2008 12:41:14] Processing file: D:\prasadk\misc\movies\English\Constantine\VIDEO_TS\VTS_01_1.VOB
    [12/04/2008 12:41:14] Processing file: D:\prasadk\misc\movies\English\Constantine\VIDEO_TS\VTS_01_2.VOB
    [12/04/2008 12:41:14] Processing file: D:\prasadk\misc\movies\English\Constantine\VIDEO_TS\VTS_01_3.VOB
    [12/04/2008 12:41:14] Processing file: D:\prasadk\misc\movies\English\Constantine\VIDEO_TS\VTS_01_4.VOB
    [12/04/2008 12:41:14] Processing file: D:\prasadk\misc\movies\English\Constantine\VIDEO_TS\VTS_01_5.VOB
    [12/04/2008 12:41:14] Source resolution: 720x480
    [12/04/2008 12:41:14] Found NTSC source.
    [12/04/2008 12:41:14] Source aspect ratio: 16:9
    [12/04/2008 12:41:14] Source seems to be pure FILM.
    [12/04/2008 12:41:14] Color correction enabled.
    [12/04/2008 12:41:14] Output will contain 173745 frames
    [12/04/2008 12:41:14] Preparing subtitles.
    [12/04/2008 12:45:01] Compressing subtitles.
    [12/04/2008 12:45:03] Running single pass encoding.
    [12/04/2008 12:45:03] Writing the following script to D:\prasadk\misc\movies\English\agk_tmp\Constantine_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\RemoveGrainSSE3.dll")

    movie = mpeg2source("D:\prasadk\misc\movies\English\agk_tmp\Constantine.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
    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)
    ===========================================================
    [12/04/2008 13:55:22] Duration was: 1 hour, 10 minutes 18 seconds
    [12/04/2008 13:55:22] Speed was: 41.19 fps.
    [12/04/2008 13:55:22] Job finished. Total time: 1 hour, 16 minutes 56 seconds

    ------------------------------
     
  2. attar

    attar Senior member

    Joined:
    Jun 17, 2005
    Messages:
    11,147
    Likes Received:
    41
    Trophy Points:
    128

Share This Page