forked from FFmpeg/FFmpeg
doc/encoders: add documentation for the Opus encoder
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
This commit is contained in:
parent
5f47c85e5c
commit
3a7f0055b4
1 changed files with 21 additions and 0 deletions
|
@ -616,6 +616,27 @@ and slightly improves compression.
|
||||||
|
|
||||||
@end table
|
@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}
|
@anchor{libfdk-aac-enc}
|
||||||
@section libfdk_aac
|
@section libfdk_aac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue