PySceneDetect v0.5.1.1
-
minor re-release of v0.5.1, includes updated setup.py which returns OpenCV to an optional dependency
-
to install from pip now with all dependencies:
pip install scenedetect[opencv,progress_bar]
-
to install only PySceneDetect: (separate OpenCV installation required)
pip install scenedetect
-
the release notes of v0.5.1 have been modified to include the prior command
-
no change to PySceneDetect program version
-
[feature] add
get_duration
method to VideoManager (#109, thanks @arianaa30)
This change was made to support platforms where the opencv-python
package is unavailable, and to allow using a non-pip version of OpenCV (e.g. a binary install or building from source). See #73 for why the original fix was implemented, and #111 for details on what prompted this re-release.