diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-11-22 14:42:31 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-11-22 14:55:01 +0100 |
commit | e2ad4e65a1d320862e1d6878c80d76a49031058b (patch) | |
tree | 0aa1b4512b54fd1d93244d99931791aa83d67d8f | |
parent | 9459569897a2bcdded0e68416ad1a7aaf1127901 (diff) | |
download | ffmpeg-e2ad4e65a1d320862e1d6878c80d76a49031058b.tar.gz |
doc/encoders/libfdk_aac: state that VBR support is experimental
-rw-r--r-- | doc/encoders.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index a060525add..a93edb4b93 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -619,6 +619,10 @@ This encoder is considered to be of higher quality with respect to both @ref{aacenc,,the native experimental FFmpeg AAC encoder} and @ref{libfaac}. +VBR encoding, enabled through the @option{vbr} or @option{flags ++qscale} options, is experimental and only works with some +combinations of parameters. + For more information see the fdk-aac project at @url{http://sourceforge.net/p/opencore-amr/fdk-aac/}. |