diff options
author | Thilo Borgmann <thilo.borgmann@mail.de> | 2022-02-08 11:39:46 +0100 |
---|---|---|
committer | Thilo Borgmann <thilo.borgmann@mail.de> | 2022-03-08 13:28:02 +0100 |
commit | 74117abf0c26228102587057567b39b8a57e44fb (patch) | |
tree | b491ecc9ad06befb7335e74ff70a1ab4f2c8ff08 /doc | |
parent | 3706fb8f16525d1d937a4b037205009b341b6390 (diff) | |
download | ffmpeg-74117abf0c26228102587057567b39b8a57e44fb.tar.gz |
lavfi/drawtext: Add %N for drawing fractions of a second
Suggested-By: ffmpeg@fb.com
Diffstat (limited to 'doc')
-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 26c5b4db48..a5d5257b24 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -11431,10 +11431,14 @@ It can be used to add padding with zeros from the left. @item gmtime The time at which the filter is running, expressed in UTC. It can accept an argument: a strftime() format string. +The format string is extended to support the variable @var{%[1-6]N} +which prints fractions of the second with optionally specified number of digits. @item localtime The time at which the filter is running, expressed in the local time zone. It can accept an argument: a strftime() format string. +The format string is extended to support the variable @var{%[1-6]N} +which prints fractions of the second with optionally specified number of digits. @item metadata Frame metadata. Takes one or two arguments. |