HECTOR Module - Blender
Blends two video signals together using a number of industry-standard blending algorithms.
Free
HECTOR v0.1
Connections
Name
Type
Data Type
Description
In 1
Collector
VideoFrame
Incoming video signal 1.
In 2
Collector
VideoFrame
Incoming video signal 2.
Sync
Collector
SyncFrame
Sync ref for the outgoing video signal - a video frame is generated every time a sync pulse is detected. If no sync is supplied, the video frame rate of 'In 1' is used.
Out
Generator
VideoFrame
Outgoing video signal with effect applied.
Options
Name
Data Type
Description
Blend Mode
list
The desired blend mode.
Amount
float
The opacity value for video signal 2.
Description
Takes two incoming video signals and blends them using a number of well known algorithms, such as: Normal, Lighten, Darken, Multiply, Average, Add, Subtract, Difference, Exclusion, Screen, Overlay, Soft Light, Hard Light, Dodge, Burn, Linear Light, Vivid Light, Pin Light, Hard Mix, Reflect, Glow and Phoenix. Of the two video signals, the second video signal (In 2) is blended over the first (In 1), with an amount of opacity applied to 'In 2' as specifid by the 'Amount' option.
Tags
video
effects
gpu
opengl