Search Criteria
Package Details: python-scenedetect 0.6.5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-scenedetect.git (read-only, click to copy) |
---|---|
Package Base: | python-scenedetect |
Description: | A cross-platform, OpenCV-based video scene detection program and Python library. |
Upstream URL: | https://github.com/Breakthrough/PySceneDetect |
Licenses: | MIT |
Submitter: | bitwave |
Maintainer: | bitwave |
Last Packager: | bitwave |
Votes: | 5 |
Popularity: | 0.000642 |
First Submitted: | 2019-09-02 11:00 (UTC) |
Last Updated: | 2024-12-20 09:52 (UTC) |
Dependencies (7)
- opencv (opencv-cuda)
- python (python37AUR, python311AUR, python310AUR)
- python-click
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy1AUR)
- python-opencv (python-opencv-cuda)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- python-setuptools (make)
Latest Comments
void09 commented on 2023-01-13 23:50 (UTC)
Didn't work for me until I installed python-opencv
aorth commented on 2021-08-24 05:35 (UTC)
@cobaltspace Installing python-pip and python-wheel definitely allows 0.5.6 to build successfully in a chroot, but actually you seem to be right about needing pytest-runner. It is listed as a requirement in
setup.py
.cobaltspace commented on 2021-08-16 21:41 (UTC)
Ok, so
python-pip
is not a make dependency. The make dependency is actuallypython-pytest-runner
.cobaltspace commented on 2021-04-10 22:06 (UTC)
I think
python-pip
may be a make dependency.catalin.hritcu commented on 2021-03-30 10:33 (UTC) (edited on 2021-03-30 10:46 (UTC) by catalin.hritcu)
ImportError: libhdf5.so.200: cannot open shared object file: No such file or directory
pacman -S hdf5
helped get rid of this errornathanielcwm commented on 2020-10-11 05:13 (UTC) (edited on 2020-10-11 05:15 (UTC) by nathanielcwm)
Package requirements have changed with 0.5.4 btw.
I would recommend going over them.
https://github.com/Breakthrough/PySceneDetect/blob/master/docs/download.md
It looks like it is slightly outdated as tqdm is now required as of 0.5.4
dotted commented on 2020-02-20 16:36 (UTC)
Also needs qt5-base and python-click
another commented on 2019-10-10 16:46 (UTC)
Needs opencv, hdf5 as dependencies. python-tqdm as optional.