Top |
GObject ╰── GInitiallyUnowned ╰── GstObject ╰── GstElement ╰── GstBaseTransform ╰── GstVideoFilter ╰── GstColorEffects
Map colors of the video input to a lookup table
1 2 |
gst-launch-1.0 -v videotestsrc ! coloreffects preset=heat ! videoconvert ! autovideosink |
This pipeline shows the effect of coloreffects on a test stream.
plugin |
coloreffects |
author |
Filippo Argiolas <filippo.argiolas@gmail.com> |
class |
Filter/Effect/Video |
name |
sink |
direction |
sink |
presence |
always |
details |
video/x-raw, format=(string){ ARGB, BGRA, ABGR, RGBA, xRGB, BGRx, xBGR, RGBx, RGB, BGR, AYUV }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ] |
name |
src |
direction |
source |
presence |
always |
details |
video/x-raw, format=(string){ ARGB, BGRA, ABGR, RGBA, xRGB, BGRx, xBGR, RGBx, RGB, BGR, AYUV }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ] |
“preset”
property“preset” GstColorEffectsPreset
Color effect preset to use.
Flags: Read / Write
Default value: Do nothing preset