Skip to content

Commit e0c223b

Browse files
author
github-actions
committed
[docs] @Breakthrough: Generate Website
Commit: ebe45af
1 parent d795f30 commit e0c223b

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

changelog/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,9 @@ <h3 id="release-notes_12">Release Notes</h3>
928928
<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.10</strong>.</p>
929929
<h3 id="cli-changes">CLI Changes</h3>
930930
<ul>
931-
<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>
931+
<li>[feature] VFR videos are handled correctly by the OpenCV and PyAV backends, and should work correctly with default parameters</li>
932+
<li>[feature] New <code>save-xml</code> command supports saving scenes in Final Cut Pro formats <a href="https://github.com/Breakthrough/PySceneDetect/issues/156">#156</a></li>
933+
<li>[bugfix] Fix floating-point precision error in <code>save-otio</code> output where frame values near integer boundaries (e.g. <code>90.00000000000001</code>) were serialized with spurious precision</li>
932934
<li>[refactor] Remove deprecated <code>-d</code>/<code>--min-delta-hsv</code> option from <code>detect-adaptive</code> command</li>
933935
</ul>
934936
<h3 id="api-changes">API Changes</h3>
@@ -977,6 +979,8 @@ <h3 id="api-changes">API Changes</h3>
977979
<li>Remove deprecated <code>AdaptiveDetector.get_content_val()</code> method (use <code>StatsManager</code> instead)</li>
978980
<li>Remove deprecated <code>AdaptiveDetector</code> constructor arg <code>min_delta_hsv</code> (use <code>min_content_val</code> instead)</li>
979981
<li>Remove <code>advance</code> parameter from <code>VideoStream.read()</code></li>
982+
<li>Remove <code>SceneDetector.stats_manager_required</code> property, no longer required</li>
983+
<li><code>SceneDetector</code> is now a <a href="https://docs.python.org/3/library/abc.html">Python abstract class</a></li>
980984
</ul>
981985

982986
</div>

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)