forked from Lainports/freebsd-ports
PySceneDetect is a command-line application and a Python library for detecting scene changes in videos, and automatically splitting the video into separate clips. WWW: https://pyscenedetect.readthedocs.io/en/latest/
10 lines
205 B
Python
10 lines
205 B
Python
--- scenedetect/platform.py.orig 2018-04-27 12:19:46 UTC
|
|
+++ scenedetect/platform.py
|
|
@@ -26,6 +26,7 @@
|
|
#
|
|
|
|
# Third-Party Library Imports
|
|
+import numpy
|
|
import cv2
|
|
|
|
# Compatibility fix for OpenCV < 3.0
|