diff --git a/doc/user.xml b/doc/user.xml
index 4dc04ff2e..1f74a02d4 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -235,6 +235,16 @@ cd mpd-version
+
+ Configuring encoder plugins
+
+
+ Encoders are used by some of the output plugins (such as
+ shout). The encoder settings are included
+ in the audio_output section.
+
+
+
Configuring audio outputs
@@ -668,6 +678,178 @@ cd mpd-version
+
+ Encoder plugins
+
+
+ flac
+
+
+ Encodes into FLAC (lossless).
+
+
+
+
+
+
+ Setting
+ Description
+
+
+
+
+
+ compression
+
+
+ Sets the libFLAC compression
+ level. The levels range from 0 (fastest, least
+ compression) to 8 (slowest, most compression).
+
+
+
+
+
+
+
+
+ lame
+
+
+ Encodes into MP3 using the LAME library.
+
+
+
+
+
+
+ Setting
+ Description
+
+
+
+
+
+ quality
+
+
+ Sets the quality for VBR. 0 is the highest quality,
+ 9 is the lowest quality. Cannot be used with
+ bitrate.
+
+
+
+
+ bitrate
+
+
+ Sets the bit rate in kilobit per second. Cannot be
+ used with quality.
+
+
+
+
+
+
+
+
+ null
+
+
+ Does not encode anything, passes the input PCM data as-is.
+
+
+
+
+ twolame
+
+
+ Encodes into MP2 using the twolame
+ library.
+
+
+
+
+
+
+ Setting
+ Description
+
+
+
+
+
+ quality
+
+
+ Sets the quality for VBR. 0 is the highest quality,
+ 9 is the lowest quality. Cannot be used with
+ bitrate.
+
+
+
+
+ bitrate
+
+
+ Sets the bit rate in kilobit per second. Cannot be
+ used with quality.
+
+
+
+
+
+
+
+
+ vorbis
+
+
+ Encodes into Ogg Vorbis.
+
+
+
+
+
+
+ Setting
+ Description
+
+
+
+
+
+ quality
+
+
+ Sets the quality for VBR. -1 is the lowest quality,
+ 10 is the highest quality. Cannot be used with
+ bitrate.
+
+
+
+
+ bitrate
+
+
+ Sets the bit rate in kilobit per second. Cannot be
+ used with quality.
+
+
+
+
+
+
+
+
+ wave
+
+
+ Encodes into WAV (lossless).
+
+
+
+