Log in

View Full Version : asking for filter info


creativegurdeep
8th August 2008, 16:49
hey ppl of doom9 can anybody tell for increasing brightness which filter i should use and can u also tell me how to use it:)

talen9
8th August 2008, 17:02
I suggest you :search: and read AviSynth documentation ... the locally installed one, or the wiki (http://avisynth.org/mediawiki/Main_Page) ;)

"Tweak" could be the one you're looking for; as i said, look it up on the docs :)

Mystery Keeper
8th August 2008, 17:02
tweak(bright=...)
Float value from -255 to 255.

IanB
8th August 2008, 23:54
Usually if a clip is to dark boosting the Gamma gives a better result.

Gamma=1.2
Levels(0, Gamma, 255, 0, 255)


See the Color conversion and adjustment filters section under Core Filters of the documentation installed on your hard disk.