recent problems with autogk

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DsN
    Junior Member
    Junior Member
    • Aug 2004
    • 1

    recent problems with autogk

    i have ripped a bunch of dvd's with autogk and they have worked perfectly but as of late i have had problems
    i demux and index fine then encode audio good but when comptest finishes it says range check error job finished and i have not touched settings but it wont work and this is the 2nd dvd i have tried that it happened on

    please inform me of any suggestions you have
    thank you
  • guada
    Super Member
    Super Member
    • Jun 2004
    • 229

    #2
    Hello DsN

    Excuse me, what version of autogk do you use?

    Comment

    • WoundedVeins
      Junior Member
      Junior Member
      • Jan 2005
      • 1

      #3
      I get to that stage and get this:

      [22/01/2005 10:32:24] AutoGK 1.60
      [22/01/2005 10:32:24] OS: WinXP (5.1.2600).2
      [22/01/2005 10:32:24] Job started.
      [22/01/2005 10:32:24] Input dir: C:\SEE_NO_EVIL_HEAR_NO_EVIL\VIDEO_TS
      [22/01/2005 10:32:24] Output file: C:\Documents and Settings\Andrew McDougall\Desktop\See No Evil Hear No Evil.avi
      [22/01/2005 10:32:24] Audio: English
      [22/01/2005 10:32:24] Subtitles: none
      [22/01/2005 10:32:24] Codec: XviD
      [22/01/2005 10:32:24] Target size: 800Mb
      [22/01/2005 10:32:24] Started encoding.
      [22/01/2005 10:32:24] Demuxing and indexing.
      [22/01/2005 10:34:01] Processing file: C:\SEE_NO_EVIL_HEAR_NO_EVIL\VIDEO_TS\VTS_01_1.VOB
      [22/01/2005 10:34:01] Processing file: C:\SEE_NO_EVIL_HEAR_NO_EVIL\VIDEO_TS\VTS_01_2.VOB
      [22/01/2005 10:34:01] Processing file: C:\SEE_NO_EVIL_HEAR_NO_EVIL\VIDEO_TS\VTS_01_3.VOB
      [22/01/2005 10:34:01] Processing file: C:\SEE_NO_EVIL_HEAR_NO_EVIL\VIDEO_TS\VTS_01_4.VOB
      [22/01/2005 10:34:01] Source aspect ratio: 16:9
      [22/01/2005 10:34:01] Source resolution: 720x576
      [22/01/2005 10:34:01] Found PAL source.
      [22/01/2005 10:34:02] Analyzing source.
      [22/01/2005 10:39:51] Source has percentage of interlacing in motion areas: 0.00
      [22/01/2005 10:39:51] Source is considered to be progressive.
      [22/01/2005 10:39:51] Found 146950 frames
      [22/01/2005 10:39:51] Audio size: 141,071,616 bytes (134.54 Mb)
      [22/01/2005 10:39:51] Overhead: 979,712 bytes (0.93 Mb)
      [22/01/2005 10:39:51] Video size: 696,809,472 bytes (664.53 Mb)
      [22/01/2005 10:39:51] Running compressibility test.
      [22/01/2005 10:39:51] Writing the following script to C:\Documents and Settings\Andrew McDougall\Desktop\agk_tmp\See No Evil Hear No Evil_comptest.avs
      ================================================== =========
      LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.d ll")
      LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dl l")
      LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")

      movie = mpeg2source("C:\Documents and Settings\Andrew McDougall\Desktop\agk_tmp\See No Evil Hear No Evil.d2v")
      cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples= 10,aspect=0,threshold=34,samplestartframe=0)
      fixed_aspect = 1.42222222222222
      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 : (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)
      Undot()
      LanczosResize(out_width,out_height)
      SelectRangeEvery(300,15)
      ================================================== =========
      [22/01/2005 10:39:59] Duration was: 7 seconds
      [22/01/2005 10:39:59] Speed was: 927.48 fps.
      *************************************
      EXCEPTION: Open avi failed.
      *************************************
      [22/01/2005 10:39:59] Job finished.

      Comment

      Working...