diff options
author | Mark Visser <mjmvisser@gmail.com> | 2013-05-21 16:14:46 -0400 |
---|---|---|
committer | Mark Visser <mjmvisser@gmail.com> | 2013-06-14 17:05:19 -0400 |
commit | 0defc77e9deb081c11c4b5cc44891c712e07b92b (patch) | |
tree | 3a637ee9d00cd103477036b183bde2680e484eaa /doc/filters.texi | |
parent | 7fff3df6b277d4f1ebc504e950c9de56cdc14ddd (diff) | |
download | ffmpeg-0defc77e9deb081c11c4b5cc44891c712e07b92b.tar.gz |
added start_number parameter to drawtext to permit an offset to n/frame_num var
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 6e616b26b4..694e5a1682 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3068,6 +3068,10 @@ The x and y offsets for the text shadow position with respect to the position of the text. They can be either positive or negative values. Default value for both is "0". +@item start_number +The starting frame number for the n/frame_num variable. The default value +is "0". + @item tabsize The size in number of spaces to use for rendering the tab. Default value is 4. |