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
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ Options
67
67
68
68
.. option:: -mTIMECODE, --min-scene-lenTIMECODE
69
69
70
-
Minimum length of any scene. TIMECODE can be specified as number of frames (:option:`-m=10 <-m>`), time in seconds (:option:`-m=2.5 <-m>`), or timecode (:option:`-m=00:02:53.633 <-m>`).
70
+
Minimum length of any scene. TIMECODE can be specified as number of frames (:option:`-m10 <-m>`), time in seconds (:option:`-m2.5 <-m>`), or timecode (:option:`-m00:02:53.633 <-m>`).
71
71
72
72
Default: ``0.6s``
73
73
@@ -91,11 +91,11 @@ Options
91
91
92
92
.. option:: -dN, --downscaleN
93
93
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.
94
+
Integer factor to downscale video by before processing. If unset, value is selected based on resolution. Set :option:`-d1 <-d>` to disable downscaling.
95
95
96
96
.. option:: -fsN, --frame-skipN
97
97
98
-
Skip N frames during processing. Reduces processing speed at expense of accuracy. :option:`-fs=1 <-fs>` skips every other frame processing 50% of the video, :option:`-fs=2 <-fs>` processes 33% of the video frames, :option:`-fs=3 <-fs>` processes 25%, etc...
98
+
Skip N frames during processing. Reduces processing speed at expense of accuracy. :option:`-fs1 <-fs>` skips every other frame processing 50% of the video, :option:`-fs2 <-fs>` processes 33% of the video frames, :option:`-fs3 <-fs>` processes 25%, etc...
99
99
100
100
Default: ``0``
101
101
@@ -208,7 +208,7 @@ Options
208
208
209
209
.. option:: -mTIMECODE, --min-scene-lenTIMECODE
210
210
211
-
Minimum length of any scene. Overrides global option :option:`-m/--min-scene-len <scenedetect -m>`. TIMECODE can be specified in frames (:option:`-m=100 <-m>`), in seconds with `s` suffix (:option:`-m=3.5s <-m>`), or timecode (:option:`-m=00:01:52.778 <-m>`).
211
+
Minimum length of any scene. Overrides global option :option:`-m/--min-scene-len <scenedetect -m>`. TIMECODE can be specified in frames (:option:`-m100 <-m>`), in seconds with `s` suffix (:option:`-m3.5s <-m>`), or timecode (:option:`-m00:01:52.778 <-m>`).
212
212
213
213
214
214
.. _command-detect-content:
@@ -263,7 +263,7 @@ Options
263
263
264
264
.. option:: -l, --luma-only
265
265
266
-
Only use luma (brightness) channel. Useful for greyscale videos. Equivalent to setting -w="0 0 1 0".
266
+
Only use luma (brightness) channel. Useful for greyscale videos. Equivalent to setting -w0 0 1 0.
267
267
268
268
.. option:: -kN, --kernel-sizeN
269
269
@@ -424,7 +424,7 @@ Options
424
424
425
425
.. option:: -mTIMECODE, --min-scene-lenTIMECODE
426
426
427
-
Minimum length of any scene. Overrides global option :option:`-m/--min-scene-len <scenedetect -m>`. TIMECODE can be specified in frames (:option:`-m=100 <-m>`), in seconds with `s` suffix (:option:`-m=3.5s <-m>`), or timecode (:option:`-m=00:01:52.778 <-m>`).
427
+
Minimum length of any scene. Overrides global option :option:`-m/--min-scene-len <scenedetect -m>`. TIMECODE can be specified in frames (:option:`-m100 <-m>`), in seconds with `s` suffix (:option:`-m3.5s <-m>`), or timecode (:option:`-m00:01:52.778 <-m>`).
Filename format to use for the scene list CSV file. You can use the $VIDEO_NAME macro in the file name. Note that you may have to wrap the name using single quotes or use escape characters (e.g. :option:`-f=\$VIDEO_NAME-Scenes.csv <-f>`).
509
+
Filename format to use for the scene list CSV file. You can use the $VIDEO_NAME macro in the file name. Note that you may have to wrap the name using single quotes or use escape characters (e.g. :option:`-f\$VIDEO_NAME-Scenes.csv <-f>`).
510
510
511
511
Default: ``$VIDEO_NAME-Scenes.csv``
512
512
@@ -590,13 +590,13 @@ Options
590
590
591
591
.. option:: -fNAME, --filenameNAME
592
592
593
-
Filename format *without* extension to use when saving images. You can use the $VIDEO_NAME, $SCENE_NUMBER, $IMAGE_NUMBER, and $FRAME_NUMBER macros in the file name. You may have to use escape characters (e.g. :option:`-f=\$SCENE_NUMBER-Image-\$IMAGE_NUMBER <-f>`) or single quotes.
593
+
Filename format *without* extension to use when saving images. You can use the $VIDEO_NAME, $SCENE_NUMBER, $IMAGE_NUMBER, and $FRAME_NUMBER macros in the file name. You may have to use escape characters (e.g. :option:`-f\$SCENE_NUMBER-Image-\$IMAGE_NUMBER <-f>`) or single quotes.
Number of images to generate per scene. Will always include start/end frame, unless :option:`-n=1 <-n>`, in which case the image will be the frame at the mid-point of the scene.
599
+
Number of images to generate per scene. Will always include start/end frame, unless :option:`-n1 <-n>`, in which case the image will be the frame at the mid-point of the scene.
600
600
601
601
Default: ``3``
602
602
@@ -713,7 +713,7 @@ Options
713
713
714
714
.. option:: -fNAME, --filenameNAME
715
715
716
-
File name format to use when saving videos, with or without extension. You can use $VIDEO_NAME and $SCENE_NUMBER macros in the filename. You may have to wrap the format in single quotes or use escape characters to avoid variable expansion (e.g. :option:`-f=\$VIDEO_NAME-Scene-\$SCENE_NUMBER <-f>`).
716
+
File name format to use when saving videos, with or without extension. You can use $VIDEO_NAME and $SCENE_NUMBER macros in the filename. You may have to wrap the format in single quotes or use escape characters to avoid variable expansion (e.g. :option:`-f\$VIDEO_NAME-Scene-\$SCENE_NUMBER <-f>`).
help="Skip N frames during processing. Reduces processing speed at expense of accuracy. -fs=1 skips every other frame processing 50%% of the video, -fs=2 processes 33%% of the video frames, -fs=3 processes 25%%, etc... %s"
283
+
help="Skip N frames during processing. Reduces processing speed at expense of accuracy. -fs1 skips every other frame processing 50%% of the video, -fs2 processes 33%% of the video frames, -fs3 processes 25%%, etc... %s"
help="Minimum length of any scene. Overrides global option -m/--min-scene-len. TIMECODE can be specified in frames (-m=100), in seconds with `s` suffix (-m=3.5s), or timecode (-m=00:01:52.778).%s"
668
+
help="Minimum length of any scene. Overrides global option -m/--min-scene-len. TIMECODE can be specified in frames (-m100), in seconds with `s` suffix (-m3.5s), or timecode (-m00:01:52.778).%s"
help="Minimum length of any scene. Overrides global option -m/--min-scene-len. TIMECODE can be specified in frames (-m=100), in seconds with `s` suffix (-m=3.5s), or timecode (-m=00:01:52.778).%s"
753
+
help="Minimum length of any scene. Overrides global option -m/--min-scene-len. TIMECODE can be specified in frames (-m100), in seconds with `s` suffix (-m3.5s), or timecode (-m00:01:52.778).%s"
help="Filename format to use for the scene list CSV file. You can use the $VIDEO_NAME macro in the file name. Note that you may have to wrap the name using single quotes or use escape characters (e.g. -f=\\$VIDEO_NAME-Scenes.csv).%s"
1090
+
help="Filename format to use for the scene list CSV file. You can use the $VIDEO_NAME macro in the file name. Note that you may have to wrap the name using single quotes or use escape characters (e.g. -f\\$VIDEO_NAME-Scenes.csv).%s"
help="File name format to use when saving videos, with or without extension. You can use $VIDEO_NAME and $SCENE_NUMBER macros in the filename. You may have to wrap the format in single quotes or use escape characters to avoid variable expansion (e.g. -f=\\$VIDEO_NAME-Scene-\\$SCENE_NUMBER).%s"
1182
+
help="File name format to use when saving videos, with or without extension. You can use $VIDEO_NAME and $SCENE_NUMBER macros in the filename. You may have to wrap the format in single quotes or use escape characters to avoid variable expansion (e.g. -f\\$VIDEO_NAME-Scene-\\$SCENE_NUMBER).%s"
help="Filename format *without* extension to use when saving images. You can use the $VIDEO_NAME, $SCENE_NUMBER, $IMAGE_NUMBER, and $FRAME_NUMBER macros in the file name. You may have to use escape characters (e.g. -f=\\$SCENE_NUMBER-Image-\\$IMAGE_NUMBER) or single quotes.%s"
1359
+
help="Filename format *without* extension to use when saving images. You can use the $VIDEO_NAME, $SCENE_NUMBER, $IMAGE_NUMBER, and $FRAME_NUMBER macros in the file name. You may have to use escape characters (e.g. -f\\$SCENE_NUMBER-Image-\\$IMAGE_NUMBER) or single quotes.%s"
help="Number of images to generate per scene. Will always include start/end frame, unless -n=1, in which case the image will be the frame at the mid-point of the scene.%s"
1368
+
help="Number of images to generate per scene. Will always include start/end frame, unless -n1, in which case the image will be the frame at the mid-point of the scene.%s"
0 commit comments