alexVS
1st October 2010, 09:00
I can't find answer on these questions, may be someboby will help.
My source is in YV12. I encode in h264 (YV12)
I have to do color correction, convert this to RGB, like this:
converttorgb()
RGBAdjust(0.95, 0.95, 1.0, 1.0) # reduce yellow color
or
RGBAdjust(1.0, 0.95, 1.0, 1.0) # reduce green
or
RGBAdjust(0.9, 1.0, 1.0, 1.0) # reduce red
ConvertToYV12()
I've read that YV12->RGB->YV12 reduces quality of video very much.
How can I do this in YV12? I can't do such simple things with Tweak() function.
My source is in YV12. I encode in h264 (YV12)
I have to do color correction, convert this to RGB, like this:
converttorgb()
RGBAdjust(0.95, 0.95, 1.0, 1.0) # reduce yellow color
or
RGBAdjust(1.0, 0.95, 1.0, 1.0) # reduce green
or
RGBAdjust(0.9, 1.0, 1.0, 1.0) # reduce red
ConvertToYV12()
I've read that YV12->RGB->YV12 reduces quality of video very much.
How can I do this in YV12? I can't do such simple things with Tweak() function.