OSDN Git Service

docu: add flite ffmpeg example
authorrogerdpack <rogerpack2005@gmail.com>
Mon, 15 Oct 2012 17:26:07 +0000 (11:26 -0600)
committerrogerdpack <rogerpack2005@gmail.com>
Mon, 15 Oct 2012 17:26:07 +0000 (11:26 -0600)
Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
doc/filters.texi

index 95dcbf2..c9b3b45 100644 (file)
@@ -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:
+@example
+ffmpeg -f lavfi -i flite=text='So fare thee well, poor devil of a Sub-Sub, whose commentator I am':voice=slt
+@end example
+
+@item
 Make @file{ffplay} speech the specified text, using @code{flite} and
 the @code{lavfi} device:
 @example