Skip to content

Commit b8ba02c

Browse files
author
github-actions
committed
[docs] @Breakthrough: Generate Documentation
Source: main (86469a2) Destination: head
1 parent f1f1b65 commit b8ba02c

32 files changed

Lines changed: 148 additions & 42 deletions

docs/head/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 35587052cbde50132f038ad0506f161c
3+
config: 01521e64d4c10bc14db76fe14a323ea5
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
11.2 KB
Binary file not shown.

docs/head/.doctrees/cli.doctree

1.88 KB
Binary file not shown.
446 Bytes
Binary file not shown.
18.7 KB
Binary file not shown.

docs/head/_sources/cli.rst.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -857,6 +857,10 @@ Options
857857

858858
Split video using mkvmerge. Faster than re-encoding, but less precise. If set, options other than :option:`-f/--filename <-f>`, :option:`-q/--quiet <-q>` and :option:`-o/--output <-o>` will be ignored. Note that mkvmerge automatically appends the $SCENE_NUMBER suffix.
859859

860+
.. option:: --expand
861+
862+
Extend the first/last output clips to cover the full input video, even if the :ref:`time <command-time>` command's ``--start``/``--end`` limited the analysis window. Useful for keeping content outside the analyzed region attached to the adjacent split.
863+
860864

861865
.. _command-time:
862866

docs/head/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '0.7',
3+
VERSION: '0.7.1-dev0',
44
LANGUAGE: 'en',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

docs/head/api.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

8-
<title>scenedetect 🎬 Package &#8212; PySceneDetect 0.7 documentation</title>
8+
<title>scenedetect 🎬 Package &#8212; PySceneDetect 0.7.1-dev0 documentation</title>
99
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
1010
<link rel="stylesheet" type="text/css" href="_static/alabaster.css" />
1111
<link rel="stylesheet" type="text/css" href="_static/copybutton.css" />
@@ -224,7 +224,7 @@ <h2>Logging<a class="headerlink" href="#logging" title="Permalink to this headin
224224

225225

226226

227-
<p class="blurb">Version: [0.7]</p>
227+
<p class="blurb">Version: [0.7.1-dev0]</p>
228228

229229

230230

docs/head/api/backends.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

8-
<title>Video Backends &#8212; PySceneDetect 0.7 documentation</title>
8+
<title>Video Backends &#8212; PySceneDetect 0.7.1-dev0 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
1010
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css" />
1111
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css" />
@@ -771,7 +771,7 @@ <h2>Devices / Cameras / Pipes<a class="headerlink" href="#devices-cameras-pipes"
771771

772772

773773

774-
<p class="blurb">Version: [0.7]</p>
774+
<p class="blurb">Version: [0.7.1-dev0]</p>
775775

776776

777777

docs/head/api/common.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

8-
<title>Common &#8212; PySceneDetect 0.7 documentation</title>
8+
<title>Common &#8212; PySceneDetect 0.7.1-dev0 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
1010
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css" />
1111
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css" />
@@ -383,7 +383,7 @@
383383

384384

385385

386-
<p class="blurb">Version: [0.7]</p>
386+
<p class="blurb">Version: [0.7.1-dev0]</p>
387387

388388

389389

0 commit comments

Comments
 (0)