summaryrefslogtreecommitdiff
path: root/doc/ffmpeg.texi
diff options
context:
space:
mode:
authorrogerdpack <rogerpack2005@gmail.com>2012-10-15 11:24:08 -0600
committerrogerdpack <rogerpack2005@gmail.com>2012-10-15 11:24:08 -0600
commitd9d547063648862c141508f816ef1242570c3fb9 (patch)
tree3f42f46fd72332821e90057ddaeae7442c06d33e /doc/ffmpeg.texi
parent8cbb8f53575d40a26d5b1d065acb0a85bbb15e74 (diff)
docu: fix flite example
Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r--doc/ffmpeg.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 767ce59a69..e73ef25986 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -58,7 +58,7 @@ options apply ONLY to the next input or output file and are reset between files.
@item
To set the video bitrate of the output file to 64kbit/s:
@example
-ffmpeg -i input.avi -b:v 64k output.avi
+ffmpeg -i input.avi -b:v 64k -bufsize 64k output.avi
@end example
@item