Skip to content

Commit 453dd28

Browse files
committed
[docs] Update changelog
1 parent a6bc5a7 commit 453dd28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/pages/changelog.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -665,14 +665,14 @@ Although there have been minimal changes to most API examples, there are several
665665

666666
#### Breaking
667667

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]:
669669
* The detector interface: `SceneDetector.process_frame()` and `SceneDetector.post_process()`
670670
* Statistics: `StatsManager.get_metrics()`, `StatsManager.set_metrics()`, and `StatsManager.metrics_exist()`
671671
* Move existing functionality to new submodules:
672672
* `scenedetect.scene_detector` moved to `scenedetect.detector`
673673
* `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)
676676
* Remove deprecated module `scenedetect.video_manager`, use [the `scenedetect.open_video()` function](https://www.scenedetect.com/docs/head/api.html#scenedetect.open_video) instead
677677
* Remove deprecated parameter `base_timecode` from various functions, there is no need to provide it
678678
* Remove deprecated parameter `video_manager` from various functions, use `video` parameter instead

0 commit comments

Comments
 (0)