diff options
author | wm4 <wm4@nowhere> | 2015-03-03 11:12:11 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-03-03 11:12:11 +0100 |
commit | 7031335886606714d8c2209984bc837530b2ba2d (patch) | |
tree | 2f5c9cf8ed6e5ec11a73c8b4a87bb680f6a9b0c4 | |
parent | fa65d657d2ae760aa565ea0d3bc3a2aa43bf4158 (diff) |
manpage: improve --osd-fractions description
-rw-r--r-- | DOCS/man/options.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 4c83b170e2..e84151f78f 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -2549,7 +2549,8 @@ OSD - ``--osd-color='#C0808080'`` set OSD to 50% gray with 75% alpha ``--osd-fractions`` - Show OSD times with fractions of seconds. + Show OSD times with fractions of seconds (in millisecond precision). Useful + to see the exact timestamp of a video frame. ``--osd-level=<0-3>`` Specifies which mode the OSD should start in. |