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
Copy file name to clipboardExpand all lines: website/pages/changelog.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -665,14 +665,14 @@ Although there have been minimal changes to most API examples, there are several
665
665
666
666
#### Breaking
667
667
668
-
* Replace `frame_num` parameter (`int`) with `timecode` (`FrameTimecode`) in `SceneDetector` interface:
668
+
* Replace `frame_num` parameter (`int`) with `timecode` (`FrameTimecode`) in `SceneDetector` interface (#168)[https://github.com/Breakthrough/PySceneDetect/issues/168]:
669
669
* The detector interface: `SceneDetector.process_frame()` and `SceneDetector.post_process()`
670
670
* Statistics: `StatsManager.get_metrics()`, `StatsManager.set_metrics()`, and `StatsManager.metrics_exist()`
671
671
* Move existing functionality to new submodules:
672
672
* `scenedetect.scene_detector` moved to `scenedetect.detector`
673
673
* `scenedetect.frame_timecode` moved to `scenedetect.common`
674
-
* Output functionality from `scenedetect.scene_manager` moved to `scenedetect.output`
675
-
* `scenedetect.video_splitter` moved to `scenedetect.output.video`
674
+
* Output functionality from `scenedetect.scene_manager` moved to `scenedetect.output`[#463](https://github.com/Breakthrough/PySceneDetect/issues/463)
675
+
* `scenedetect.video_splitter` moved to `scenedetect.output.video`[#463](https://github.com/Breakthrough/PySceneDetect/issues/463)
676
676
* Remove deprecated module `scenedetect.video_manager`, use [the `scenedetect.open_video()` function](https://www.scenedetect.com/docs/head/api.html#scenedetect.open_video) instead
677
677
* Remove deprecated parameter `base_timecode` from various functions, there is no need to provide it
678
678
* Remove deprecated parameter `video_manager` from various functions, use `video` parameter instead
0 commit comments