summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave <orangechannel@pm.me>2020-01-04 17:41:32 -0500
committerwm4 <1387750+wm4@users.noreply.github.com>2020-01-07 18:13:12 +0100
commit343bf8a9ac97d4304e0ee6106c0f7ba8d7bff9c3 (patch)
tree541aee9b19f9517e355eb7ebf68b1c5071e3d098
parent28650e116a1435aed73a21fc5dd006e8f6fa8159 (diff)
downloadmpv-343bf8a9ac97d4304e0ee6106c0f7ba8d7bff9c3.tar.bz2
mpv-343bf8a9ac97d4304e0ee6106c0f7ba8d7bff9c3.tar.xz
DOCS/encoding.rst: remove deprecated usage of multiple items with *-add
4a084c0df8fd8aaa66073839d97e544c3b6903e7 deprecated multiple -add items with d3e3bd43074ddd8f4c8829a7454b9f855454f462 explicitly warning against this usage.
-rw-r--r--DOCS/encoding.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/DOCS/encoding.rst b/DOCS/encoding.rst
index 15e38a4581..ee46cec770 100644
--- a/DOCS/encoding.rst
+++ b/DOCS/encoding.rst
@@ -30,9 +30,13 @@ section::
[myencprofile]
vf-add = scale=480:-2
ovc = libx264
- ovcopts-add = preset=medium,tune=fastdecode
+ ovcopts-add = preset=medium
+ ovcopts-add = tune=fastdecode
ovcopts-add = crf=23
- ovcopts-add = maxrate=1500k,bufsize=1000k,rc_init_occupancy=900k,refs=2
+ ovcopts-add = maxrate=1500k
+ ovcopts-add = bufsize=1000k
+ ovcopts-add = rc_init_occupancy=900k
+ ovcopts-add = refs=2
ovcopts-add = profile=baseline
oac = aac
oacopts-add = b=96k