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

ConvertXtoDVD Not Working

Discussion in 'Video - Software discussion' started by kzm007, Feb 22, 2008.

  1. kzm007

    kzm007 Regular member

    Joined:
    Jun 2, 2006
    Messages:
    120
    Likes Received:
    0
    Trophy Points:
    26
    No I haven't used Platinum...and I'm clueless about screenshots, sorry. The closest I can get you is the logfile from the failures.
     
  2. pryme_H

    pryme_H Regular member

    Joined:
    Mar 13, 2006
    Messages:
    1,698
    Likes Received:
    0
    Trophy Points:
    46
    Launch up the logfile.
     
  3. kzm007

    kzm007 Regular member

    Joined:
    Jun 2, 2006
    Messages:
    120
    Likes Received:
    0
    Trophy Points:
    26
    [3/2/2008 2:20:41 AM] AutoGK 2.45
    [3/2/2008 2:20:41 AM] OS: Windows Vista (6.0.6000).2
    [3/2/2008 2:20:41 AM] Job started.
    [3/2/2008 2:20:41 AM] Input file: H:\DG1_1\VIDEO_TS\VTS_03_1.VOB
    [3/2/2008 2:20:41 AM] Output file: C:\Users\Kegan\Desktop\VTS_03_1.avi
    [3/2/2008 2:20:41 AM] Output codec: XviD
    [3/2/2008 2:20:41 AM] Audio: none
    [3/2/2008 2:20:41 AM] Subtitles: none
    [3/2/2008 2:20:41 AM] Format: AVI
    [3/2/2008 2:20:41 AM] Target size: 4300Mb
    [3/2/2008 2:20:41 AM] Started encoding.
    [3/2/2008 2:20:41 AM] Demuxing and indexing.
    *************************************
    EXCEPTION: Bad index file.
    *************************************
    [3/2/2008 2:20:42 AM] Job finished. Total time: 0 seconds


    [3/2/2008 2:20:35 AM] AutoGK 2.45
    [3/2/2008 2:20:35 AM] OS: Windows Vista (6.0.6000).2
    [3/2/2008 2:20:35 AM] Job started.
    [3/2/2008 2:20:35 AM] Input file: H:\DG1_1\VIDEO_TS\VTS_03_0.VOB
    [3/2/2008 2:20:35 AM] Output file: C:\Users\Kegan\Desktop\VTS_03_0.avi
    [3/2/2008 2:20:35 AM] Output codec: XviD
    [3/2/2008 2:20:35 AM] Audio: none
    [3/2/2008 2:20:35 AM] Subtitles: none
    [3/2/2008 2:20:35 AM] Format: AVI
    [3/2/2008 2:20:35 AM] Target size: 4300Mb
    [3/2/2008 2:20:35 AM] Started encoding.
    [3/2/2008 2:20:35 AM] Demuxing and indexing.
    [3/2/2008 2:20:35 AM] Processing file: H:\DG1_1\VIDEO_TS\VTS_03_0.VOB
    [3/2/2008 2:20:35 AM] Processing file: H:\DG1_1\VIDEO_TS\VTS_03_1.VOB
    [3/2/2008 2:20:35 AM] Source resolution: 720x576
    [3/2/2008 2:20:35 AM] Found PAL source.
    [3/2/2008 2:20:35 AM] Source aspect ratio: 4:3
    [3/2/2008 2:20:35 AM] Color correction enabled.
    [3/2/2008 2:20:35 AM] Analyzing source.
    [3/2/2008 2:20:36 AM] Source has percentage of interlacing in motion areas: 0.00
    [3/2/2008 2:20:36 AM] Source is considered to be progressive.
    [3/2/2008 2:20:36 AM] Output will contain 16 frames
    [3/2/2008 2:20:36 AM] Using cartoon mode.
    [3/2/2008 2:20:36 AM] Overhead: 0 bytes (0.00 Mb)
    [3/2/2008 2:20:36 AM] Video size: 4,508,876,800 bytes (4300.00 Mb)
    [3/2/2008 2:20:36 AM] Running compressibility test.
    [3/2/2008 2:20:36 AM] Writing the following script to C:\Users\Kegan\Desktop\agk_tmp\VTS_03_0_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\RemoveGrainSSE3.dll")

    movie = mpeg2source("C:\Users\Kegan\Desktop\agk_tmp\VTS_03_0.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 < 1.25) ? input_par : (4.0/3.0)
    out_width = 704
    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(15,15)
    ===========================================================
    [3/2/2008 2:20:40 AM] Duration was: 4 seconds
    [3/2/2008 2:20:40 AM] Speed was: 3.96 fps.
    *************************************
    EXCEPTION: Cannot open file "C:\Users\Kegan\Desktop\agk_tmp\frames.log". The system cannot find the file specified
    *************************************
    [3/2/2008 2:20:40 AM] Job finished. Total time: 5 seconds
     
  4. pryme_H

    pryme_H Regular member

    Joined:
    Mar 13, 2006
    Messages:
    1,698
    Likes Received:
    0
    Trophy Points:
    46
    AutoGK will only ingest MPEG-2 files. These are normally the product of ripped DVDs. What software did you use to decrypt the DVD?

    2nd Log:
    1st Log:
    You tried converting the two incompatible source files belonging to the same parent folder.
     
  5. kzm007

    kzm007 Regular member

    Joined:
    Jun 2, 2006
    Messages:
    120
    Likes Received:
    0
    Trophy Points:
    26
    I ripped to harddrive using AnyDVD...and the same type of files were converted before by AutoGK
     

Share This Page