You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To install from source, download and extract the latest release to a location of your choice, and make sure you have the appropriate [system requirements](#dependencies) installed before continuing. PySceneDetect can be installed by running the following command in the location of the extracted files (don't forget `sudo` if you're installing system-wide):
@@ -53,7 +53,7 @@ To get familiar with PySceneDetect, try running `scenedetect help`, or continue
53
53
54
54
PySceneDetect requires [Python 3](https://www.python.org/) and the following packages:
55
55
56
-
-[OpenCV](http://opencv.org/) (compatible with 2/3), can install via `pip install opencv-python`. Used for video I/O.
56
+
-[OpenCV](http://opencv.org/) (compatible with 3/4), can install via `pip install opencv-python`. Used for video I/O.
57
57
-[Numpy](https://numpy.org/), can install via `pip install numpy`. Used for frame processing.
58
58
-[Click](https://click.palletsprojects.com), can install via `pip install Click`. Used for command line interface.
59
59
-[tqdm](https://github.com/tqdm/tqdm), can install via `pip install tqdm`. Used to show progress bar and estimated time remaining.
0 commit comments