1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

doc: Replace a stray reference to the old '-intra' flag.

This commit is contained in:
Alex Converse 2012-05-07 11:57:11 -07:00
parent fcd0298c05
commit 3607dc2b1a

View File

@ -712,7 +712,7 @@ frame rate or decrease the frame size.
@item @item
If your computer is not fast enough, you can speed up the If your computer is not fast enough, you can speed up the
compression at the expense of the compression ratio. You can use 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 motion estimation completely (you have only I-frames, which means it
is about as good as JPEG compression). is about as good as JPEG compression).