View Full Version : can't frame serve PAL DVD
Dirkbox
3rd May 2002, 21:09
I'm trying to re-encode "the score"
I've done the dvd2avi bit and created a script as on the CCE guide on this site.
But when I load the d2v file I get an error saying, "frame size 744x56 is not supported"
Now it had menus at the start of the vobs so I set the d2v project to start from the film & not the menus.
Anyone have any ideas why it thinks a 720x576 PAL dvd is not being recognised?
Any help would be nice, Thanks.
D
lascelk
3rd May 2002, 22:24
Can you post your script?
Dirkbox
3rd May 2002, 22:36
LoadPlugin("C:mpeg2dec.dll")
mpeg2source("c:score.d2v")
ResampleAudio(44100)
lascelk
3rd May 2002, 22:57
DVD2AVI should have also created a WAV file. Try pointing to that with in your script as well:
loadplugin("c:\mpeg2dec.dll")
v=mpeg2source("c:\score.d2v")
a=wavsource("c:\score.wav")
audiodub(v,a)
ResampleAudio(44100)
This works for me.
jdobbs
4th May 2002, 11:16
Try opening your .AVS file in VDUB. This message often indicates ther is an error message trying to display and CCE can't handle it. VDUB will display the message.
Dirkbox
4th May 2002, 21:30
Well Jdobbs once again you save the day:)
If you look at my script again you will notice that I put c:plugin rather than c:\plugin.
So it then loaded the file and I get another message saying.
Frame rate 20000/1000 is not supported. Supported frame rates are 23.976, 25, 29 blah blah.
I rember when I previewed the film through DVD2AVI that under frame rate it said 20.
I'm now encoding it using TMPGEnc but I would still like to know how to sort this out.
Also are there any good site with more instruction on how to use CCE & scripts? I'd like to encode some Divx's using CCE.
Thanks for your help
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.