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
* [scene_manager] Add ability to crop input
* [scene_manager] Validate crop config params and improve error messaging
Make sure exceptions are always thrown in debug mode from the source location.
Copy file name to clipboardExpand all lines: docs/cli.rst
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,10 @@ 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
+
60
64
.. option:: -sCSV, --statsCSV
61
65
62
66
Stats file (.csv) to write frame metrics. Existing files will be overwritten. Used for tuning detection parameters and data analysis.
help="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).%s"
0 commit comments