Log in

View Full Version : ConvertToRGB32


WarpEnterprises
6th June 2002, 15:24
It seems there is an undocumented function ConvertToRGB32, but only this one is working for the VD-filters, not the ConvertToRGB.
What's true about that?
Are there other undocumented functions?

dividee
6th June 2002, 17:43
ConvertToRGB converts YUY2 to RGB32, but leaves RGB24 as is.
ConverToRGB32 converts YUY2 to RGB32 and RGB24 to RGB32. Since VirtualDub only uses RGB32, its better to use this one in case your source is RGB24.

There is also ConvertToRGB24, but who would want to use that ?

yenchee
10th June 2002, 04:48
I do use ConvertToRGB24. I found the VFAPI 1.04b won't read my avs script unless I convert it to RGB24. Just for reference.