Skip to content

Commit c8fe9c3

Browse files
author
github-actions
committed
[docs] @Breakthrough: Generate Website
Commit: b3c542a
1 parent aab9562 commit c8fe9c3

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

changelog/index.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -927,15 +927,13 @@ <h1 id="development">Development</h1>
927927
<h2 id="pyscenedetect-07-in-development">PySceneDetect 0.7 (In Development)</h2>
928928
<h3 id="release-notes_12">Release Notes</h3>
929929
<p>PySceneDetect is a major breaking release which overhauls how timestamps are handled throughout the API. This allows PySceneDetect to properly process variable framerate (VFR) videos. A significant amount of technical debt has been addressed, including removal of deprecated or overly complicated APIs.</p>
930-
<p>Although there have been minimal changes to most API examples, there are several breaking changes. Applications written for the 0.6 API <em>may</em> require modification to work with the new API.</p>
930+
<p>Although there have been minimal changes to most API examples, there are several breaking changes. Applications written for the 0.6 API <em>may</em> require modification to work with the new API. Minimum supported Python version is now <strong>Python 3.8</strong>.</p>
931931
<h3 id="cli-changes">CLI Changes</h3>
932-
<h3 id="cli-changes_1">CLI Changes</h3>
933932
<ul>
934933
<li>[feature] [WIP] New <code>save-xml</code> command supports saving scenes in Final Cut Pro format <a href="https://github.com/Breakthrough/PySceneDetect/issues/156">#156</a></li>
935934
<li>[refactor] Remove deprecated <code>-d</code>/<code>--min-delta-hsv</code> option from <code>detect-adaptive</code> command</li>
936935
</ul>
937936
<h3 id="api-changes">API Changes</h3>
938-
<h4 id="breaking">Breaking</h4>
939937
<ul>
940938
<li>Replace <code>frame_num</code> parameter (<code>int</code>) with <code>timecode</code> (<code>FrameTimecode</code>) in <code>SceneDetector</code> interface (#168)[https://github.com/Breakthrough/PySceneDetect/issues/168]:<ul>
941939
<li>The detector interface: <code>SceneDetector.process_frame()</code> and <code>SceneDetector.post_process()</code></li>
@@ -963,9 +961,6 @@ <h4 id="breaking">Breaking</h4>
963961
<li>Remove <code>advance</code> parameter from <code>VideoStream.read()</code></li>
964962
<li>Remove <code>SceneDetector.stats_manager_required</code> property, no longer required</li>
965963
<li><code>SceneDetector</code> is now a <a href="https://docs.python.org/3/library/abc.html">Python abstract class</a></li>
966-
</ul>
967-
<p>#### General</p>
968-
<ul>
969964
<li>Deprecated functionality preserved from v0.6 now uses the <code>warnings</code> module</li>
970965
<li>Add properties to access <code>frame_num</code>, <code>framerate</code>, and <code>seconds</code> from <code>FrameTimecode</code> instead of getter methods</li>
971966
<li>Add new <code>Timecode</code> type to represent frame timings in terms of the video's source timebase</li>

download/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141

142142
<h1 id="download">Download</h1>
143143
<p>PySceneDetect is completely free software, and can be downloaded from the links below. See the <a href="../copyright/">license and copyright information</a> page for details. If you have trouble running PySceneDetect, ensure that you have all the required dependencies listed in the <a href="#dependencies">Dependencies</a> section below.</p>
144-
<p>PySceneDetect requires at least Python 3.7 or higher.</p>
144+
<p>PySceneDetect requires at least Python 3.8 or higher.</p>
145145
<h2 id="install-via-pip">Install via pip &nbsp; <span class="wy-text-neutral"><span class="fa fa-windows"></span> &nbsp; <span class="fa fa-linux"></span> &nbsp; <span class="fa fa-apple"></span></span></h3></h2>
146146
<div class="important">
147147
<h4 class="wy-text-neutral"><span class="fa fa-angle-double-down wy-text-info"></span> Including OpenCV (recommended):</h4>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)