Filter lut1d
  Adjust colors using a 1D LUT.
    slice threading supported
    Inputs:
       #0: default (video)
    Outputs:
       #0: default (video)
lut1d AVOptions:
  file              <string>     ..FV..... set 1D LUT file name
  interp            <int>        ..FV..... select interpolation mode (from 0 to 4) (default linear)
     nearest                      ..FV..... use values from the nearest defined points
     linear                       ..FV..... use values from the linear interpolation
     cosine                       ..FV..... use values from the cosine interpolation
     cubic                        ..FV..... use values from the cubic interpolation
     spline                       ..FV..... use values from the spline interpolation

This filter has support for timeline through the 'enable' option.

