diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-01-09 20:12:50 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-01-09 23:28:08 +0100 |
commit | dc60ecdbeb11ef14a85a60ab06154b067e5e1f02 (patch) | |
tree | 7d769ce63a1807af5d98c80a69655b7f4b332bd7 | |
parent | c20ce9ad699a1750f8ada828830dea1d19b74ad1 (diff) | |
download | ffmpeg-dc60ecdbeb11ef14a85a60ab06154b067e5e1f02.tar.gz |
doc: add noise shaping dithers
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | doc/ffmpeg-resampler.texi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/ffmpeg-resampler.texi b/doc/ffmpeg-resampler.texi index b348373c92..d45126f11f 100644 --- a/doc/ffmpeg-resampler.texi +++ b/doc/ffmpeg-resampler.texi @@ -104,6 +104,21 @@ select rectangular dither select triangular dither @item triangular_hp select triangular dither with high pass +@item lipshitz +select lipshitz noise shaping dither +@item shibata +select shibata noise shaping dither +@item low_shibata +select low shibata noise shaping dither +@item high_shibata +select high shibata noise shaping dither +@item f_weighted +select f-weighted noise shaping dither +@item modified_e_weighted +select modified-e-weighted noise shaping dither +@item improved_e_weighted +select improved-e-weighted noise shaping dither + @end table @item resampler |