Log in

View Full Version : Picture to dark... what can i do...?


berndy2001
19th August 2003, 21:44
Hello and good evening...

i'd like to set up contrast of the picure with the "gain" option, in dvd2avi 1.76, but it doesnt work...
in 1.77 the "gain" option is already gone, so i have to use 1.76

i dont want to set up the contrast during playback, (with the detonator-driver from nvidia or in the directshow-filter).
i'd like to code with a higher contrast...

thanx in advance

from vienna, berndy2001

.breath
19th August 2003, 22:48
i have same problem what we can do?

manono
20th August 2003, 03:59
Hi-

Use the Tweak Filter (http://www.avisynth.org/index.php?page=Tweak) in your .avs to adjust the contrast. So maybe a line like:

Tweak(Cont=1.2)

added at the bottom of the .avs will add enough contrast.

berndy2001
23rd August 2003, 17:45
thank you, thats what i wanted...