VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. 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)
    Quote Quote  
  2. 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
    Quote Quote  
  3. 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)
    But that leaves you with the red cast. Following that with RGB adjustments:

    Code:
    ConvertToRGB(matrix="pc.601")
    RGBAdjust(r=0.95, g=1.02, b=1.15)
    ConvertToYV12(matrix="pc.601")
    Gets you a little closer. Still not quite as blue as the other video. Pumping up the blue even more will get the bright whites more blue but will ruin the other colors. You would need some gamma or other non-linear adjustments to get closer.

    Maybe try the ColorLike() filter?
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!