Difference between revisions of "Documentation:Modules/extract"

From VideoLAN Wiki
Jump to navigation Jump to search
 
Line 17: Line 17:
 
{{Stub}}
 
{{Stub}}
 
{{Documentation footer}}
 
{{Documentation footer}}
[[Category:Video Filters]]
 

Latest revision as of 03:00, 13 March 2019

Module: extract
Type Video filter
First VLC version 0.9.0
Last VLC version -
Operating system(s) all
Description extract a color component from the video
Shortcut(s) -
  • extract-component <integer> : Color component to extract (0xRRGGBB) default value: 0xFF0000 (red)

Example

Extract the yellow component from a video:

% vlc --video-filter "extract{component=0xFFFF00}" somevideo.avi

Typical use

You can create a live Andy Warhol display.

Help VideoLAN by adding to this page!
Create an account to start editing, and then click here to add to this article.
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.