Documentation:Modules/colorthres

From VideoLAN Wiki
< Documentation:Modules
Revision as of 12:51, 22 January 2008 by Dionoea (talk | contribs) (New page: {{Module|name=colorthres|type=Video filter|first_version=0.9.0|description=Turn the picture black and white except for some colors}} This filters turns most of the picture black and white...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Module: colorthres
Type Video filter
First VLC version 0.9.0
Last VLC version -
Operating system(s) all
Description Turn the picture black and white except for some colors
Shortcut(s) -

This filters turns most of the picture black and white except for some colors. This could be called a "Schindler's List" effect.

  • colorthres-color <integer> : The color to keep in RGB. default value: 0x00FF0000 (red)
  • colorthres-saturationthres <integer> : Saturation threshold default value: 20
  • colorthres-similaritythres <integer> : Similarity threshold default value: 15

Example use:

% vlc --video-filter colorthres somevideo.avi

See also: