Fill BordersΒΆ

Description
This effect/filter fills borders of the input video without changing video stream dimensions. Sometimes video can have garbage at the four edges and you may not want to crop the video input to keep the size a multiple of some number.
Parameters
Parameter |
Value |
Description |
---|---|---|
Left / Right |
Integer |
Number of pixels to fill from left / right border |
Top / Bottom |
Integer |
Number of pixels to fill from top / bottom border |
Mode |
Selection |
Set fill mode |
Color |
Picker |
Set color for pixels for Mode Fixed. Default is black. |
The following selection items are available:
Mode
Smear |
Fill pixels using outermost pixels (default) |
Mirror |
Fill pixels using mirroring (half sample symmetric) |
Fixed |
Fill pixels with Color |
Reflect |
Fill pixels using reflecting (whole sample symmetric) |
Wrap |
Fill pixels using wrapping |
Fade |
Fade pixels to a constant value |
Margins |
Fill pixels at top and bottom with weighted averages pixels near borders |
Attention
In version 23.04 the Color value is ignored.