diff options
author | rogerdpack <rogerpack2005@gmail.com> | 2012-10-15 11:26:07 -0600 |
---|---|---|
committer | rogerdpack <rogerpack2005@gmail.com> | 2012-10-15 11:26:07 -0600 |
commit | 7f5a78a0da8e310e67431844d57cceb46d726dbb (patch) | |
tree | 1a87dfeb0fee94c21ede2c35f12307306e0714b5 | |
parent | d9d547063648862c141508f816ef1242570c3fb9 (diff) | |
download | ffmpeg-7f5a78a0da8e310e67431844d57cceb46d726dbb.tar.gz |
docu: add flite ffmpeg example
Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
-rw-r--r-- | doc/filters.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 95dcbf279e..c9b3b45bd0 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: +@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 |