Difference between revisions of "Documentation:Modules/extract"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
{{Stub}} | {{Stub}} | ||
{{Documentation footer}} | {{Documentation footer}} | ||
− |
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.
This page is part of official VLC media player Documentation (User Guide • Streaming HowTo • Hacker Guide • Modules)
Please read the Documentation Editing Guidelines before you edit the documentation
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.