diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-10-15 21:21:58 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-10-15 21:22:10 +0200 |
commit | 0cc3cd5c654db3b791b92cf4463216f4c52441f6 (patch) | |
tree | ff5621d451244da8b32e624c4295b6551e816c0f /doc/filters.texi | |
parent | 547ec4d3034d81f6d1a0e84bf58168d35f50baab (diff) | |
parent | dfd085aae2a1ffe02686794140a0f9ee5ddf8386 (diff) | |
download | ffmpeg-0cc3cd5c654db3b791b92cf4463216f4c52441f6.tar.gz |
Merge branch 'docu' of https://github.com/rdp/FFmpeg
* 'docu' of https://github.com/rdp/FFmpeg:
docu: add word resize to scale filter, to make searching for the word resize simpler
docu: change verb flite
docu: add flite ffmpeg example
docu: fix flite example
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 2da2da228e..1e5b52876e 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1138,10 +1138,16 @@ flite=text='So fare thee well, poor devil of a Sub-Sub, whose commentator I am': @end example @item -Make @file{ffplay} speech the specified text, using @code{flite} and +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} speak 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 @@ -2993,7 +2999,7 @@ pixels will slow things down on a large logo. @section scale -Scale the input video to @var{width}:@var{height}[:@var{interl}=@{1|-1@}] and/or convert the image format. +Scale (resize) the input video to @var{width}:@var{height}[:@var{interl}=@{1|-1@}] and/or convert the image format. The scale filter forces the output display aspect ratio to be the same of the input, by changing the output sample aspect ratio. |