Commit d9d54706 authored by rogerdpack's avatar rogerdpack

docu: fix flite example

Signed-off-by: 's avatarrogerdpack <rogerpack2005@gmail.com>
parent 8cbb8f53
...@@ -58,7 +58,7 @@ options apply ONLY to the next input or output file and are reset between files. ...@@ -58,7 +58,7 @@ options apply ONLY to the next input or output file and are reset between files.
@item @item
To set the video bitrate of the output file to 64kbit/s: To set the video bitrate of the output file to 64kbit/s:
@example @example
ffmpeg -i input.avi -b:v 64k output.avi ffmpeg -i input.avi -b:v 64k -bufsize 64k output.avi
@end example @end example
@item @item
......
...@@ -1141,7 +1141,7 @@ flite=text='So fare thee well, poor devil of a Sub-Sub, whose commentator I am': ...@@ -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 Make @file{ffplay} speech the specified text, using @code{flite} and
the @code{lavfi} device: the @code{lavfi} device:
@example @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 example
@end itemize @end itemize
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment