[FFmpeg-cvslog] doc: Replace a stray reference to the old '-intra' flag.
Alex Converse
git at videolan.org
Thu May 10 02:33:18 CEST 2012
ffmpeg | branch: master | Alex Converse <alex.converse at gmail.com> | Mon May 7 11:57:11 2012 -0700| [3607dc2b1a64ab74b823a3efbeda5097e533e62c] | committer: Alex Converse
doc: Replace a stray reference to the old '-intra' flag.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3607dc2b1a64ab74b823a3efbeda5097e533e62c
---
doc/avconv.texi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/avconv.texi b/doc/avconv.texi
index bf72c4c..cc46e95 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).
More information about the ffmpeg-cvslog
mailing list