diff options
author | Rostislav Pehlivanov | 2017-02-14 06:14:15 +0000 |
---|---|---|
committer | Rostislav Pehlivanov | 2017-02-14 06:15:36 +0000 |
commit | 3a7f0055b445d0e9bf7f8037739d218b8acc982e (patch) | |
tree | c1c2bb48a6a462b0107db943c2d230d81c38965e /doc/encoders.texi | |
parent | 5f47c85e5c961d5985a01e16697439d179b03a0e (diff) |
doc/encoders: add documentation for the Opus encoder
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r-- | doc/encoders.texi | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index 2026a9f3e1..430f9f801e 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -616,6 +616,27 @@ and slightly improves compression. @end table +@anchor{opusenc} +@section opus + +Opus encoder. + +This is a native FFmpeg encoder for the Opus format. Currently its in development and +only implements the CELT part of the codec. Its quality is usually worse and at best +is equal to the libopus encoder. + +@subsection Options + +@table @option +@item b +Set bit rate in bits/s. If unspecified it uses the number of channels and the layout +to make a good guess. + +@item opus_delay +Sets the maximum delay in milliseconds. Lower delays than 20ms will very quickly +decrease quality. +@end table + @anchor{libfdk-aac-enc} @section libfdk_aac |