Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
d9d54706
Commit
d9d54706
authored
Oct 15, 2012
by
rogerdpack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docu: fix flite example
Signed-off-by:
rogerdpack
<
rogerpack2005@gmail.com
>
parent
8cbb8f53
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ffmpeg.texi
doc/ffmpeg.texi
+1
-1
filters.texi
doc/filters.texi
+1
-1
No files found.
doc/ffmpeg.texi
View file @
d9d54706
...
...
@@ -58,7 +58,7 @@ options apply ONLY to the next input or output file and are reset between files.
@item
To set the video bitrate of the output file to 64kbit/s:
@example
ffmpeg -i input.avi -b:v 64k output.avi
ffmpeg -i input.avi -b:v 64k
-bufsize 64k
output.avi
@end example
@item
...
...
doc/filters.texi
View file @
d9d54706
...
...
@@ -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
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment