summaryrefslogtreecommitdiff
path: root/manual/plugins/mp3_encoder.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/plugins/mp3_encoder.tex')
-rwxr-xr-xmanual/plugins/mp3_encoder.tex28
1 files changed, 28 insertions, 0 deletions
diff --git a/manual/plugins/mp3_encoder.tex b/manual/plugins/mp3_encoder.tex
new file mode 100755
index 0000000000..c83deb4fb3
--- /dev/null
+++ b/manual/plugins/mp3_encoder.tex
@@ -0,0 +1,28 @@
1\subsection{MP3 Encoder}
2This plugin allows to encode a \fname{.wav} file to MP3 format. Supported input
3format is uncompressed, linear PCM with 16 bit per sample and maximum 2 channels.
4Allowed sample rates are 16, 22.05, 24, 32, 44.1 and 48~kHz.
5The user will be asked to select the desired output bitrate of the compressed
6MP3 file.
7
8\begin{description}
9\item[Select Bitrate] The following bitrates can be selected: 64, 80, 96, 112,
10128, 160, 192, 224, 256, 320~kbps.
11
12Remark: Bitrates above 160~kbps cannot be used in MPEG~2 Layer~3 bitstreams.
13The encoder plugin automatically limits the output bitrate to 160~kbps for
14input files with a sample rate of 16, 22.05 or 24~kHz. The same limitation is
15valid for mono files.
16\end{description}
17
18The output \fname{.mp3} file is written to the same path as the \fname{.wav}
19file using the same filename. To use this plugin, open the \setting{Context Menu}
20(see \reference{ref:Contextmenu}) upon a \fname{.wav} file and select
21\setting{Open With\dots $\rightarrow$ mp3\_encoder}.
22
23\note{
24The encoder will choose the appropriate bitstream format from the sample rate
25of the input file. Output bitstream format is MPEG~1 Layer~3 for 32, 44.1 and
2648~kHz, and MPEG~2 Layer~3 for 16, 22.05 and 24~kHz. MPEG~2.5 Layer~3 is not
27supported.
28}