VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. Member
    Join Date
    Dec 2008
    Location
    United States
    Search Comp PM
    Software used: DVDFab 5.2.2.2 // AutoGK 2.50alpha

    The DVD I want to rip and encode to an .avi file has two versions of the movie on a single disc, theatrical and unrated.
    AutoGK picks up the first vob file (vts_01_1.vob) and it's pretty much automatic from then on.
    I set the movie size to 2800MB with 800-pixel width. I didn't bother with the hidden options in AutoGK 'cause I'm not sure what they do.

    When I play the final .avi file, after some minutes into the movie it just flashes a few frames back and plays the same scene again.
    I don't know how else to describe this problem, but this is the first time having such problems using AutoGK


    ================================================== ==============
    v2.46 of AutoGK reported a "field order transition" error or something like that and I was stuck.
    Now I'm using v2.50alpha and that error msg is gone but I have that repeating scene problems described above.
    ================================================== ================

    Any help/suggestions are much appreciated

    Here is the log file:

    [2009-01-05 11:35:45] AutoGK 2.50a
    [2009-01-05 11:35:45] OS: Windows Vista (6.0.6001).2
    [2009-01-05 11:35:45] Job started.
    [2009-01-05 11:35:45] Input file: D:\Ripped\FullDisc\movietitle\VIDEO_TS\VTS_01_1.VOB
    [2009-01-05 11:35:45] Output file: D:\Ripped\FullDisc\movietitle\VTS_01_1.avi
    [2009-01-05 11:35:45] Output codec: XviD
    [2009-01-05 11:35:45] Audio 1: Audio Stream 0 AC3
    [2009-01-05 11:35:45] Subtitles: none
    [2009-01-05 11:35:45] Format: AVI
    [2009-01-05 11:35:45] Target size: 2800Mb
    [2009-01-05 11:35:45] Custom resolution settings: fixed width of 800 pixels
    [2009-01-05 11:35:45] Audio 1 settings: Auto
    [2009-01-05 11:35:45] Started encoding.
    [2009-01-05 11:35:45] Demuxing and indexing.
    [2009-01-05 11:37:31] Processing file: D:\Ripped\FullDisc\movietitle\VIDEO_TS\VTS_01_1.VOB
    [2009-01-05 11:37:31] Processing file: D:\Ripped\FullDisc\movietitle\VIDEO_TS\VTS_01_2.VOB
    [2009-01-05 11:37:31] Processing file: D:\Ripped\FullDisc\movietitle\VIDEO_TS\VTS_01_3.VOB
    [2009-01-05 11:37:31] Processing file: D:\Ripped\FullDisc\movietitle\VIDEO_TS\VTS_01_4.VOB
    [2009-01-05 11:37:31] Processing file: D:\Ripped\FullDisc\movietitle\VIDEO_TS\VTS_01_5.VOB
    [2009-01-05 11:37:31] Processing file: D:\Ripped\FullDisc\movietitle\VIDEO_TS\VTS_01_6.VOB
    [2009-01-05 11:37:31] Source resolution: 720x480
    [2009-01-05 11:37:31] Found NTSC source.
    [2009-01-05 11:37:31] Source aspect ratio: 16:9
    [2009-01-05 11:37:31] Source seems to be pure FILM.
    [2009-01-05 11:37:31] Output will contain 169355 frames
    [2009-01-05 11:37:31] Audio1 size: 395,562,496 bytes (377.24 Mb)
    [2009-01-05 11:37:31] Overhead: 1,177,216 bytes (1.12 Mb)
    [2009-01-05 11:37:31] Video size: 2,539,273,088 bytes (2421.64 Mb)
    [2009-01-05 11:37:31] Running compressibility test.
    [2009-01-05 11:37:31] Writing the following script to D:\Ripped\FullDisc\movietitle\agk_tmp\VTS_01_1_comptest.avs
    ================================================== =========
    LoadPlugin("C:\PROGRA~2\AutoGK\DGMPGDec\DGDecode.dll")
    LoadPlugin("C:\PROGRA~2\AutoGK\filters\autocrop.dl l")
    LoadPlugin("C:\PROGRA~2\AutoGK\filters\RemoveGrain SSE3.dll")

    movie = mpeg2source("D:\Ripped\FullDisc\movietitle\agk_tmp\VTS_01_1.d2v")
    cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples= 10,aspect=0,threshold=34,samplestartframe=0,leftad d=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 = 800
    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)
    SelectRangeEvery(300,15)
    ================================================== =========
    [2009-01-05 11:40:21] Duration was: 2 minutes 49 seconds
    [2009-01-05 11:40:21] Speed was: 49.95 fps.
    [2009-01-05 11:40:21] Compressibility percentage is: 108.60
    [2009-01-05 11:40:21] Switching b-frames off
    [2009-01-05 11:40:21] Chosen resolution is: 800x336 ( AR: 2.38 )
    [2009-01-05 11:40:21] Predicted comptest value is: 81.23%
    [2009-01-05 11:40:21] Running first pass.
    [2009-01-05 11:40:21] Writing the following script to D:\Ripped\FullDisc\movietitle\agk_tmp\VTS_01_1_movie.avs
    ================================================== =========
    LoadPlugin("C:\PROGRA~2\AutoGK\DGMPGDec\DGDecode.d ll")
    LoadPlugin("C:\PROGRA~2\AutoGK\filters\autocrop.dl l")
    LoadPlugin("C:\PROGRA~2\AutoGK\filters\RemoveGrain SSE3.dll")

    movie = mpeg2source("D:\Ripped\FullDisc\movietitle\agk_tmp\VTS_01_1.d2v")
    cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples= 10,aspect=0,threshold=34,samplestartframe=0,leftad d=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 = 800
    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)
    ================================================== =========
    [2009-01-05 12:16:12] Duration was: 35 minutes 51 seconds
    [2009-01-05 12:16:12] Speed was: 78.72 fps.
    [2009-01-05 12:16:12] Warning! Found different number of frames: 169368
    [2009-01-05 12:16:12] Audio1 size: 395,562,496 bytes (377.24 Mb)
    [2009-01-05 12:16:12] Overhead: 1,177,344 bytes (1.12 Mb)
    [2009-01-05 12:16:12] Video size: 2,539,272,960 bytes (2421.64 Mb)
    [2009-01-05 12:16:12] Expected quality of first pass size: 85.60%
    [2009-01-05 12:16:12] Running second pass.
    [2009-01-05 1:09:49] Duration was: 53 minutes 36 seconds
    [2009-01-05 1:09:49] Speed was: 52.66 fps.
    [2009-01-05 1:09:49] Job finished. Total time: 1 hour, 34 minutes 4 seconds
    Quote Quote  
  2. Member
    Join Date
    Aug 2004
    Location
    United States
    Search Comp PM
    I know what problem you are describing. You are going to have to extract which version you want to convert. There really isn't 2 physical "versions" of the movie in a multi angle dvd. The added scenes are just linked to whichever version they apply to by PGC.

    I don't know what sources other than VOB autogk can read as I don't use it. But one way to keep them as vob files source, but to extract the version (PGC) you want, is to use smartripper. And you use this AFTER the DVDFab step. You can then use autogk on the VOBS smartripper created.
    Quote Quote  
  3. Member
    Join Date
    Dec 2008
    Location
    United States
    Search Comp PM
    Thank you Pinstripes23

    I use AutoGK 'cause I'm new to encoding and AutoGK handles most of the settings that I don't quite understand. I'll try smartripper and post back if it works.
    Quote Quote  
  4. Member
    Join Date
    Aug 2004
    Location
    United States
    Search Comp PM
    No problem. If you have trouble using smartripper let me know. I know it's an old ripper but it can read VOB files from a folder, and output as VOBs.
    Quote Quote  
  5. Member
    Join Date
    Dec 2008
    Location
    United States
    Search Comp PM
    smartripper did the magic.
    Ripped vob's with DVDFab and smartripper let me choose version I want to encode. I didn't know how to set all those options in Settings tab so I left them at default. Fast, also, since it reads vob files from folder not disc.
    Thanks agains for the great tip~!
    Quote Quote  



Similar Threads

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