summaryrefslogtreecommitdiff
path: root/doc/ffmpeg.texi
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-10-15 21:21:58 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-10-15 21:22:10 +0200
commit0cc3cd5c654db3b791b92cf4463216f4c52441f6 (patch)
treeff5621d451244da8b32e624c4295b6551e816c0f /doc/ffmpeg.texi
parent547ec4d3034d81f6d1a0e84bf58168d35f50baab (diff)
parentdfd085aae2a1ffe02686794140a0f9ee5ddf8386 (diff)
Merge branch 'docu' of https://github.com/rdp/FFmpeg
* 'docu' of https://github.com/rdp/FFmpeg: docu: add word resize to scale filter, to make searching for the word resize simpler docu: change verb flite docu: add flite ffmpeg example docu: fix flite example Merged-by: Michael Niedermayer <michaelni@gmx.at>
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