Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
ca7b4df8
Commit
ca7b4df8
authored
Sep 07, 2017
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/user: document the Opus encoder
parent
bc8dd572
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
54 additions
and
0 deletions
+54
-0
user.xml
doc/user.xml
+54
-0
No files found.
doc/user.xml
View file @
ca7b4df8
...
...
@@ -2991,6 +2991,60 @@ run</programlisting>
</informaltable>
</section>
<section
id=
"opus_encoder"
>
<title><varname>
opus
</varname></title>
<para>
Encodes into
<ulink
url=
"http://www.opus-codec.org/"
>
Ogg Opus
</ulink>
.
</para>
<informaltable>
<tgroup
cols=
"2"
>
<thead>
<row>
<entry>
Setting
</entry>
<entry>
Description
</entry>
</row>
</thead>
<tbody>
<row>
<entry>
<varname>
bitrate
</varname>
</entry>
<entry>
Sets the data rate in bit per second. The special
value "auto" lets
<application>
libopus
</application>
choose a rate (which is the default), and "max" uses
the maximum possible data rate.
</entry>
</row>
<row>
<entry>
<varname>
complexity
</varname>
</entry>
<entry>
Sets the
<ulink
url=
"https://wiki.xiph.org/OpusFAQ#What_is_the_complexity_of_Opus.3F"
>
Opus
complexity
</ulink>
.
</entry>
</row>
<row>
<entry>
<varname>
signal
</varname>
</entry>
<entry>
Sets the Opus signal type. Valid values are "auto"
(the default), "voice" and "music".
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</section>
<section
id=
"vorbis_encoder"
>
<title><varname>
vorbis
</varname></title>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment