From: Limin Wang <[email protected]> Signed-off-by: Limin Wang <[email protected]> --- doc/utils.texi | 9 +++++++++ 1 file changed, 9 insertions(+)
diff --git a/doc/utils.texi b/doc/utils.texi index 05a2f81626..ca599f145b 100644 --- a/doc/utils.texi +++ b/doc/utils.texi @@ -126,6 +126,15 @@ The following examples are all valid time duration: @item 55 55 seconds +@item 0.2 +0.2 seconds + +@item 200ms +200 milliseconds, that's 0.2s + +@item 200000us +200000 microseconds, that's 0.2s + @item 12:03:45 12 hours, 03 minutes and 45 seconds -- 2.21.0 _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
