mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
doc/encoders: update default coder for aac
Changed in 660d1d8e3b.
This commit is contained in:
parent
9d4c018497
commit
4c0d6c91f6
@ -53,7 +53,7 @@ Set AAC encoder coding method. Possible values:
|
|||||||
|
|
||||||
@table @samp
|
@table @samp
|
||||||
@item twoloop
|
@item twoloop
|
||||||
Two loop searching (TLS) method.
|
Two loop searching (TLS) method. This is the default method.
|
||||||
|
|
||||||
This method first sets quantizers depending on band thresholds and then tries
|
This method first sets quantizers depending on band thresholds and then tries
|
||||||
to find an optimal combination by adding or subtracting a specific value from
|
to find an optimal combination by adding or subtracting a specific value from
|
||||||
@ -75,7 +75,6 @@ Constant quantizer method.
|
|||||||
Uses a cheaper version of twoloop algorithm that doesn't try to do as many
|
Uses a cheaper version of twoloop algorithm that doesn't try to do as many
|
||||||
clever adjustments. Worse with low bitrates (less than 64kbps), but is better
|
clever adjustments. Worse with low bitrates (less than 64kbps), but is better
|
||||||
and much faster at higher bitrates.
|
and much faster at higher bitrates.
|
||||||
This is the default choice for a coder
|
|
||||||
|
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user