diff options
author | Daniil Cherednik <dan.cherednik@gmail.com> | 2023-10-25 00:36:42 +0200 |
---|---|---|
committer | Daniil Cherednik <dan.cherednik@gmail.com> | 2023-10-25 00:36:42 +0200 |
commit | 2ff97d04227a9cb83ad90211b3f150991d11d737 (patch) | |
tree | abe997cf10ab997c5efa9081a3bce186cea1a677 | |
parent | d3aacbb8c67fb07ef60308c7e8cdebd9c188ff62 (diff) | |
download | atracdenc-2ff97d04227a9cb83ad90211b3f150991d11d737.tar.gz |
Fix man page
-rw-r--r-- | man/atracdenc.1 | 41 |
1 files changed, 39 insertions, 2 deletions
diff --git a/man/atracdenc.1 b/man/atracdenc.1 index 27db2a6..2480716 100644 --- a/man/atracdenc.1 +++ b/man/atracdenc.1 @@ -55,8 +55,45 @@ Use - to read from stdin. \f[B]--bfuidxconst\f[R] Set constant amount of used BFU (ATRAC1, ATRAC3). -\f[B]--bfuidxfast\f[R] Enable fast search of BFU amount (ATRAC1) +\f[B]--bfuidxfast\f[R] Enable fast search of BFU amount (ATRAC1). \f[B]--notransient[=mask]\f[R] Disable transient detection and use optional mask \ -to set bands with forced short MDCT window +to set bands with forced short MDCT window. +.SH EXAMPLES +.LP +ATRAC1 compatible encoding +.IP +.B atracdenc \-e atrac1 +-i +.I in.wav +-o +.I out.aea + +.LP +ATRAC3 LP2 compatible encoding +.IP +.B atracdenc \-e atrac3 +-i +.I in.wav +-o +.I out.oma + +.LP +ATRAC3 LP4 compatible encoding (low quality) +.IP +.B atracdenc \-e atrac3_lp4 +-i +.I in.wav +-o +.I out.oma + + +.LP +ATRAC3 + RealAudio container + max supported bitrate +.IP +.B atracdenc \-e atrac3 --bitrate=344 +-i +.I in.wav +-o +.I out.rm |