summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@qt.io>2017-12-18 14:24:59 +0200
committerTomi Korpipää <tomi.korpipaa@qt.io>2018-01-02 12:02:49 +0000
commit7222af61a707aa398e37098ab6391d544ca243c2 (patch)
treef8a2a92d1552db17f0e36afd0a832a7a8eb9d3b4 /doc
parentc1fc5d13e3668a117b4f8470ecb87b77b145efb8 (diff)
Fix viewer commandline documentation
Change-Id: I2acebd7ae9825d27c796c2a2a3425ec6105de760 Reviewed-by: Mats Honkamaa <mats.honkamaa@qt.io> Reviewed-by: Antti Määttä <antti.maatta@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/04-viewer/2-commandline.qdoc18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/src/04-viewer/2-commandline.qdoc b/doc/src/04-viewer/2-commandline.qdoc
index 71cbc6ac..97449b8e 100644
--- a/doc/src/04-viewer/2-commandline.qdoc
+++ b/doc/src/04-viewer/2-commandline.qdoc
@@ -56,23 +56,23 @@ The following command line options are supported:
Specifying any of the seq-* options implies setting this option.
\row
\li --seq-start <ms>
- \li Start time of the sequence in milliseconds. The default value is 0.
+ \li Start time of the sequence in milliseconds. The default value is \c{0}.
\row
\li --seq-end <ms>
- \li End time of the sequence in milliseconds. The default value is 10000.
+ \li End time of the sequence in milliseconds. The default value is \c{1000}.
\row
\li --seq-fps <fps>
- \li Frames per second for the sequence. The default value is 60.
+ \li Frames per second for the sequence. The default value is \c{60}.
\row
\li --seq-interval <ms>
\li Time interval between frames in the sequence in milliseconds.
The \c{seq-fps} option is ignored if this option is used.
\row
\li --seq-width <pixels>
- \li Width of the image sequence. The default value is 1920.
+ \li Width of the image sequence. The default value is \c{1920}.
\row
\li --seq-height <pixels>
- \li Height of the image sequence. The default value is 1080.
+ \li Height of the image sequence. The default value is \c{1080}.
\row
\li --seq-outpath <path>
\li Output path of the image sequence. The default value is the current directory.
@@ -83,7 +83,7 @@ The following command line options are supported:
\row
\li --connect <port>
\li If this parameter is specified, the viewer is started in connection mode.
- The default value is 36000.
+ The default value is \c{36000}.
\row
\li --fullscreen
\li Starts the viewer in fullscreen mode.
@@ -96,14 +96,14 @@ The following command line options are supported:
For example: \c{1000x800+50+50}
\row
\li --mattecolor <color>
- \li Specifies custom matte color using #000000 syntax.
- For example, white matte: #ffffff
+ \li Specifies custom matte color using \c{#000000} syntax.
+ For example, white matte: \c{#ffffff}
\row
\li --showstats
\li Show render statistics on screen.
\row
\li --scalemode <center|fit|fill>
- \li Specifies scaling mode. The default value is 'center'.
+ \li Specifies scaling mode. The default value is \c{center}.
\endtable
Example - Creating a one minute 4k image sequence of a presentation: