From 47d35ca6befe766be89d0e4efc6b6dabd02175fb Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 31 Mar 2013 19:13:06 +0200 Subject: encoding-example-profiles and manpage: prefer libvorbis over vorbis vorbis is the builtin bad vorbis encoder; whenever possible, one should rather use the "libvorbis" codec name. --- DOCS/encoding.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS') 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:: -- cgit v1.2.3