diff options
author | Timothy Gu <timothygu99@gmail.com> | 2013-10-09 19:52:16 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-10-10 13:43:56 +0200 |
commit | 7ab8bceabc335a010448a0f76c5e050919bebf4c (patch) | |
tree | 9bacc7d08a2d8b959f4c51c0cc06f7737df47963 /doc | |
parent | 20d78a86064a6de5b63e129417b2a38fd333d71f (diff) | |
download | ffmpeg-7ab8bceabc335a010448a0f76c5e050919bebf4c.tar.gz |
doc/encoder/aac: Remove -cutoff trick
Fix Ticket #2686 comment 155.
Trick obsoleted since 72dabdfc58064fcb249f26fc7afca2221f18a832.
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/encoders.texi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index 86311696a9..a96c1fcc09 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -107,13 +107,6 @@ the methods, yet produces the worst quality. @end table -@subsection Tips and Tricks - -According to some reports -(e.g. @url{http://d.hatena.ne.jp/kamedo2/20120729/1343545890}), setting the -@option{cutoff} option to 15000 Hz greatly improves the quality of the output -quality. As a result, we encourage you to do the same. - @section ac3 and ac3_fixed AC-3 audio encoders. |