|
|
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(quot;C:\mydir\Movie.d2vquot;)
ConvertToRGB32() lt;---- ??????
ConvertToYUY2 (see also CCE sticky).
Thanks. I was afraid because a guy posted that ConvertToYUY12() was worse than ConvetToRGB. Now I know who shall I believe to.. |
|