diff options
author | Clément Bœsch <clement.boesch@smartjog.com> | 2011-12-06 11:19:11 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2011-12-12 17:49:34 +0100 |
commit | fa4e30af7e589c27437d2b96a384d4ad1c3485ad (patch) | |
tree | 920d3d2a790d002d2d00623095182bf38701cbc4 /doc/filters.texi | |
parent | ad5ade6615d5bb224cab99f91e162abbbe6c160a (diff) | |
download | ffmpeg-fa4e30af7e589c27437d2b96a384d4ad1c3485ad.tar.gz |
drawtext: allow burning the timecode.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 0980fe67c5..699e0c1b97 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1148,6 +1148,13 @@ the number of input frame, starting from 0 @item t timestamp expressed in seconds, NAN if the input timestamp is unknown + +@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 Some examples follow. |