http://s18.postimg.org/9rffzjoix/Compare.png
in this screen shot right one is mine rip.mine rips look like dull with compare to left one.
i want to remove yellowish colour and add some blueish colour in mine rip.....please help .
i used this setting bro
SeeSaw(a,b, NRlimit=2, NRlimit2=3, Sstr=3.0, Slimit=5, Spower=8, Szp=16,soothet=25,soothes=35,bias=60)
Tweak( hue=0.0, sat=1.2, bright=0, cont=1.15, coring=true, sse=false, maxSat=75, minSat=55)
+ Reply to Thread
Results 1 to 3 of 3
-
-
You can use SmoothAdjust and its SmoothTweak. From its doc:
hue1 [default: 0]
-----------------
-255...0 = shift the hue towards yellow
0...+255 = shift the hue towards blue -
You can punch up the contrast and saturation with something like
Code:ColorYUV(off_y=-12, gain_y=45, cont_u=70, cont_v=70)
Code:ConvertToRGB(matrix="pc.601") RGBAdjust(r=0.95, g=1.02, b=1.15) ConvertToYV12(matrix="pc.601")
Maybe try the ColorLike() filter?