From ca7b4df812b8109911deb1e694fbea039f9818f5 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 7 Sep 2017 14:21:40 +0200 Subject: doc/user: document the Opus encoder --- doc/user.xml | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) (limited to 'doc') 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 +
+ <varname>opus</varname> + + + 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". + + + + + +
+
<varname>vorbis</varname> -- cgit v1.2.3