Difference between revisions of "Documentation:Modules/colorthres"

From VideoLAN Wiki
Jump to navigation Jump to search
m
m
Line 3: Line 3:
 
This filters turns most of the picture black and white except for some colors. This could be called a "Schindler's List" effect.
 
This filters turns most of the picture black and white except for some colors. This could be called a "Schindler's List" effect.
  
 +
== Options ==
 
{{Option
 
{{Option
 
|name=colorthres-color
 
|name=colorthres-color
Line 24: Line 25:
 
}}
 
}}
  
Example use:
+
== Example ==
 
  % '''vlc --video-filter colorthres somevideo.avi'''
 
  % '''vlc --video-filter colorthres somevideo.avi'''
  
See also:
+
== See also ==
 
* [http://en.wikipedia.org/wiki/Image:Schindlers_list_red_dress.JPG Schindler's List, Red dress] on wikipedia
 
* [http://en.wikipedia.org/wiki/Image:Schindlers_list_red_dress.JPG Schindler's List, Red dress] on wikipedia

Revision as of 13:03, 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.

Options

  • 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

% vlc --video-filter colorthres somevideo.avi

See also