DOCS/encoding.rst: remove deprecated usage of multiple items with *-add

4a084c0df8 deprecated multiple -add items
with d3e3bd4307 explicitly warning against
this usage.
This commit is contained in:
Dave 2020-01-04 17:41:32 -05:00 committed by wm4
parent 28650e116a
commit 343bf8a9ac
1 changed files with 6 additions and 2 deletions

View File

@ -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