Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2012-05-07 22:57:11 +0400
committerAlex Converse <alex.converse@gmail.com>2012-05-08 21:58:35 +0400
commit3607dc2b1a64ab74b823a3efbeda5097e533e62c (patch)
tree53b760eb2684fef97a8c6004f31cf82329079cc6 /doc/avconv.texi
parentfcd0298c05c28429ef8508c924288131c87830b5 (diff)
doc: Replace a stray reference to the old '-intra' flag.
Diffstat (limited to 'doc/avconv.texi')
-rw-r--r--doc/avconv.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi
index bf72c4c922..cc46e95392 100644
--- a/doc/avconv.texi
+++ b/doc/avconv.texi
@@ -712,7 +712,7 @@ frame rate or decrease the frame size.
@item
If your computer is not fast enough, you can speed up the
compression at the expense of the compression ratio. You can use
-'-me zero' to speed up motion estimation, and '-intra' to disable
+'-me zero' to speed up motion estimation, and '-g 0' to disable
motion estimation completely (you have only I-frames, which means it
is about as good as JPEG compression).