FFmpeg 4.1.11
Since* 4.0
#

Fill 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 video input to keep size multiple of some number.

This filter accepts the following options:

left

Number of pixels to fill from left border.

right

Number of pixels to fill from right border.

top

Number of pixels to fill from top border.

bottom

Number of pixels to fill from bottom border.

mode

Set fill mode.

It accepts the following values:

smear

fill pixels using outermost pixels

mirror

fill pixels using mirroring

fixed

fill pixels with constant value

Default is smear.

color

Set color for pixels in fixed mode. Default is black.