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() <---- ??????
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() <---- ??????