diff options
author | Daniil Cherednik <dan.cherednik@gmail.com> | 2025-07-30 23:15:12 +0200 |
---|---|---|
committer | Daniil Cherednik <dan.cherednik@gmail.com> | 2025-07-31 23:40:11 +0200 |
commit | e8400f35fa8f9bff628cca0c9d5ed9184b6d4bd9 (patch) | |
tree | a8c30dbf6fa366dfb9ef256e8b81ca6532064b81 /man | |
parent | 61045345fa43e54fb4fc3eee0e05b25451af9ca5 (diff) | |
download | atracdenc-new_psy.tar.gz |
Use common bit allocation engine for AT1 modenew_psy
This commit also removes handling "bfuidxconst" option
and mark it as deprecated. This option actually does not
affect encoding speed significantly.
Diffstat (limited to 'man')
-rw-r--r-- | man/atracdenc.1 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/man/atracdenc.1 b/man/atracdenc.1 index 7f51d7d..f6a91a2 100644 --- a/man/atracdenc.1 +++ b/man/atracdenc.1 @@ -67,9 +67,6 @@ Specify using bitrate (kbit/s). It make sense only for ATRAC3. .B \--bfuidxconst Set constant amount of used BFU (ATRAC1, ATRAC3). .TP -.B \--bfuidxfast -Enable fast search of BFU amount (ATRAC1). -.TP .B \--notransient[=mask] (ATRAC1) Disable transient detection and use an optional mask \ to set bands with a forced short MDCT window. |