Unusual DVD Rebuilder / cce sp error

Discussion in 'Copy DVD to DVDR' started by eggedd, Jun 30, 2004.

  1. eggedd

    eggedd Member

    Joined:
    Jun 30, 2004
    Messages:
    11
    Likes Received:
    0
    Trophy Points:
    11
    any help on the following error would be greatly apprieciated as i cant find anyone with this problem elsewhere.
    i have installed rebuilder and the MPEG2Dec3dg.dll file into the same dir.
    cce sp 2.66 and the eclcce exe is installed as per normal.
    now from what i can tell all of the setting are set correctly and when i click on prepare every thing goes according to plan with no problems.
    Its when i click on the encode button that problems occur.
    after a few secconds i get the error Frame size 788x56 is not supported, Supported frams size is upto 720x756.
    i cannot work out where this frame size is coming from ive even looked into the generated ecl files but they do say 720x576 so im at a complete loss as to whats happening here

    Anyone have any ideas.

    Thx
     
  2. vurbal

    vurbal Administrator Staff Member

    Joined:
    Nov 30, 2002
    Messages:
    2,573
    Likes Received:
    1
    Trophy Points:
    66
    Try playing one of the AVS files in the D2VAVS folder (you can use just about any media player for this) and see what size it is. If you use VirtualDub to open it you can use File Information from the File menu to see the exact resolution. Just look at the first line. Assuming it is 788x56, open the same AVS file with Notepad and post the contents here.

    Are you just doing a "basic" backup with it, and if not, what optional settings or other tools have you used?
     
  3. eggedd

    eggedd Member

    Joined:
    Jun 30, 2004
    Messages:
    11
    Likes Received:
    0
    Trophy Points:
    11
    im not sure what is happening here but
    in the D2VAVS folder
    there is 2 ecl files
    a v01.d2v and a v02.d2v file
    then quite a few avisynth files
    19 to be exact but the only 2 files i can get to open at all are the d2v files
    they will open in dvd2avi but not in vdub.
    DVD2AVI in the top of the window says
    VTS_01_1.vob 720 x 576 {16}{32}

    if that helps
     
  4. vurbal

    vurbal Administrator Staff Member

    Joined:
    Nov 30, 2002
    Messages:
    2,573
    Likes Received:
    1
    Trophy Points:
    66
    The multiple D2V files are to be expected. There should be one for each title listed at the top of the DVD Rebuilder window when you start. It sounds like the error is occuring due to something that's not right in the AVS files. You need to open one up with Notepad (right click on the file and select Open with and then select Notepad from the list) and copy the contents and post them here.
     
  5. eggedd

    eggedd Member

    Joined:
    Jun 30, 2004
    Messages:
    11
    Likes Received:
    0
    Trophy Points:
    11
    ok here is 1 of the files u were asking about
    #------------------
    # AVS File Created by DVD Rebuilder
    # VOBID:01, CELLID:01
    #------------------
    LoadPlugin("G:\dvd rebuilder\MPEG2Dec3dg.dll")
    mpeg2source("N:\TEMP REBUILDER\D2VAVS\V01.D2V",idct=7)
    trim(0,16199)
    ConvertToYUY2(interlaced=true)
    AudioDub(BlankClip())


    im starting to wonder if its a faulty MPEG2Dec3.dll

    regards
     
  6. vurbal

    vurbal Administrator Staff Member

    Joined:
    Nov 30, 2002
    Messages:
    2,573
    Likes Received:
    1
    Trophy Points:
    66
    What's the exact error you get when you try to open that AVS file with VirtualDub?
     
  7. eggedd

    eggedd Member

    Joined:
    Jun 30, 2004
    Messages:
    11
    Likes Received:
    0
    Trophy Points:
    11
    hi again

    this is what the virtua dub error window says

    Avisynth open failure:
    LoadPlugin:"G:\dvdrebuild\MPEG2Dec3dg.dll" is not an Avisynth 1.0 plugin
    (N:\temp rebuild\D2VAVS\V0100000000001001.AVS,line 5

    if thats any good
    looks like the plug in aint working prolly or its an old version but its the 1 i got from the links in these forums

    regards
     
  8. vurbal

    vurbal Administrator Staff Member

    Joined:
    Nov 30, 2002
    Messages:
    2,573
    Likes Received:
    1
    Trophy Points:
    66
    Nope, I've seen this before, and it's not the plugin. Somehow there's an older version of AviSynth installed on your PC. Try reinstalling AviSynth and I think the problem will be solved. Have you installed anything else on your PC that uses AviSynth? I think when I saw this on Doom9 it was somebody who installed a version of Gordian Knot, but I can't remember for sure.
    _X_X_X_X_X_[small]In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move.
    Backup A DVD With DVD Rebuilder & CCE Basic: http://www.afterdawn.com/guides/archive/dvd_rebuilder_tutorial.cfm[/small]
     
    Last edited: Jun 30, 2004
  9. eggedd

    eggedd Member

    Joined:
    Jun 30, 2004
    Messages:
    11
    Likes Received:
    0
    Trophy Points:
    11
    well i have tried what u suggested but still get the same error, same error in cce as it tries to start encode and same error in vdub when i try to load the file into that.

    it still reckons that the plugin for avisynth is not a 1.0 plugin

    im lost now.

     
  10. eggedd

    eggedd Member

    Joined:
    Jun 30, 2004
    Messages:
    11
    Likes Received:
    0
    Trophy Points:
    11
    Ok

    i have managed to get rid of that error relating to the mpeg2dec3.dll
    but i now have another problem that i aint managed to work out yet.
    the encode bit now seems to work after i removed the file location for the mpeg.dll and just left it blank and put the dll in the avisynth plugins dir
    that seems to have sorted that error but the 1 i have now is that it now encodes the whole movie in 1 minute
    but when i look at the movie clips it is actually an error it is encoding
    Script error: there is no function named "mpeg2source"
    that then points to the *.avs file in the d2vavs folder

    .

     
  11. eggedd

    eggedd Member

    Joined:
    Jun 30, 2004
    Messages:
    11
    Likes Received:
    0
    Trophy Points:
    11
    this is a copy of the first *.avs file

    #------------------
    # AVS File Created by DVD Rebuilder
    # VOBID:01, CELLID:01
    #------------------
    mpeg2source("N:\TEMP REBUILDER\D2VAVS\V01.D2V",idct=7)
    trim(0,16199)
    ConvertToYUY2(interlaced=true)
    AudioDub(BlankClip())

    now i cannot work out or see what is wrong with this script cos the encoder doesn't error out but like i said before it only takes 1 minute to encode the entire movie segments which i know is obviously wrong.
    when i play one of the supposedly encoded clips in dvd2avi which is a *.m2v file it just displays the following in the area where the movie should be playing :-
    Script error: there is no function named "mpeg2source"
    (n:\blah\d2vavs\*.avs, line 5
     
  12. vurbal

    vurbal Administrator Staff Member

    Joined:
    Nov 30, 2002
    Messages:
    2,573
    Likes Received:
    1
    Trophy Points:
    66
    Try this. Use Notepad to make your own AVS file. Call it whatever you want. This will be the only line in the file:

    Version()

    Save the file (make sure it has a .AVS extension instead of .TXT) and open it with VirtualDub (or a media player of some kind). There will be 3 lines of text displayed in the video. The first line should start with AviSynth 2.54. If it doesn't say that (especially if it says something like 2.08) there's another version of AviSynth somewhere on your PC that you need to get rid of. Since you didn't say, did you re-install AviSynth?
     
  13. Sophocles

    Sophocles Senior member

    Joined:
    Mar 1, 2003
    Messages:
    5,985
    Likes Received:
    77
    Trophy Points:
    128
    Vurbals right I decided to play around with Avisynth yesterday and I uninstalled version 2.54 and installed Version 2.08 and it was a no go. I uninstalled 2.08 and went back to version 2.54 and all went well.
     
  14. eggedd

    eggedd Member

    Joined:
    Jun 30, 2004
    Messages:
    11
    Likes Received:
    0
    Trophy Points:
    11
    thx for all your info and help

    i followed your info from previous post and found i had avisynth 2.08 on somehow

    deleted that and reinstalled 2.55 and seems to be encoding ok now

    i'll check it again in the morning cos im going to bed now

    thx again for all your input and i'll let you know how its going again in the morning

    Regards
     
  15. vurbal

    vurbal Administrator Staff Member

    Joined:
    Nov 30, 2002
    Messages:
    2,573
    Likes Received:
    1
    Trophy Points:
    66
    Glad it's working for you.
     
  16. eggedd

    eggedd Member

    Joined:
    Jun 30, 2004
    Messages:
    11
    Likes Received:
    0
    Trophy Points:
    11
    Just when i thought everything was going well !!

    Encode had finished when i got up this morning so i started to rebuild the dvd
    it got so far into rebuilding then gave the following error:-

    DVD rebuilder experienced a buffer overflow
    Error #0004. Process must stop.

    when will it ever end !!!!

    i am determined to get this dvd encoded and rebuilt even if its the last thing i do

     
  17. vurbal

    vurbal Administrator Staff Member

    Joined:
    Nov 30, 2002
    Messages:
    2,573
    Likes Received:
    1
    Trophy Points:
    66
    I'd suggest that you figure out which segment Rebuilder was trying to put back together when it happened. I'd start by looking at the AVS file first to see if there's anything weird about it, like being only a 0-1 frame cell. At one time there were quite a few people getting that error in their backups, but that's almost entirely stopped now. jdobbs has said there's nothing in DVD-RB that could still be causing it, but there is a thread on Doom9 dedicated to it:
    http://forum.doom9.org/showthread.php?s=&threadid=75504
     
  18. eggedd

    eggedd Member

    Joined:
    Jun 30, 2004
    Messages:
    11
    Likes Received:
    0
    Trophy Points:
    11
    thx for the info again

    i checked the avs and the m2v files where the error occured and found that the 1 it looked to have stopped on was fine but the very next 1 for some reason had this in the avs file
    trim(24215,24215)
    it seems it has trimmed a complete segment to nothing
    and the next segment is the same before it goes back to normal

    ill try re-ripping the movie and trying again

     
  19. eggedd

    eggedd Member

    Joined:
    Jun 30, 2004
    Messages:
    11
    Likes Received:
    0
    Trophy Points:
    11
    Vurbal i would like to thank you very much for all your help this week
    i have finally got it to work fully after i re-ripped the movie

    Thanks again.

     
  20. vurbal

    vurbal Administrator Staff Member

    Joined:
    Nov 30, 2002
    Messages:
    2,573
    Likes Received:
    1
    Trophy Points:
    66
    You're welcome. Glad I could help. ;)
     

Share This Page