litlin
15th June 2003, 15:57
I am using cce to convert an avi that is in xvid format to mpeg so I can author cd in maestro.
is this script below correct to load into cce?
LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec3.dll")
avisource("xvidmovie.avi")
YV12toYUY2()
ResampleAudio(44100)
when I am done, I load the m2v into maestro and it gives me a invalid framerate error.
Please help
Thanks
is this script below correct to load into cce?
LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec3.dll")
avisource("xvidmovie.avi")
YV12toYUY2()
ResampleAudio(44100)
when I am done, I load the m2v into maestro and it gives me a invalid framerate error.
Please help
Thanks