diff options
author | Mina Nagy Zaki <mnzaki@gmail.com> | 2011-03-26 21:02:50 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2011-11-05 02:16:45 +0100 |
commit | fa4f06ab5e0b00ff88bf12dabb29ac4a24a828c9 (patch) | |
tree | 8573f2bd96a05a823149da02fd80db866d9d3a14 /doc/filters.texi | |
parent | 618ac71354cf406a652109a90e6aa5e4e00d9463 (diff) | |
download | ffmpeg-fa4f06ab5e0b00ff88bf12dabb29ac4a24a828c9.tar.gz |
lavfi: add earwax audio filter, ported from Sox
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index d21ddf10dd..92ef589c92 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -224,6 +224,17 @@ expressed in the form "[@var{c0} @var{c1} @var{c2} @var{c3} @var{c4} @var{c5} @var{c6} @var{c7}]" @end table +@section earwax + +Make audio easier to listen to on headphones. + +This filter adds `cues' to 44.1kHz stereo (i.e. audio CD format) audio +so that when listened to on headphones the stereo image is moved from +inside your head (standard for headphones) to outside and in front of +the listener (standard for speakers). + +Ported from SoX. + @section volume Adjust the input audio volume. |