mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-12-04 14:46:31 -05:00
Add opusenc example
This commit is contained in:
parent
ff21d6651d
commit
7b7c42bfbe
@ -211,6 +211,12 @@
|
|||||||
<program>oggenc -r -B 16 -C 2 -R 44100 --raw-endianness 0 -q 1.5 -t @M@ -</program>
|
<program>oggenc -r -B 16 -C 2 -R 44100 --raw-endianness 0 -q 1.5 -t @M@ -</program>
|
||||||
</encoder>
|
</encoder>
|
||||||
|
|
||||||
|
<encoder>
|
||||||
|
<name>Opus-VBR96</name>
|
||||||
|
<format>Ogg</format>
|
||||||
|
<program>opusenc --vbr --bitrate 96 --title @t@ --artist @a@ --raw --raw-rate 44100 - -</program>
|
||||||
|
</encoder>
|
||||||
|
|
||||||
<encoder>
|
<encoder>
|
||||||
<name>Lame-CBR128</name>
|
<name>Lame-CBR128</name>
|
||||||
<format>MP3</format>
|
<format>MP3</format>
|
||||||
|
Loading…
Reference in New Issue
Block a user