Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
730af6e6
Commit
730af6e6
authored
May 01, 2012
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/filters: fix location of "rate" and "timecode" drawtext options
They are options, not expression parameters.
parent
65d2b2fb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
filters.texi
doc/filters.texi
+8
-7
No files found.
doc/filters.texi
View file @
730af6e6
...
@@ -1319,6 +1319,9 @@ Default value is "render".
...
@@ -1319,6 +1319,9 @@ Default value is "render".
For more information consult the documentation for the FT_LOAD_*
For more information consult the documentation for the FT_LOAD_*
libfreetype flags.
libfreetype flags.
@item rate, r
Set the timecode frame rate (timecode only).
@item shadowcolor
@item shadowcolor
The color to be used for drawing a shadow behind the drawn text. It
The color to be used for drawing a shadow behind the drawn text. It
can be a color name (e.g. "yellow") or a string in the 0xRRGGBB[AA]
can be a color name (e.g. "yellow") or a string in the 0xRRGGBB[AA]
...
@@ -1334,6 +1337,11 @@ values. Default value for both is "0".
...
@@ -1334,6 +1337,11 @@ values. Default value for both is "0".
The size in number of spaces to use for rendering the tab.
The size in number of spaces to use for rendering the tab.
Default value is 4.
Default value is 4.
@item timecode
Set the initial timecode representation in "hh:mm:ss[:;.]ff"
format. It can be used with or without text parameter. @var{rate}
option must be specified.
@item text
@item text
The text string to be drawn. The text must be a sequence of UTF-8
The text string to be drawn. The text must be a sequence of UTF-8
encoded characters.
encoded characters.
...
@@ -1415,13 +1423,6 @@ the height of the rendered text
...
@@ -1415,13 +1423,6 @@ the height of the rendered text
@item text_w, tw
@item text_w, tw
the width of the rendered text
the width of the rendered text
@item timecode
initial timecode representation in "hh:mm:ss[:;.]ff" format. It can be used
with or without text parameter. @var{rate} option must be specified.
@item r, rate
frame rate (timecode only)
@end table
@end table
If libavfilter was built with @code{--enable-fontconfig}, then
If libavfilter was built with @code{--enable-fontconfig}, then
...
...
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