diff options
author | Limin Wang <lance.lmwang@gmail.com> | 2020-04-08 10:10:44 +0800 |
---|---|---|
committer | Limin Wang <lance.lmwang@gmail.com> | 2020-05-01 22:57:29 +0800 |
commit | e7626e4e7975ff887478ecd53a39f06b3d629751 (patch) | |
tree | 03f43854e6c1319a6803dc52ea2edd74f7dda410 | |
parent | 6da653e525d57484bb1e5988a08255e9bbb6cf41 (diff) | |
download | ffmpeg-e7626e4e7975ff887478ecd53a39f06b3d629751.tar.gz |
doc/utils: add more examples for valid time duration
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
-rw-r--r-- | doc/utils.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/utils.texi b/doc/utils.texi index 05a2f81626..e7a9b40b35 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 |