Difference between revisions of "Documentation:Modules/adjust"
Jump to navigation
Jump to search
m |
|||
Line 1: | Line 1: | ||
{{Module|name=adjust|type=Video filter|first_version=0.9.0|description=color adjust video filter}} | {{Module|name=adjust|type=Video filter|first_version=0.9.0|description=color adjust video filter}} | ||
− | '''Note:''' this used to be a vout filter | + | '''Note:''' Before version 0.9.0, this used to be a vout filter. |
{{Option | {{Option | ||
Line 36: | Line 36: | ||
|name=brightness-threshold | |name=brightness-threshold | ||
|default=disabled | |default=disabled | ||
− | |description=When this mode is enabled, pixels will be shown as black or white. Also may invert the brightness value. The threshold value will be the | + | |description=When this mode is enabled, pixels will be shown as black or white. Also may invert the brightness value. The threshold value will be the brightness defined below |
}} | }} | ||
Line 42: | Line 42: | ||
% '''vlc --video-filter "adjust{hue=120,gamma=2.}" somevideo.avi | % '''vlc --video-filter "adjust{hue=120,gamma=2.}" somevideo.avi | ||
− | {{ | + | {{Documentation footer}} |
[[Category:Video Filters]] | [[Category:Video Filters]] |
Revision as of 16:11, 2 October 2013
Module: adjust | |
---|---|
Type | Video filter |
First VLC version | 0.9.0 |
Last VLC version | - |
Operating system(s) | all |
Description | color adjust video filter |
Shortcut(s) | - |
Note: Before version 0.9.0, this used to be a vout filter.
- contrast <float> : Contrast (0.0 - 2.0) default value: 1.0
- brightness <float> : Brightness (0.0 - 2.0) default value: 1.0
- hue <integer> : Hue (0 - 360) default value: 0
- saturation <float> : Saturation (0.0 - 3.0) default value: 1.0
- gamma <float> : Gamma (0.01 - 10.0) default value: 1.0
- brightness-threshold : When this mode is enabled, pixels will be shown as black or white. Also may invert the brightness value. The threshold value will be the brightness defined below default value: disabled
Example
% vlc --video-filter "adjust{hue=120,gamma=2.}" somevideo.avi
This page is part of official VLC media player Documentation (User Guide • Streaming HowTo • Hacker Guide • Modules)
Please read the Documentation Editing Guidelines before you edit the documentation
Please read the Documentation Editing Guidelines before you edit the documentation
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.