View Single Post
Old 2015-05-11, 04:30   Link #934
ThaEagle
Something else
*Fansubber
 
 
Join Date: Oct 2006
Quote:
Originally Posted by MRTiger View Post
I seem to have an issue with keeping the correct color on output from AFX.

Whenever I am working in AFX the color of the original logo and the new one are the same, but when I export to lossless and then import into avs the color of the new logo is always slightly faded.

Is there any way to avoid this?
I have also noticed this happening sometimes when working with avs. There seems to be an issue with colorspace where AFX works with something else than avs. What you can try is to put: ConvertToRGB32() between your sign or logo and the background clip. So the order should be something like:
  1. Original Raw
  2. ConvertToRGB32()
  3. Logo
What you can do is to do the same to the clip you import in to AFX so they work in the same colorspace for sure.

Hope this works for you. I haven't worked in avs for some time but I remember having the same problem and this method worked for me.
ThaEagle is offline   Reply With Quote