File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed 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
You can’t perform that action at this time.
0 commit comments