Some filters with several inputs support a common set of options. These options can only be set by name, not with the short notation.
eof_action
The action to take when EOF is encountered on the secondary input; it accepts one of the following values:
repeat
Repeat the last frame (the default).
endall
End both streams.
pass
Pass the main input through.
shortest
If set to 1, force the output to terminate when the shortest input terminates. Default value is 0.
repeatlast
If set to 1, force the filter to extend the last frame of secondary streams until the end of the primary stream. A value of 0 disables this behavior. Default value is 1.
ts_sync_mode
How strictly to sync streams based on secondary input timestamps; it accepts one of the following values:
default
Frame from secondary input with the nearest lower or equal timestamp to the primary input frame.
nearest
Frame from secondary input with the absolute nearest timestamp to the primary input frame.