mpeg input with cce

is it possible to convet say mpeg1 ,vcd or xvcds files i have used dvd2avi and the other to import mpeg 2 but dvd2avi will not process my mpeg1 files i am trying to convert to dvd format using the kvcd noch method i have tempalets for cce 2.66 and 2.67 i know i can us tmpgenc but the time it takes is unaceptabel compared to cce by far plz help!
 
k chees man any chance soemone can get me though this if i get this plugin and i have avisynth insatlled i need to create a script to which i do what?open the script with dvd2avi or cce?the prob is im a nnob with scripts and stuff someone plz help
 
Well you open the script with CCE, same as if you were using DVD2AVI and MPEG2Decx.dll.

Nic's mpegdecoder, should come with some docs on it's use and AVISynth comes with some nice docs on interal filter use, including some info on directshowsource().

If you get stuck, then just post back and I'll see if I can help.

One more point, if you use mpegdecoder, then make sure to add converttoYUY2() at the end of you script as it serves the video as YV12, which later versions of CCE do support, but it is still quicker to convert in AVISynth. Directshowsource would appear to serve the video as YUY2 anyway, so no need to convert.
 
Top