Skip to content

Commit 5ae2f8e

Browse files
committed
Merge branch 'main' into releases/0.6.5
2 parents fc9cff5 + 23aecb4 commit 5ae2f8e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/cli.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ Options
5757

5858
Path to config file. See :ref:`config file reference <scenedetect_cli-config_file>` for details.
5959

60-
.. option:: --crop X0 Y0 X1 Y1
61-
62-
Crop input video. Specified as two points representing top left and bottom right corner of crop region. 0 0 is top-left of the video frame. Bounds are inclusive (e.g. for a 100x100 video, the region covering the whole frame is 0 0 99 99).
63-
6460
.. option:: -s CSV, --stats CSV
6561

6662
Stats file (.csv) to write frame metrics. Existing files will be overwritten. Used for tuning detection parameters and data analysis.
@@ -89,6 +85,10 @@ Options
8985

9086
Default: ``opencv``
9187

88+
.. option:: --crop X0 Y0 X1 Y1
89+
90+
Crop input video. Specified as two points representing top left and bottom right corner of crop region. 0 0 is top-left of the video frame. Bounds are inclusive (e.g. for a 100x100 video, the region covering the whole frame is 0 0 99 99).
91+
9292
.. option:: -d N, --downscale N
9393

9494
Integer factor to downscale video by before processing. If unset, value is selected based on resolution. Set :option:`-d=1 <-d>` to disable downscaling.

0 commit comments

Comments
 (0)