FFmpeg 4.1.11
Since* 4.1
#

Apply a 1D LUT to an input video.

The filter accepts the following options:

file

Set the 1D LUT file name.

Currently supported formats:

cube

Iridas

interp

Select interpolation mode.

Available values are:

nearest

Use values from the nearest defined point.

linear

Interpolate values using the linear interpolation.

cubic

Interpolate values using the cubic interpolation.