Package Details: python-scenedetect 0.6.2-1

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.180883
First Submitted: 2019-09-02 11:00 (UTC)
Last Updated: 2023-09-10 11:06 (UTC)

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 actually python-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 error

nathanielcwm 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.