New release with two new command line options - down sampling and frame skipping - both focused on performance/efficiency.
- [feature] added downscaling/subsampling option (
-df
/--downscale_factor
) to improve performance on higher resolution videos - [feature] added frameskip option (
-fs
/--frame_skip
) to improve performance on high framerate videos, at expense of frame accuracy and possible inaccurate scene cut prediction - [enhance] added setup.py to allow for one-line installation (just run
python setup.py install
after downloading and extracting PySceneDetect) - [internal] additional API functions to remove requirement on passing OpenCV video objects, and allow just a file path instead