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
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 (-m 10), time in seconds (-m 2.5), or timecode (-m 00:02:53.633).
71
71
72
72
Default: ``0.6s``
73
73
@@ -81,7 +81,7 @@ Options
81
81
82
82
.. option:: -bBACKEND, --backendBACKEND
83
83
84
-
Backend to use for video input. Backend options can be set using a config file (:option:`-c/--config <-c>`). [available: opencv, pyav, moviepy]
84
+
Backend to use for video input. Backend options can be set using a config file (:option:`-c/--config <-c>`). [available: opencv, pyav]
85
85
86
86
Default: ``opencv``
87
87
@@ -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 -d 1 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. -fs 1 skips every other frame processing 50% of the video, -fs 2 processes 33% of the video frames, -fs 3 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 (-m 100), in seconds with `s` suffix (-m 3.5s), or timecode (-m 00:01:52.778).
212
212
213
213
214
214
.. _command-detect-content:
@@ -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 (-m 100), in seconds with `s` suffix (-m 3.5s), or timecode (-m 00:01:52.778).
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. -f \$VIDEO_NAME-Scenes.csv).
To customize image generation, specify the :ref:`save-images <command-save-images>` command before :ref:`save-html <command-save-html>`. This command always uses the result of the preceeding :ref:`save-images <command-save-images>` command, or runs it with the default config values unless ``--no-images`` is set.
Filename format to use for the scene list HTML file. You can use the $VIDEO_NAME macro in the file name. Note that you may have to wrap the format name using single quotes.
619
+
620
+
Default: ``$VIDEO_NAME-Scenes.html``
621
+
622
+
.. option:: -n, --no-images
623
+
624
+
Do not include images with the result.
625
+
626
+
.. option:: -wpixels, --image-widthpixels
627
+
628
+
Width in pixels of the images in the resulting HTML table.
629
+
630
+
.. option:: -hpixels, --image-heightpixels
631
+
632
+
Height in pixels of the images in the resulting HTML table.
633
+
634
+
.. option:: -s, --show
635
+
636
+
Automatically open resulting HTML when processing is complete.
637
+
638
+
561
639
.. _command-save-images:
562
640
563
641
.. program:: scenedetect save-images
@@ -590,13 +668,13 @@ Options
590
668
591
669
.. option:: -fNAME, --filenameNAME
592
670
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.
671
+
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.
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.
677
+
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.
Output directory to save XML file to. Overrides global option :option:`-o/--output <scenedetect -o>`.
786
+
787
+
678
788
.. _command-split-video:
679
789
680
790
.. program:: scenedetect split-video
@@ -713,7 +823,7 @@ Options
713
823
714
824
.. option:: -fNAME, --filenameNAME
715
825
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>`).
826
+
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).
0 commit comments