VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. Member
    Join Date
    Aug 2013
    Location
    Scotland
    Search PM
    With certain videos on my Panasonic HS-860, the contrast of the image keeps going up and down depending what is on screen. And it's especially noticeable when it goes from white to black in the next shot and it pumps the blacks up brighter for a second before settling down.

    Is there not a filter that can maintain the same contrast throughout, so the levels wont fluctuate?
    Image Attached Files
    Quote Quote  
  2. In AviSynth ColorYUV(autogain=true) works pretty well with the whiteout sections.

    Code:
    LWLibavVideoSource("Example.avi") 
    AssumeTFF()
    src = last
    
    SeparateFields()
    ColorYUV(AutoGain=true) # apply automatic gain
    ColorYUV(gain_y=-20) # set a nominal white level
    Weave()
    
    StackHorizontal(src, last)
    QTGMC()
    HistogramOnBottom()
    Image Attached Files
    Quote Quote  
  3. Member
    Join Date
    Aug 2013
    Location
    Scotland
    Search PM
    That's sorted it, thank you
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!