diff options
author | James Almer | 2017-10-03 21:28:07 -0300 |
---|---|---|
committer | James Almer | 2017-10-03 21:28:07 -0300 |
commit | a2b0602cdad8da62c137f7db07b608d6bbbcefaa (patch) | |
tree | 67220614b5797dc9bd6ea58244a1a2e1e2e3197b /doc/encoders.texi | |
parent | 08c751309670854c73b58f234a83f4ba679370be (diff) | |
parent | 4141a5a240fba44b4b4a1c488c279d7dd8a11ec7 (diff) |
Merge commit '4141a5a240fba44b4b4a1c488c279d7dd8a11ec7'
* commit '4141a5a240fba44b4b4a1c488c279d7dd8a11ec7':
Use modern avconv syntax for codec selection in documentation and tests
Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r-- | doc/encoders.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index fb93ae0094..431777c457 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -2106,7 +2106,7 @@ is kept undocumented for some reason. For example to specify libx264 encoding options with @command{ffmpeg}: @example -ffmpeg -i foo.mpg -vcodec libx264 -x264opts keyint=123:min-keyint=20 -an out.mkv +ffmpeg -i foo.mpg -c:v libx264 -x264opts keyint=123:min-keyint=20 -an out.mkv @end example @item a53cc @var{boolean} |