CDemmenie
CDemmenie
[tools/clean-python.sh](https://github.com/imgcook/boa/blob/b0de639faac985f5fe9b3120da74ca4d73da735d/tools/clean-python.sh) is the only shell script I can see from a cursory look; are there more issues to converting to Windows other than that?
Please finish and merge this; it's quite a useful feature. If there's anything I can do to help, I'd be more than happy to.
What I need (and what I'm pretty sure this PR provides) is an easy way to check if a post contains one or more videos.
I have noticed this too, any idea what's causing it?
I'll have to look at that example later. I've also had the opposite problem where the same video will produce different hashes, not to mention that it always takes a...
It could do but it has to be done in a way that works across devices. I think an algorithm with decent time complexity would be best. I'm also thinking...
I implemented a feature that automatically takes care of this issue in my fork: https://github.com/Demmenie/videohash2 https://pypi.org/project/videohash2/
@akamhy, please merge this; `pillow.ANTIALIAS` is deprecated and no longer works in `pillow>=10.0.0`. Older versions of pillow have multiple known DoS vulnerabilities.
> I think you could do PR for it.. even if the author will never merge it. Please do, if only to let other people do the same. I think...
> Edit: I was able to speed it up ~10x for short videos by passing the output for video_duration() to framesextractor() and stopping it from looking for cropping in timestamps...