klapen/pyscenedetect-test

Update to v0.5 API

Opened this issue · 1 comments

Hello @klapen;

Thanks for your interest in PySceneDetect. I've just released a new beta of the v0.5 API (the stable release should be out this month), which finalizes the actual Python API. Any thoughts on the API itself would also be appreciated.

Until the final release of v0.5, there will be no changes to the API besides bugfixes; all the remaining work is regarding the command-line interface and documentation. Thus I am encouraging everyone to upgrade to the v0.5-beta-1 as soon as possible, which will be a seamless upgrade to v0.5 when it comes out.

I figured this would be the best way to let you know, as I know there were some issues you highlighted with the existing API in v0.4. These are all resolved in v0.5-beta, as I have completely refactored the API to help improve the project's modularity and capability to expand in the future. I would suggest porting your project to v0.5 as soon as possible, and am encouraging projects to start using the beta release to smooth the transition when the stable release of v0.5 is out.

Hello @Breakthrough,

Thanks for the update, I will update my code with the v0.5-beta.

Regards