Log in

View Full Version : Loading a D2V with CCE


aldaco12
13th December 2005, 17:19
I'm starting using CCE, and I found it a very good program, but I was wondering, when loading a D2V file made with Neuron2's DVD Decodefix (I load the MPEG2DEC3D.DLL file in my avs file), which command is best to use after the commands which load the D2V file, if I can use

ConvertYUV()

or if it's better to use

ConvertToRGB()

and if it should be better specified: ConvertToRGB32 or ConvertToRGB24

so my avs becomes like:

MPEG2Dec3dg_mpeg2source("C:\mydir\Movie.d2v")
ConvertToRGB32() <---- ??????

Wilbert
13th December 2005, 17:42
ConvertToYUY2 (see also CCE sticky).

aldaco12
13th December 2005, 18:26
Thanks. I was afraid because a guy posted that ConvertToYUY12() was worse than ConvetToRGB. Now I know who shall I believe to..