Documentation:Modules/colorthres

From VideoLAN Wiki
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.

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

This page is part of official VLC media player Documentation (User GuideStreaming HowToHacker GuideModules)
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.