Canvas Process Action
The Canvas adjusts the frame size of it's input, but without resizing the input. Instead, the frame is either cropped or extended. If the frame is extended, the new space is filled with the FillColor. This action is useful for removing black bars from a video source.
Action Parameters
- FillColor - A color value used to fill empty space when the frame is extended.
- Top, Left, Right, Bottom - The number of pixels to adjust by on each edge. Negative values decrease the frame size and positive values increase it. Each side can be adjusted separately.