From 74117abf0c26228102587057567b39b8a57e44fb Mon Sep 17 00:00:00 2001 From: Thilo Borgmann Date: Tue, 8 Feb 2022 11:39:46 +0100 Subject: lavfi/drawtext: Add %N for drawing fractions of a second Suggested-By: ffmpeg@fb.com --- doc/filters.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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. -- cgit v1.2.3