recurring-content-detector
recurring-content-detector copied to clipboard
Unsupervised detection of opening / closing credits, recaps, and previews in video files π₯πΏπ¬
For example When 10 episodes were present, the script was executed and we get all the timestamp for 10 episodes but when a new episode is downloaded, is it possible...
Bumps [numpy](https://github.com/numpy/numpy) from 1.16.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
I used your code to skip intros, had some great success with it. However I realized that I didn't need to convert the whole video, just a sample of it....
https://github.com/nielstenboom/recurring-content-detector/blob/1ed2d0f1356202af0f43ddffd1e006fe305cb1d9/recurring_content_detector/detector.py#L113-L121 What does `s` and `e` mean in your script?? Please use better naming convention
Not sure how to use this project but I'm always falling into: ValueError: need at least one array to concatenate. Where does this come from? I'm using the docker implementation