atadenoise

Apply an Adaptive Temporal Averaging Denoiser to the video input.

The filter accepts the following options:

'0a'

Set threshold A for 1st plane. Default is 0.02. Valid range is 0 to 0.3.

'0b'

Set threshold B for 1st plane. Default is 0.04. Valid range is 0 to 5.

'1a'

Set threshold A for 2nd plane. Default is 0.02. Valid range is 0 to 0.3.

'1b'

Set threshold B for 2nd plane. Default is 0.04. Valid range is 0 to 5.

'2a'

Set threshold A for 3rd plane. Default is 0.02. Valid range is 0 to 0.3.

'2b'

Set threshold B for 3rd plane. Default is 0.04. Valid range is 0 to 5.

Threshold A is designed to react on abrupt changes in the input signal and threshold B is designed to react on continuous changes in the input signal.

's'

Set number of frames filter will use for averaging. Default is 9. Must be odd number in range [5, 129].

'p'

Set what planes of frame filter will use for averaging. Default is all.