Log in

View Full Version : How I can feed my m2v file to the CCE? Avisynth?


Fr4nz
14th April 2004, 10:18
Hi guys. I have one problem: I'm not able to feed correctly CCE with the m2v file extracted from a DVD vobs.

I was doing a m2v->avisynth->CCE chain with this avs script:

LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec.dll")
mpeg2source("D:\rmd\rmd.m2v", -2, "raw")

The newest CCE trial version loads correctly the avs file, BUT it tells me that the video file lenght is only 1 hour and 13 minutes when it SHOULD BE 1h and 30m approx.

I've tried also CCE 2.50 and ECL installed, but it crashes when I try to load the AVS script (also without the Athlon CRC bug it crashes).

So, what am I doing wrong?

Is there something wrong in my avs script? The video source is PAL...maybe it depends from this?

Thanks for any answer!

Fr4nz

buzzqw
14th April 2004, 12:35
the same script loaded in vdub how many frames counts ?
and what frame rate ?

can be better creating d2v and feeding avs with this ?

BHH

Ps: Greeting from Cesena

Fr4nz
14th April 2004, 13:22
Ok I discovered that I did a mistake: the function I had to call was MPEGSource and not mpeg2source. Now it seems to work :)

I've sent a PM tou you now, per favore leggi! :D

buzzqw
14th April 2004, 15:43
Ok i read
Sorry for being too late...

BHH