Log in

View Full Version : CCE with AVISynth


densma
5th August 2003, 12:55
can somebody pls direct me to guides or tell me how to configure my CCE with AVISynth, i heard suppose to be faster and with filters or how to congifure CCE to get highest quality with speed.. im fairly new to this,, i have .avi files i need to convert to mpeg2(dvd)

digitalman
7th August 2003, 16:27
Read the guides at doom9.org. AviSynth is not the easiest thing to use, all command line stuff, no GUI. So you will have to spend some time.
Read about MPEG2DEC3, DVD2AVI and AviSynth 2.5. These are the main programs/plugins you will need to encode a movie in CCE. A basic AviSynth script will look like this:
LoadPlugin("C:\avisynthplugins\MPEG2DEC3.dll")
mpeg2source("C:\movie.d2v")
ConvertToYUY2()
If you go to a site called KVCD.NET, you will see that AviSynth scripting can get pretty complicated if you want the best quality and compression at the same time.

The CCE guide called RoBa at doom9.org is a good start for getting the best out of CCE.