VideoHelp Forum




+ Reply to Thread
Results 1 to 9 of 9
  1. Member
    Join Date
    May 2006
    Location
    United States Of America
    Search Comp PM
    Hey all,
    I don't know what I did but something must've screwed up AutoGK somehow. When I use it and instruct it to use the "original" audio, after the first pass, when the AC3 is being processed, the app just hangs. I have to abort. I tried reinstalling AutoGK as well as K-Lite and even after rebooting it's still not working.
    Please advise :/
    Thanks again,
    Justin
    Quote Quote  
  2. Member
    Join Date
    May 2006
    Location
    United States Of America
    Search Comp PM
    Hm. Well this is odd. The clip that was hanging was just under 5 minutes. However, I just tried a clip just under 2 minutes and it worked fine

    Here's the log of the successful conversion, as the log of the failed attempt didn't reveal anything helpful.

    Code:
    [05/03/2011 2:57:24 AM] AutoGK 2.55
    [05/03/2011 2:57:24 AM] OS: Windows Vista (6.1.7600).2
    [05/03/2011 2:57:24 AM] Job started.
    [05/03/2011 2:57:24 AM] Input file: C:\Users\-\Desktop\test\VIDEO_TS\VTS_01_0.IFO
    [05/03/2011 2:57:24 AM] Output file: C:\Users\-\Desktop\test\test.avi
    [05/03/2011 2:57:24 AM] Output codec: XviD
    [05/03/2011 2:57:24 AM] Audio 1: English AC3 2ch 
    [05/03/2011 2:57:24 AM] Subtitles: none
    [05/03/2011 2:57:24 AM] Format: AVI
    [05/03/2011 2:57:24 AM] Target size: 50Mb
    [05/03/2011 2:57:24 AM] Audio 1 settings: Original
    [05/03/2011 2:57:24 AM] Started encoding.
    [05/03/2011 2:57:24 AM] Demuxing and indexing.
    [05/03/2011 2:57:25 AM] Processing file: C:\Users\-\Desktop\test\VIDEO_TS\VTS_01_1.VOB
    [05/03/2011 2:57:25 AM] Source resolution: 720x480
    [05/03/2011 2:57:25 AM] Found NTSC source.
    [05/03/2011 2:57:25 AM] Source aspect ratio: 16:9
    [05/03/2011 2:57:25 AM] Analyzing source.
    [05/03/2011 2:57:57 AM] Source has percentage of interlacing in motion areas: 52.20
    [05/03/2011 2:57:57 AM] Source has percentage of telecined patterns: 100.00
    [05/03/2011 2:57:57 AM] Source has percentage of progressive patterns: 0.00
    [05/03/2011 2:57:57 AM] Source has percentage of interlaced patterns: 0.00
    [05/03/2011 2:57:57 AM] Source is considered to be FILM.
    [05/03/2011 2:57:57 AM] Output will contain 2602 frames
    [05/03/2011 2:57:57 AM] Using VAQ in XviD
    [05/03/2011 2:57:57 AM] Audio1 size: 2,602,947 bytes (2.48 Mb)
    [05/03/2011 2:57:57 AM] Overhead: 18,048 bytes (0.02 Mb)
    [05/03/2011 2:57:57 AM] Video size: 49,807,805 bytes (47.50 Mb)
    [05/03/2011 2:57:57 AM] Running compressibility test.
    [05/03/2011 2:57:57 AM] Writing the following script to C:\Users\-\Desktop\test\agk_tmp\test_comptest.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\RemoveGrainSSE3.dll")
    
    movie = mpeg2source("C:\Users\-\Desktop\test\agk_tmp\test.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 = 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
    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)
    SelectRangeEvery(19,15)
    ===========================================================
    [05/03/2011 2:58:53 AM] Duration was: 56 seconds
    [05/03/2011 2:58:53 AM] Speed was: 35.70 fps.
    [05/03/2011 2:58:53 AM] Compressibility percentage is: 714.19
    [05/03/2011 2:58:53 AM] Using sharper matrix
    [05/03/2011 2:58:53 AM] Switching b-frames off
    [05/03/2011 2:58:53 AM] Chosen resolution is: 720x384 ( AR: 1.88 )
    [05/03/2011 2:58:53 AM] Predicted comptest value is: 312.04%
    [05/03/2011 2:58:53 AM] Running first pass.
    [05/03/2011 2:58:53 AM] Writing the following script to C:\Users\-\Desktop\test\agk_tmp\test_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\RemoveGrainSSE3.dll")
    
    movie = mpeg2source("C:\Users\-\Desktop\test\agk_tmp\test.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)
    ===========================================================
    [05/03/2011 2:59:54 AM] Duration was: 1 minute, 0 seconds
    [05/03/2011 2:59:54 AM] Speed was: 42.80 fps.
    [05/03/2011 2:59:54 AM] Expected quality of first pass size: 248.68%
    [05/03/2011 2:59:54 AM] Trying to adjust settings.
    [05/03/2011 2:59:54 AM] No adjustment is possible
    [05/03/2011 2:59:54 AM] Warning: final AVI will likely be undersized.
    [05/03/2011 2:59:54 AM] Running second pass.
    [05/03/2011 3:01:05 AM] Duration was: 1 minute, 11 seconds
    [05/03/2011 3:01:05 AM] Speed was: 36.51 fps.
    [05/03/2011 3:01:05 AM] Job finished. Total time: 3 minutes 41 seconds
    Quote Quote  
  3. Originally Posted by takearushfan View Post
    Here's the log of the successful conversion, as the log of the failed attempt didn't reveal anything helpful.
    Neither does this one. But then I wouldn't expect to learn anything about an unsucessful conversion from the log of a successful one of a different video. Except that maybe it's not an AutoGK issue.
    Last edited by manono; 3rd May 2011 at 07:38.
    Quote Quote  
  4. Member
    Join Date
    May 2006
    Location
    United States Of America
    Search Comp PM
    Originally Posted by manono View Post
    Originally Posted by takearushfan View Post
    Here's the log of the successful conversion, as the log of the failed attempt didn't reveal anything helpful.
    Neither does this one. But then I wouldn't expect to learn anything about an unsucessful conversion from the log of a successful one of a different video. Except that maybe it's not an AutoGK issue.
    Yeah, while posting I was thinking of the fact that if I post the log of a successful conversion then you wouldn't see any erroneous parts of the log. I posted it thinking that maybe you'd recognize something in it that might give a clue as to the problem, regardless of it converting without any obvious issues. I don't understand why it seems to work fine on short clips but not larger clips
    I hate when you run into a situation where you expect things to work fine as usual, only to find that something no longer works properly, yet you have no clue as to why; I can't think of anything I did that would keep it from working as it should
    Quote Quote  
  5. Member
    Join Date
    May 2006
    Location
    United States Of America
    Search Comp PM
    Originally Posted by manono View Post
    Originally Posted by takearushfan View Post
    Here's the log of the successful conversion, as the log of the failed attempt didn't reveal anything helpful.
    Except that maybe it's not an AutoGK issue.
    Sorry for the bump but I'm wondering if anyone can suggest if not AutoGK, then what IS the issue?
    Thanks
    Quote Quote  
  6. Once again:

    Originally Posted by manono View Post
    Got a log?
    Quote Quote  
  7. Member
    Join Date
    May 2006
    Location
    United States Of America
    Search Comp PM
    Originally Posted by manono View Post
    Once again:

    Originally Posted by manono View Post
    Got a log?
    Well, like before, the problem is that since it hangs I have to abort the process. It's all I can do. The log then doesn't reveal anything because all went fine until it was my "fault" for stopping the conversion. So, all the log shows is everything working fine until I decided to stop it, as I had no other choice
    Quote Quote  
  8. Member
    Join Date
    May 2006
    Location
    United States Of America
    Search Comp PM
    UPDATE:

    Issue resolved. Apparently I just needed to reinstall AC3Filter. This really should've been obvious, seeing as how the problem was the AC3 importing process. For some reason it just didn't occur to me at first :/
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!