summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/encoding.rst2
-rw-r--r--etc/encoding-example-profiles.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/encoding.rst b/DOCS/encoding.rst
index 23a89d3163..979bc0b322 100644
--- a/DOCS/encoding.rst
+++ b/DOCS/encoding.rst
@@ -67,7 +67,7 @@ Typical MPEG-4 Part 10 ("AVC", "H.264") encoding, Matroska (MKV) container::
mpv infile -o outfile.mkv \
-ovc libx264 -ovcopts preset=medium,crf=23,profile=baseline \
- -oac vorbis -oacopts qscale=3
+ -oac libvorbis -oacopts qscale=3
Typical MPEG-4 Part 10 ("AVC", "H.264") encoding, MPEG-4 (MP4) container::
diff --git a/etc/encoding-example-profiles.conf b/etc/encoding-example-profiles.conf
index 280c025946..ad67454bae 100644
--- a/etc/encoding-example-profiles.conf
+++ b/etc/encoding-example-profiles.conf
@@ -53,7 +53,7 @@ oacopts = b=128k
[enc-a-vorbis]
profile-desc = "Vorbis (libvorbis)"
-oac = libvorbis
+oac = libvorbis,vorbis
oacopts = qscale=3
################