PySceneDetect icon indicating copy to clipboard operation
PySceneDetect copied to clipboard

Move Post-Processing Functionality into Dedicated Submodule

Open Breakthrough opened this issue 1 year ago • 0 comments

Description:

The scenedetect.scene_manager module has grown quite large and unwieldy, containing more functionality (by lines of code) for post-processing than scene detection itself. It would be ideal if we could move post-processing into a dedicated submodule to better encapsulate this functionality, and improve ease of maintenance.

Breakthrough avatar Nov 24 '24 21:11 Breakthrough