diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-07-08 18:55:08 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-07-09 15:21:01 +0000 |
commit | c5a1b18f183ddd793a44043ca7c3546fae13782e (patch) | |
tree | bacdb0c22ff200e1ef11a2d5877205bbd7a23b73 /doc | |
parent | 87fb18c3e4fea70d264c49428a66f86baf048450 (diff) | |
download | ffmpeg-c5a1b18f183ddd793a44043ca7c3546fae13782e.tar.gz |
lavfi/drawtext: add support for printing frame metadata
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 234ff2e507..33436ad267 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3328,6 +3328,9 @@ It can accept an argument: a strftime() format string. The time at which the filter is running, expressed in the local time zone. It can accept an argument: a strftime() format string. +@item metadata +Frame metadata. It must take one argument specifying metadata key. + @item n, frame_num The frame number, starting from 0. |