Skip to content

Commit 13e6966

Browse files
author
github-actions
committed
[docs] @Breakthrough: Generate Website
Commit: fda8c58
1 parent 223bffe commit 13e6966

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

changelog/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -930,6 +930,7 @@ <h3 id="cli-changes">CLI Changes</h3>
930930
<ul>
931931
<li>[feature] VFR videos are handled correctly by the OpenCV and PyAV backends, and should work correctly with default parameters</li>
932932
<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>[feature] <code>--min-scene-len</code>/<code>-m</code> and <code>save-images --frame-margin</code>/<code>-m</code> now accept seconds (e.g. <code>0.6s</code>) and timecodes (e.g. <code>00:00:00.600</code>) in addition to a frame count <a href="https://github.com/Breakthrough/PySceneDetect/issues/531">#531</a></li>
933934
<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>
934935
<li>[refactor] Remove deprecated <code>-d</code>/<code>--min-delta-hsv</code> option from <code>detect-adaptive</code> command</li>
935936
</ul>
@@ -956,6 +957,7 @@ <h3 id="api-changes">API Changes</h3>
956957
<li>Remove <code>SceneDetector.is_processing_required()</code> method</li>
957958
<li>Remove <code>SceneDetector.stats_manager_required</code> property, no longer required</li>
958959
<li>Remove deprecated <code>SparseSceneDetector</code> interface</li>
960+
<li>Detector <code>min_scene_len</code> and <code>save_images()</code> <code>frame_margin</code> arguments now accept seconds (<code>float</code>) and timecode strings (e.g. <code>"0.6s"</code>, <code>"00:00:00.600"</code>) in addition to a frame count (<code>int</code>); these are evaluated using the source video's timing for correct behavior on VFR videos <a href="https://github.com/Breakthrough/PySceneDetect/issues/531">#531</a></li>
959961
</ul>
960962
<p><strong>Module Reorganization:</strong></p>
961963
<ul>

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)