User User name Password  
   
Thursday 13.3.2025 / 10:26
Search AfterDawn Forums:        In English   Suomeksi   På svenska
afterdawn.com > forums > digital video > copy dvd to dvdr > unusual dvd rebuilder / cce sp error
Show topics
 
Forums
Forums
Unusual DVD Rebuilder / cce sp error
  Jump to:
 
Posted Message
eggedd
Newbie
_
30. June 2004 @ 08:07 _ Link to this message    Send private message to this user   
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
Advertisement
_
__
Staff Member

2 product reviews
_
30. June 2004 @ 09:17 _ Link to this message    Send private message to this user   
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?

Rich Fiscus
@Vurbal on Twitter
AfterDawn Staff Writer
eggedd
Newbie
_
30. June 2004 @ 10:48 _ Link to this message    Send private message to this user   
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
Staff Member

2 product reviews
_
30. June 2004 @ 10:58 _ Link to this message    Send private message to this user   
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.

Rich Fiscus
@Vurbal on Twitter
AfterDawn Staff Writer
eggedd
Newbie
_
30. June 2004 @ 11:11 _ Link to this message    Send private message to this user   
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
Staff Member

2 product reviews
_
30. June 2004 @ 11:23 _ Link to this message    Send private message to this user   
What's the exact error you get when you try to open that AVS file with VirtualDub?

Rich Fiscus
@Vurbal on Twitter
AfterDawn Staff Writer
eggedd
Newbie
_
30. June 2004 @ 13:31 _ Link to this message    Send private message to this user   
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
Staff Member

2 product reviews
_
30. June 2004 @ 13:35 _ Link to this message    Send private message to this user   
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.

Rich Fiscus
@Vurbal on Twitter
AfterDawn Staff Writer

This message has been edited since posting. Last time this message was edited on 30. June 2004 @ 13:35

eggedd
Newbie
_
1. July 2004 @ 02:26 _ Link to this message    Send private message to this user   
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.

eggedd
Newbie
_
1. July 2004 @ 04:16 _ Link to this message    Send private message to this user   
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

.

eggedd
Newbie
_
1. July 2004 @ 09:32 _ Link to this message    Send private message to this user   
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
Staff Member

2 product reviews
_
1. July 2004 @ 09:40 _ Link to this message    Send private message to this user   
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?

Rich Fiscus
@Vurbal on Twitter
AfterDawn Staff Writer
AfterDawn Addict

1 product review
_
1. July 2004 @ 10:05 _ Link to this message    Send private message to this user   
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.

"Please Read!!! Post your questions only in This Thread or they will go unanswered:

Help with development of BD RB: Donations at: http://www.jdobbs.com/
.
eggedd
Newbie
_
1. July 2004 @ 15:15 _ Link to this message    Send private message to this user   
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
Staff Member

2 product reviews
_
1. July 2004 @ 15:31 _ Link to this message    Send private message to this user   
Glad it's working for you.

Rich Fiscus
@Vurbal on Twitter
AfterDawn Staff Writer
eggedd
Newbie
_
2. July 2004 @ 07:58 _ Link to this message    Send private message to this user   
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

Staff Member

2 product reviews
_
2. July 2004 @ 08:13 _ Link to this message    Send private message to this user   
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

Rich Fiscus
@Vurbal on Twitter
AfterDawn Staff Writer
eggedd
Newbie
_
2. July 2004 @ 08:37 _ Link to this message    Send private message to this user   
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

eggedd
Newbie
_
4. July 2004 @ 02:20 _ Link to this message    Send private message to this user   
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.

Advertisement
_
__
 
_
Staff Member

2 product reviews
_
4. July 2004 @ 17:24 _ Link to this message    Send private message to this user   
You're welcome. Glad I could help. ;)

Rich Fiscus
@Vurbal on Twitter
AfterDawn Staff Writer
Related links
Download CCE from here.
Download the latest version of DVD-Rebuilder from here!
Read our DVD-Rebuilder guides from our guide section.
 
Related forum topics Posts Last post Forum room
DVD Rebuilder Pro system error on Win7-64 bit 1 26. December 2013 DVD / BD-Rebuilder forum
AnyDVD / DVD-RB Rebuilder Pro 1.28.2 / CCE Basic 2.70.00.01.15 1 27. June 2013 DVD / BD-Rebuilder forum
BD Rebuilder 2 30. April 2013 Blu-ray
image too small for bd rebuilder 1 23. March 2013 Blu-ray
BD-Rebuilder Subtitle problem-Please Help 2 26. January 2013 Blu-ray
BD Rebuilder 4 11. January 2013 Blu-ray
Bd Rebuilder 2 7. June 2012 Windows - Software discussion
number of passes CCE 6 11. January 2012 DVD / BD-Rebuilder forum
Need help with DVD Rebuilder free and DVD Rebuilder Pro 2 19. December 2011 DVD / BD-Rebuilder forum
Recover BD from BD rebuilder work files 2 14. November 2011 DVD / BD-Rebuilder forum

 
afterdawn.com > forums > digital video > copy dvd to dvdr > unusual dvd rebuilder / cce sp error
 

Digital video: AfterDawn.com | AfterDawn Forums
Music: MP3Lizard.com
Gaming: Blasteroids.com | Blasteroids Forums | Compare game prices
Software: Software downloads
Blogs: User profile pages
RSS feeds: AfterDawn.com News | Software updates | AfterDawn Forums
International: AfterDawn in Finnish | AfterDawn in Swedish | AfterDawn in Norwegian | download.fi
Navigate: Search | Site map
About us: About AfterDawn Ltd | Advertise on our sites | Rules, Restrictions, Legal disclaimer & Privacy policy
Contact us: Send feedback | Contact our media sales team
 
  © 1999-2025 by AfterDawn Ltd.

  IDG TechNetwork