Documentation:Modules/extract
Jump to navigation
Jump to search
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.