comparison DOCS/man/en/mplayer.1 @ 11391:d83dedaff4d4

eq2 gamma weight doku by (Alexander Stege <mplayer at legale-software dot com>)
author michael
date Tue, 04 Nov 2003 21:51:39 +0000
parents f11f62f1242a
children cb070e67a9c9
comparison
equal deleted inserted replaced
11390:32eb3dfe44c9 11391:d83dedaff4d4
2723 Might also be useful with MEncoder, either for fixing poorly captured 2723 Might also be useful with MEncoder, either for fixing poorly captured
2724 movies, or for slightly reducing contrast to mask artifacts and get by 2724 movies, or for slightly reducing contrast to mask artifacts and get by
2725 with lower bitrates. 2725 with lower bitrates.
2726 Initial values in the range -100\-100 may be given on the command line. 2726 Initial values in the range -100\-100 may be given on the command line.
2727 .TP 2727 .TP
2728 .B eq2[=gamma:contrast:brightness:saturation:rg:gg:bg] 2728 .B eq2[=gamma:contrast:brightness:saturation:rg:gg:bg:weight]
2729 Alternative software equalizer that uses lookup tables (very slow), 2729 Alternative software equalizer that uses lookup tables (very slow),
2730 allowing gamma correction in addition to simple brightness 2730 allowing gamma correction in addition to simple brightness
2731 and contrast adjustment. 2731 and contrast adjustment.
2732 Note that it uses the same MMX optimized code as \-vf eq if all 2732 Note that it uses the same MMX optimized code as \-vf eq if all
2733 gamma values are 1.0. 2733 gamma values are 1.0.
2734 The parameters are given as floating point values. 2734 The parameters are given as floating point values.
2735 Parameters rg, gg, bg are the independent gamma values for the Red, Green 2735 Parameters rg, gg, bg are the independent gamma values for the Red, Green
2736 and Blue components. 2736 and Blue components.
2737 Defaults are 1.0, brightness=0.0. 2737 The weight parameter can be used to reduce the effect of a high gamma value on
2738 bright image areas, e.g. keep them from getting overamplified and just plain
2739 white. A value of 0.0 turns the gamma correction all the way down while 1.0
2740 leaves it at its full strength.
2741 Defaults are contrast=1.0, brightness=0.0, gammas=1.0, saturation=1.0, weight=1.0.
2738 Value ranges are 0.1\-10 for gammas, -2\-2 for contrast (negative values result 2742 Value ranges are 0.1\-10 for gammas, -2\-2 for contrast (negative values result
2739 in a negative image), -1\-1 for brightness and 0\-3 for saturation. 2743 in a negative image), -1\-1 for brightness, 0\-3 for saturation and 0\-1 for weight.
2740 .TP 2744 .TP
2741 .B hue[=hue:saturation] 2745 .B hue[=hue:saturation]
2742 Defaults are hue=0.0, saturation=1.0. 2746 Defaults are hue=0.0, saturation=1.0.
2743 Value ranges are -180\-180 for hue, -2\-2 for saturation (negative values result 2747 Value ranges are -180\-180 for hue, -2\-2 for saturation (negative values result
2744 in a negative chroma). 2748 in a negative chroma).