diff options
author | Alex Parker <rockbox@aeparker.com> | 2011-01-06 19:44:21 +0000 |
---|---|---|
committer | Alex Parker <rockbox@aeparker.com> | 2011-01-06 19:44:21 +0000 |
commit | f35b76230cc6c172de6f489e2f6d17ec37a62ccb (patch) | |
tree | 10d77b34b559b5d0387e16289d8af58d1b4af1e6 /manual/plugins | |
parent | dfddc1644950100687f7e7fc16157cd416d16e93 (diff) |
Manual: Very slight alteration to the mp3 encoder plugin entry.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28979 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins')
-rwxr-xr-x | manual/plugins/mp3_encoder.tex | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/manual/plugins/mp3_encoder.tex b/manual/plugins/mp3_encoder.tex index c83deb4fb3..362418795e 100755 --- a/manual/plugins/mp3_encoder.tex +++ b/manual/plugins/mp3_encoder.tex @@ -1,7 +1,7 @@ \subsection{MP3 Encoder} -This plugin allows to encode a \fname{.wav} file to MP3 format. Supported input -format is uncompressed, linear PCM with 16 bit per sample and maximum 2 channels. -Allowed sample rates are 16, 22.05, 24, 32, 44.1 and 48~kHz. +This plugin encodes a \fname{.wav} file to MP3 format. The supported +input format is uncompressed, linear PCM with 16 bit per sample and a maximum +of 2 channels. Allowed sample rates are 16, 22.05, 24, 32, 44.1 and 48~kHz. The user will be asked to select the desired output bitrate of the compressed MP3 file. @@ -17,12 +17,12 @@ valid for mono files. The output \fname{.mp3} file is written to the same path as the \fname{.wav} file using the same filename. To use this plugin, open the \setting{Context Menu} -(see \reference{ref:Contextmenu}) upon a \fname{.wav} file and select +(see \reference{ref:Contextmenu}) on a \fname{.wav} file and select \setting{Open With\dots $\rightarrow$ mp3\_encoder}. \note{ The encoder will choose the appropriate bitstream format from the sample rate -of the input file. Output bitstream format is MPEG~1 Layer~3 for 32, 44.1 and -48~kHz, and MPEG~2 Layer~3 for 16, 22.05 and 24~kHz. MPEG~2.5 Layer~3 is not -supported. +of the input file. The output bitstream format is MPEG~1 Layer~3 for 32, 44.1 +and 48~kHz, and MPEG~2 Layer~3 for 16, 22.05 and 24~kHz. MPEG~2.5 Layer~3 is +not supported. } |