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
+ Reply to Thread
Results 1 to 2 of 2
-
-
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
Similar Threads
-
DiVX (AVI) to (S)VCD using DVD2SVCD
By LeeBear in forum User guidesReplies: 125Last Post: 4th Jul 2008, 17:01 -
Help Please, Error message while using DVD2SVCD and TMPGEnc 2.5
By FizzFozz in forum Newbie / General discussionsReplies: 1Last Post: 16th Apr 2008, 16:28 -
DVD2SVCD Vista compatibility
By Kibble in forum DVD RippingReplies: 5Last Post: 19th Mar 2008, 09:51 -
DVD2SVCD with CCESP 2.70 - CBR 6kbps? No way around?
By Colmino in forum Newbie / General discussionsReplies: 1Last Post: 6th Jan 2008, 00:48 -
AVI,DivX,XviD to DVD with switchable subs using DVD2SVCD
By Baldrick in forum User guidesReplies: 18Last Post: 6th Jul 2007, 16:08