VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. I've been getting good conversions out of it I just wanted to know if there was any way i could lighten up my picture a bit they look a little dark on my big screen.The remote i have for it wont brighten up my movies
    Quote Quote  
  2. Member
    Join Date
    Sep 2002
    Location
    Australia
    Search Comp PM
    One way is to tick the option that allows you to edit the Avisynth script during processing.
    When the conversion pauses and displays the edit window with the script details, add a line for the 'levels' filter in Avisynth.
    Code:
    Levels
     
    Levels(clip, int input_low, float gamma, int input_high, int output_low, int output_high)
    
    The Levels filter adjusts brightness, contrast, and gamma. 
    Examples: 
    
    # do nothing
    Levels 0,1,255,0,255
    # gamma-correct image for display in a brighter environment
    Levels 0,1.3,255,0,255
    # invert the image (make a photo-negative)
    Levels 0,1,255,255,0
    Then continue with the conversion.
    Quote Quote  



Similar Threads

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