[FFmpeg-cvslog] docu: fix flite example

rogerdpack git at videolan.org
Mon Oct 15 21:27:45 CEST 2012


ffmpeg | branch: master | rogerdpack <rogerpack2005 at gmail.com> | Mon Oct 15 11:24:08 2012 -0600| [d9d547063648862c141508f816ef1242570c3fb9] | committer: rogerdpack

docu: fix flite example

Signed-off-by: rogerdpack <rogerpack2005 at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d9d547063648862c141508f816ef1242570c3fb9
---

 doc/ffmpeg.texi  |    2 +-
 doc/filters.texi |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 767ce59..e73ef25 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
diff --git a/doc/filters.texi b/doc/filters.texi
index 725c7b5..95dcbf2 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1141,7 +1141,7 @@ flite=text='So fare thee well, poor devil of a Sub-Sub, whose commentator I am':
 Make @file{ffplay} speech the specified text, using @code{flite} and
 the @code{lavfi} device:
 @example
-ffplay -f lavfi flite='No more be grieved for which that thou hast done.'
+ffplay -f lavfi flite=text='No more be grieved for which that thou hast done.'
 @end example
 @end itemize
 



More information about the ffmpeg-cvslog mailing list