diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-05-01 12:11:11 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-05-03 10:17:57 +0200 |
commit | 730af6e6170c8239bd7d25a2456a59faddd41de6 (patch) | |
tree | d995183ebec52db84829e6faad5679a03e9c282a /doc/filters.texi | |
parent | 65d2b2fbe43c253d05fd279015020dcee9134300 (diff) | |
download | ffmpeg-730af6e6170c8239bd7d25a2456a59faddd41de6.tar.gz |
doc/filters: fix location of "rate" and "timecode" drawtext options
They are options, not expression parameters.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 83cc0d478f..ae470344f4 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1319,6 +1319,9 @@ Default value is "render". For more information consult the documentation for the FT_LOAD_* libfreetype flags. +@item rate, r +Set the timecode frame rate (timecode only). + @item shadowcolor 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] @@ -1334,6 +1337,11 @@ values. Default value for both is "0". The size in number of spaces to use for rendering the tab. 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 The text string to be drawn. The text must be a sequence of UTF-8 encoded characters. @@ -1415,13 +1423,6 @@ the height of the rendered text @item text_w, tw 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 If libavfilter was built with @code{--enable-fontconfig}, then |