Difference between revisions of "Documentation:Modules/colorthres"

From VideoLAN Wiki
Jump to navigation Jump to search
(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...)
 
m
Line 6: Line 6:
 
|name=colorthres-color
 
|name=colorthres-color
 
|value=integer
 
|value=integer
|default=0x00FF0000 (red)
+
|default=0xFF0000 (red)
|description=The color to keep in RGB.
+
|description=Colors similar to this will be kept, others will be grayscaled.
 
}}
 
}}
  

Revision as of 12:52, 22 January 2008

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> : Colors similar to this will be kept, others will be grayscaled. default value: 0xFF0000 (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: