Anyone know the easiest way to increase the brightness on a DVD? A DVDR is the only source that I have to work with for the video. It's a concert vid, but it's just extremely dark! If anyone knows the easiest way to go about this, I'm all ears. Thanks.
+ Reply to Thread
Results 1 to 3 of 3
-
-
Unless you're just adjusting the gamma, contrast, brightness, levels, etc. at playback time, this will involve demuxing the DVD video, filtering it the way you like and reencoding it before putting the pieces back together again. If you've had no experience (and judging by your 'easiest way' request you haven't), this might turn out to be a major undertaking.
Perhaps one way would be to use an all-in-one program such as DVD-Rebuilder for the job, but you'll have to read up on some of the available AviSynth filters that are available for use within DVD-Rebuilder. Reencoding DVDs isn't really for the inexperienced. -
In DVDRebuilder:
Options -> AVS Options -> Advanced (Expert) Options -> Filter Editor
Enter the following line exactly:
Levels(0,1.3,255,0,255)
#Corrects gamma for display in a brighter environment. Second number from 1.0 to?
Save and exit. Re-encode the DVD with DVDRB.
The second line with the # is just a memo to remind one (me) what the script does. :P The # ensures it is not read. It's the second value in the script that counts. I'd say you could maybe push it up to even 1.4 or 1.5, but the picture will start to look washed out. Then you'd have to go to a different filter, such as "Tweak". "Levels" is an internal filter, if DVDRB is installed, you have it already.
Anyway, give it a go, see if that is good enough. Good luck.Pull! Bang! Darn!
Similar Threads
-
x264 Compression brightness/contrast issues
By SavageStyle in forum Video ConversionReplies: 43Last Post: 29th Sep 2011, 22:03 -
Correcting saturation, contrast, brightness, etc...
By takearushfan in forum RestorationReplies: 28Last Post: 21st Sep 2011, 22:32 -
Video editing of brightness and contrast?
By capman21 in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 13Last Post: 6th Feb 2008, 18:31 -
Change brightness, contrast, color, etc.
By JoeMuskie in forum EditingReplies: 4Last Post: 22nd Oct 2007, 22:26 -
Fixing brightness/contrast on a DVD
By Salva Veritate in forum EditingReplies: 4Last Post: 7th Oct 2007, 20:05