avfilter: add extrastereo filter

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol
2015-09-05 03:55:47 +00:00
parent 9b2802f0d3
commit b31041adc3
6 changed files with 149 additions and 1 deletions

View File

@@ -1817,6 +1817,23 @@ equalizer=f=1000:width_type=q:width=1:g=2,equalizer=f=100:width_type=q:width=2:g
@end example
@end itemize
@section extrastereo
Linearly increases the difference between left and right channels which
adds some sort of "live" effect to playback.
The filter accepts the following option:
@table @option
@item m
Sets the difference coefficient (default: 2.5). 0.0 means mono sound
(average of both channels), with 1.0 sound will be unchanged, with
-1.0 left and right channels will be swapped.
@item c
Enable clipping. By default is enabled.
@end table
@section flanger
Apply a flanging effect to the audio.