Filter lut2
  Compute and apply a lookup table from two video inputs.
    Inputs:
       #0: srcx (video)
       #1: srcy (video)
    Outputs:
       #0: default (video)
lut2 AVOptions:
  c0                <string>     ..FV.... set component #0 expression (default "x")
  c1                <string>     ..FV.... set component #1 expression (default "x")
  c2                <string>     ..FV.... set component #2 expression (default "x")
  c3                <string>     ..FV.... set component #3 expression (default "x")

framesync AVOptions:
  eof_action        <int>        ..FV.... Action to take when encountering EOF from secondary input  (from 0 to 2) (default repeat)
     repeat                       ..FV.... Repeat the previous frame.
     endall                       ..FV.... End both streams.
     pass                         ..FV.... Pass through the main input.
  shortest          <boolean>    ..FV.... force termination when the shortest input terminates (default false)
  repeatlast        <boolean>    ..FV.... extend last frame of secondary streams beyond EOF (default true)

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

