Log in

View Full Version : Cce + Avisinth = Error In Framerate


SpankyBCN
31st October 2002, 19:24
My movie.avs:
LoadPlugin("C:\Documents and Settings\mpeg2dec.dll")
mpeg2source("C:\proyect\OE.d2v")
ResampleAudio(44100)

I always use PAL system.

When add movie.avs in CCE 2.5 I read this error:

"Frame rate 1/1 is not suported. Suported frame are 23.976,24,25...and 60"

I use also DVD2AVI for create "oe.d2v".

I dont know where is the error !!! Please help me.

Windows XP PRO
Athlon 2100
512 mbs ram 266

slk001
31st October 2002, 21:33
Your mpeg file OE.MPG must not have a framerate embedded in its header. Add the following line right after your mpeg2source statement:

ASSUMEFPS(25)

This should make CCE happy.

SpankyBCN
31st October 2002, 21:37
... with ASSUMEFPS(25) !!!

Any solution more ?

Thanks in advance

slk001
31st October 2002, 23:38
Open your .D2V file with a text editor. In it, you will find a line toward the top that says:

Frame_Rate=???

This should be:

Frame_Rate=25000

SpankyBCN
1st November 2002, 02:03
and have a good frame-rate: 25000

auenf
1st November 2002, 13:57
open up the avs in virtualdub and see if you are getting an error or not.

Enf...