Filter adeclip
  Remove clipping from input audio.
    slice threading supported
    Inputs:
       #0: default (audio)
    Outputs:
       #0: default (audio)
adeclip AVOptions:
  w                 <double>     ..F.A..... set window size (from 10 to 100) (default 55)
  o                 <double>     ..F.A..... set window overlap (from 50 to 95) (default 75)
  a                 <double>     ..F.A..... set autoregression order (from 0 to 25) (default 8)
  t                 <double>     ..F.A..... set threshold (from 1 to 100) (default 10)
  n                 <int>        ..F.A..... set histogram size (from 100 to 9999) (default 1000)
  m                 <int>        ..F.A..... set overlap method (from 0 to 1) (default a)
     a               0            ..F.A..... overlap-add
     s               1            ..F.A..... overlap-save

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

