Documentation:Modules/adjust

From VideoLAN Wiki
< Documentation:Modules
Revision as of 16:25, 20 December 2006 by Dionoea (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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: this used to be a vout filter in pre 0.9.0 VLC releases.

  • 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. The threshold value will be the brighness defined below default value: disabled

Example

% vlc --video-filter "adjust{hue=120,gamma=2.}" somevideo.avi