[FFmpeg-cvslog] docu: add flite ffmpeg 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:26:07 2012 -0600| [7f5a78a0da8e310e67431844d57cceb46d726dbb] | committer: rogerdpack
docu: add flite ffmpeg example
Signed-off-by: rogerdpack <rogerpack2005 at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7f5a78a0da8e310e67431844d57cceb46d726dbb
---
doc/filters.texi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/doc/filters.texi b/doc/filters.texi
index 95dcbf2..c9b3b45 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1138,6 +1138,12 @@ flite=text='So fare thee well, poor devil of a Sub-Sub, whose commentator I am':
@end example
@item
+Input text to ffmpeg:
+ at example
+ffmpeg -f lavfi -i flite=text='So fare thee well, poor devil of a Sub-Sub, whose commentator I am':voice=slt
+ at end example
+
+ at item
Make @file{ffplay} speech the specified text, using @code{flite} and
the @code{lavfi} device:
@example
More information about the ffmpeg-cvslog
mailing list