You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cli.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,10 +57,6 @@ Options
57
57
58
58
Path to config file. See :ref:`config file reference <scenedetect_cli-config_file>` for details.
59
59
60
-
.. option:: --cropX0Y0X1Y1
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
-
64
60
.. option:: -sCSV, --statsCSV
65
61
66
62
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
89
85
90
86
Default: ``opencv``
91
87
88
+
.. option:: --cropX0Y0X1Y1
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
+
92
92
.. option:: -dN, --downscaleN
93
93
94
94
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