PySceneDetect
PySceneDetect copied to clipboard
Move Post-Processing Functionality into Dedicated Submodule
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.