VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. Have anyone had the problem with AutoGK encoding w/o sound even though the sound option is selected? This happens to some DVD's, but not all. Other DVD's are encoded just fine. I wonder if there is a bug in AutoGK. I have chosen Auto (AC3, VBR) for sound. And of course, if you play original DVD's ripped to harddrive then they DO have sound. Any comments would be greatly appreciated.
    Foxconn A79A-S|AMD Phenom 9950 BE|8GB RAM|150GB WD Velociraptor|2 HD4850 in Crossfire|Windows Vista 64 Ultimate SP1

    Abit NF7-S|AMD Barton 2500|1GB RAM|3*160GB HD|HD3850|Windows XP Pro SP3
    Quote Quote  
  2. Nobody can take this one? May be there is some sort of protection of audio in DVD. I am trying to back up my DVD Matrix Reloaded however Auto Gordian Knot produces avi file w/o sound even though I am 100% sure that the audio option is chosen. What is going on? I am, literally, ******* with this problem for the past 2 weeks and have not got even a single answer anywhere, either forum or internet.
    Foxconn A79A-S|AMD Phenom 9950 BE|8GB RAM|150GB WD Velociraptor|2 HD4850 in Crossfire|Windows Vista 64 Ultimate SP1

    Abit NF7-S|AMD Barton 2500|1GB RAM|3*160GB HD|HD3850|Windows XP Pro SP3
    Quote Quote  
  3. ...do you get an error message like : no audio found ! ...while encoding ? or does autogk do the whole job - exept for the audio ?
    ...what happens when you choose mp3 instead of ac3 ?
    Quote Quote  
  4. There is no log in BeSweet folder about audio problems and there are no error messages about "no audio". Once I get back home I would post AutoGK log. In the meantime, I just read somewhere that if the size of file is less than 700MB then in Auto mode (the one I chose) AutoGK uses VBR, otherwise, it keeps AC3. I recall that I had this no audio problems only with DVD's that I backed up to 1/3 of DVD (1400+ MB), and there was audio in DVD's that I backed up to 700MB. May be there is some sort of bug in AC3. I shall probably force VBR and not let AutoGK choose audio automatically. Eurika indeed. Thanks for reply.
    Foxconn A79A-S|AMD Phenom 9950 BE|8GB RAM|150GB WD Velociraptor|2 HD4850 in Crossfire|Windows Vista 64 Ultimate SP1

    Abit NF7-S|AMD Barton 2500|1GB RAM|3*160GB HD|HD3850|Windows XP Pro SP3
    Quote Quote  
  5. Here is the full log from AutoGK

    [6/17/2004 11:12:57 PM] AutoGK 1.25
    [6/17/2004 11:12:57 PM] OS: WinXP (5.1.2600).2
    [6/17/2004 11:12:57 PM] Job started.
    [6/17/2004 11:12:57 PM] Input dir: F:\Ripped DVDs\Matrix Reloaded
    [6/17/2004 11:12:57 PM] Output file: F:\Ripped DVDs\Matrix Reloaded\matrix reloaded.avi
    [6/17/2004 11:12:57 PM] Audio: English
    [6/17/2004 11:12:57 PM] Subtitles: none
    [6/17/2004 11:12:57 PM] Codec: DivX
    [6/17/2004 11:12:57 PM] Target size: 1493Mb
    [6/17/2004 11:12:57 PM] Started encoding.
    [6/17/2004 11:12:57 PM] Demuxing and indexing.
    [6/17/2004 11:15:04 PM] Source seems to be pure FILM.
    [6/17/2004 11:15:04 PM] Found 198944 frames
    [6/17/2004 11:15:04 PM] Audio size: 464,653,056 bytes (443.13 Mb)
    [6/17/2004 11:15:04 PM] Overhead: 6,259,968 bytes (5.97 Mb)
    [6/17/2004 11:15:04 PM] Video size: 1,094,610,944 bytes (1043.90 Mb)
    [6/17/2004 11:15:04 PM] Target bitrate is: 1055kbps
    [6/17/2004 11:15:04 PM] Running compressibility test.
    [6/17/2004 11:15:04 PM] Writing the following script to F:\Ripped DVDs\Matrix Reloaded\gk_tmp\matrix reloaded_comptest.avs
    ================================================== =========
    LoadPlugin("E:\PROGRA~1\AutoGK\filters\mpeg2dec3dg .dll")
    LoadPlugin("E:\PROGRA~1\AutoGK\filters\autocrop.dl l")
    LoadPlugin("E:\PROGRA~1\AutoGK\filters\undot.dll")

    function getOrder(clip c) {
    order = GetParity(c) ? 1 : 0
    return order }

    movie = mpeg2source("F:\Ripped DVDs\Matrix Reloaded\gk_tmp\matrix reloaded.d2v")
    cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples= 10,aspect=0,threshold=35)
    c_width = width(cropclip)
    c_height = round(height(cropclip) / 1.21518987341772)
    input_par = float(c_width)/float(c_height)
    fixed_aspect = 1.21518987341772
    flag_halfdvd = input_par > 1.0 ? 0 : 1
    input_par = input_par > 1.0 ? input_par : input_par * 2
    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
    new_aspect = flag_halfdvd > 0 ? new_aspect/2.0 : new_aspect
    autocrop(movie,mode=0,wmultof=4,hmultof=4,samples= 10,aspect=new_aspect,threshold=35)
    Undot()
    LanczosResize(out_width,out_height)
    SelectRangeEvery(280,14)
    ================================================== =========
    [6/17/2004 11:15:05 PM] Writing the following script to F:\Ripped DVDs\Matrix Reloaded\gk_tmp\lastjob.vcf
    ================================================== =========
    VirtualDub.Open("F:\\Ripped DVDs\\Matrix Reloaded\\gk_tmp\\matrix reloaded_comptest.avs",0,0);
    VirtualDub.video.SetMode(1);
    VirtualDub.video.SetFrameRate(0,1);
    VirtualDub.video.SetIVTC(0,0,-1,0);
    VirtualDub.video.SetRange(0,0);
    VirtualDub.video.SetCompression(0x78766964,0,10000 ,0);
    VirtualDub.video.filters.Clear();
    VirtualDub.subset.Delete();
    VirtualDub.SaveAVI("F:\\Ripped DVDs\\Matrix Reloaded\\gk_tmp\\matrix reloaded_comptest.avi");
    ================================================== =========
    [6/17/2004 11:20:28 PM] Duration was: 5 minutes 22 seconds
    [6/17/2004 11:20:28 PM] Speed was: 30.80 fps.
    [6/17/2004 11:20:28 PM] Compressibility percentage is: 59.95
    [6/17/2004 11:20:28 PM] Chosen resolution is: 624x256 ( AR: 2.44 )
    [6/17/2004 11:20:28 PM] Predicted comptest value is: 76.09
    [6/17/2004 11:20:28 PM] Running first pass.
    [6/17/2004 11:20:28 PM] Writing the following script to F:\Ripped DVDs\Matrix Reloaded\gk_tmp\matrix reloaded_movie.avs
    ================================================== =========
    LoadPlugin("E:\PROGRA~1\AutoGK\filters\mpeg2dec3dg .dll")
    LoadPlugin("E:\PROGRA~1\AutoGK\filters\autocrop.dl l")
    LoadPlugin("E:\PROGRA~1\AutoGK\filters\undot.dll")

    function getOrder(clip c) {
    order = GetParity(c) ? 1 : 0
    return order }

    movie = mpeg2source("F:\Ripped DVDs\Matrix Reloaded\gk_tmp\matrix reloaded.d2v")
    cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples= 10,aspect=0,threshold=35)
    c_width = width(cropclip)
    c_height = round(height(cropclip) / 1.21518987341772)
    input_par = float(c_width)/float(c_height)
    fixed_aspect = 1.21518987341772
    flag_halfdvd = input_par > 1.0 ? 0 : 1
    input_par = input_par > 1.0 ? input_par : input_par * 2
    input_par = input_par > 1.4 ? input_par : (4.0/3.0)
    out_width = 624
    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
    new_aspect = flag_halfdvd > 0 ? new_aspect/2.0 : new_aspect
    autocrop(movie,mode=0,wmultof=4,hmultof=4,samples= 10,aspect=new_aspect,threshold=35)
    Undot()
    LanczosResize(out_width,out_height)
    ================================================== =========
    [6/17/2004 11:20:28 PM] Writing the following script to F:\Ripped DVDs\Matrix Reloaded\gk_tmp\lastjob.vcf
    ================================================== =========
    VirtualDub.Open("F:\\Ripped DVDs\\Matrix Reloaded\\gk_tmp\\matrix reloaded_movie.avs",0,0);
    VirtualDub.video.SetMode(1);
    VirtualDub.video.SetFrameRate(0,1);
    VirtualDub.video.SetIVTC(0,0,-1,0);
    VirtualDub.video.SetRange(0,0);
    VirtualDub.video.SetCompression(0x78766964,0,10000 ,0);
    VirtualDub.video.filters.Clear();
    VirtualDub.subset.Delete();
    VirtualDub.SaveAVI("F:\\Ripped DVDs\\Matrix Reloaded\\matrix reloaded.avi");
    ================================================== =========
    [6/18/2004 12:35:38 AM] Duration was: 1 hour, 15 minutes 10 seconds
    [6/18/2004 12:35:38 AM] Speed was: 44.11 fps.
    [6/18/2004 12:35:38 AM] Running second pass.
    [6/18/2004 12:35:39 AM] Writing the following script to F:\Ripped DVDs\Matrix Reloaded\gk_tmp\lastjob.vcf
    ================================================== =========
    VirtualDub.Open("F:\\Ripped DVDs\\Matrix Reloaded\\gk_tmp\\matrix reloaded_movie.avs",0,0);
    VirtualDub.video.SetMode(1);
    VirtualDub.video.SetFrameRate(0,1);
    VirtualDub.video.SetIVTC(0,0,-1,0);
    VirtualDub.video.SetRange(0,0);
    VirtualDub.video.SetCompression(0x78766964,0,10000 ,0);
    VirtualDub.video.filters.Clear();
    VirtualDub.subset.Delete();
    VirtualDub.RemoveInputStreams();
    VirtualDub.stream[0].SetSource("F:\\Ripped DVDs\\Matrix Reloaded\\gk_tmp\\matrix reloaded AC3 T01 3_2ch 448Kbps DELAY 83ms.ac3",0x00000203,0);
    VirtualDub.stream[0].SetMode(0);
    VirtualDub.stream[0].SetInterleave(1,96,96,1,83);
    VirtualDub.stream[0].SetClipMode(1,1);
    VirtualDub.stream[0].SetConversion(0,0,0,0,0);
    VirtualDub.stream[0].SetVolume();
    VirtualDub.stream[0].SetCompression();
    VirtualDub.video.AddComment(0x00000000,"IAS1","Eng lish");
    VirtualDub.SaveAVI("F:\\Ripped DVDs\\Matrix Reloaded\\matrix reloaded.avi");
    ================================================== =========
    [6/18/2004 1:40:33 AM] Duration was: 1 hour, 4 minutes 54 seconds
    [6/18/2004 1:40:33 AM] Speed was: 51.08 fps.
    [6/18/2004 1:40:33 AM] Job finished.
    Foxconn A79A-S|AMD Phenom 9950 BE|8GB RAM|150GB WD Velociraptor|2 HD4850 in Crossfire|Windows Vista 64 Ultimate SP1

    Abit NF7-S|AMD Barton 2500|1GB RAM|3*160GB HD|HD3850|Windows XP Pro SP3
    Quote Quote  



Similar Threads

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