View Full Version : CCE 2.5 do nothing!?
Tdiver
29th January 2002, 09:52
Hello,
I did not get a SVCD yet . :(
There is a problem with CCE 2.50 SP.
I use DVD2SVCD_1.0.6_Build_2_Pre_1 and if CCE is starting, then I get the message in LOG :
--
Executing Cinema Craft Encoder.
Unknown FPS. CCE Reported 2 FPS number
--
After this CCE is open and do nothing !??
If I push at the ENCODE-Button I get the error-message:
--
unknown software exception
--
and CCE crashed.
My system:
Athlon 1133MHz
256 MB RAM
WinNT 4.0
I have tried a couple of DVDs.
Has someone here a solution for this problem?
bye,
Tdiver
da franksta
29th January 2002, 10:38
is your version of avisynth.dll right? Check the windows\system32 folder to see whether it's the same that came with dvd2svcd
Mozart
29th January 2002, 10:42
you are the first guy using winNT to post here, as far as I remember... Did you try to see if the avs file is ok? Open it with mplayer and/or notepad. Have a look at newbie faq also.
Tdiver
29th January 2002, 12:22
@da_franksta,
avisynth.dll is the same
@Mozart,
here is the AviSynth_Script_file.avs
---
LoadPlugin("C:\PROGRA~1\DVD2SVCD\MPEG2Dec\mpeg2dec.dll")
mpeg2source("")
BicubicResize(480,432,0.00,0.75)
AddBorders(0,72,0,72)
ResampleAudio(44100)
---
the ChangeCDPicture.bmp.avs
---
LoadPlugin("C:\PROGRA~1\DVD2SVCD\AVISYN~2.DLL")
Blackness(2)
AssumeFPS(25)
ConvertToYUY2
BicubicResize(720,576)
AvisynthBMP_Loader("d:\COPY\Filme","ChangeCDPicture.bmp")
BicubicResize(480,576)
ResampleAudio(44100)
---
the TitlePicture.bmp.avs
---
LoadPlugin("C:\PROGRA~1\DVD2SVCD\AVISYN~2.DLL")
Blackness(2)
AssumeFPS(25)
ConvertToYUY2
BicubicResize(720,576)
AvisynthBMP_Loader("d:\COPY\Filme","TitlePicture.bmp")
BicubicResize(480,576)
ResampleAudio(44100)
---
more .avs-files I don't have.
can You find something?
greetings,
Tdiver
Mozart
29th January 2002, 12:33
LoadPlugin("C:\PROGRA~1\DVD2SVCD\MPEG2Dec\mpeg2dec.dll")
mpeg2source("")
BicubicResize(480,432,0.00,0.75)
AddBorders(0,72,0,72)
ResampleAudio(44100)
the red line should be
mpeg2source("drive:\d2v_file_path\something.d2v")
I don't know if this is a problem of your system (probably it is)... Do you have any svcd encoded by DVD2SVCD?
gerti67
29th January 2002, 12:46
I only once had the same error when upgrading to 1.0.6 Build 2 Pre 1, but i can't remeber correctly what i did to solve it.:confused:
But there is something wrong with your AviSynth_Script_file.avs because in the line starting with mpeg2source("") there is the DVD2AVI project file missing it should be something like this: mpeg2source("G:\Ripping\DVD2AV~1.D2V").
If i remember correctly i deinstalled and then reinstalled the bundle and set the default output folder under the Misc. tab again. I also deleted all old files in my output folder and the problem was gone.
I think you can also have a look at the dvd2svcd.ini and see what folder is used with the "DVD2AVI Folder=" parameter.
HTH,
gerti67
Tdiver
29th January 2002, 13:35
@Mozart,
great!
I gived the information by hand to CCE and now it's encoding. (I will look how long)
@gerti67
After end of encoding I will it reinstall.
But in dvd2svcd.ini the folder is correct.
Thanks for all,
Tdiver :)
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.