cd ShotDetect
python shotdetect.py # to process a single video
python shotdetect_p.py # to process a list of videos in parallel
Shot detection from videos with useful portals for long complicated videos, e.g., movies scenarios. The repo is based on PySceneDetect, which is under BSD 3-Clause License.
- Parallel processing.
- Keyframe saving.
- Optimal detector that is tested on movie/tv epsoides scenarios, e.g., HSV-LUV joint model.
- Average sampler.
@inproceedings{rao2020local,
title={A Local-to-Global Approach to Multi-modal Movie Scene Segmentation},
author={Rao, Anyi and Xu, Linning and Xiong, Yu and Xu, Guodong and Huang, Qingqiu and Zhou, Bolei and Lin, Dahua},
booktitle={IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
year={2020}
}
@misc{brandon2018,
author = {Brandon Castellano},
title = {PySceneDetect: Intelligent scene cut detection and video splitting tool},
year = 2018,
howpublished = {\url{https://pyscenedetect.readthedocs.io/en/latest/}},
}