diff --git a/doc/user.xml b/doc/user.xml
index c5c7d341b..e010d5e3e 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -2991,6 +2991,60 @@ run
+
+ opus
+
+
+ Encodes into Ogg Opus.
+
+
+
+
+
+
+ Setting
+ Description
+
+
+
+
+
+ bitrate
+
+
+ Sets the data rate in bit per second. The special
+ value "auto" lets libopus
+ choose a rate (which is the default), and "max" uses
+ the maximum possible data rate.
+
+
+
+
+
+ complexity
+
+
+ Sets the Opus
+ complexity.
+
+
+
+
+
+ signal
+
+
+ Sets the Opus signal type. Valid values are "auto"
+ (the default), "voice" and "music".
+
+
+
+
+
+
+