diff options
author | 2015-06-23 21:49:46 +0200 | |
---|---|---|
committer | 2015-06-23 22:00:57 +0200 | |
commit | 47919bdfc974ed6f8608d2a5d5ce6daa2b78a6a0 (patch) | |
tree | 1ad5229ef05ce83eca645e5031e09dd9ef1f07b6 /DOCS/man | |
parent | ff9c597fbf620bd207aaf123640233bb5f4edd7f (diff) |
manpage: Fix typo. oacopts -> ovcopts
Diffstat (limited to 'DOCS/man')
-rw-r--r-- | DOCS/man/encode.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/encode.rst b/DOCS/man/encode.rst index 661fb4a144..b3a212368a 100644 --- a/DOCS/man/encode.rst +++ b/DOCS/man/encode.rst @@ -111,7 +111,7 @@ You can encode files from one format/codec to another using this facility. .. admonition:: Examples - ``"--ovc=mpeg4 --oacopts=qscale=5"`` + ``"--ovc=mpeg4 --ovcopts=qscale=5"`` selects constant quantizer scale 5 for MPEG-4 encoding. ``"--ovc=libx264 --ovcopts=crf=23"`` |