LICENSE
README.md
pyproject.toml
scenedetect.cfg
setup.cfg
dist/package-info.rst
docs/.readthedocs.yaml
docs/Makefile
docs/api.rst
docs/cli.rst
docs/conf.py
docs/generate_cli_docs.py
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/_static/pyscenedetect.css
docs/_static/pyscenedetect_logo.png
docs/_static/pyscenedetect_logo_small.png
docs/_templates/navigation.html
docs/api/backends.rst
docs/api/detectors.rst
docs/api/frame_timecode.rst
docs/api/migration_guide.rst
docs/api/platform.rst
docs/api/scene_detector.rst
docs/api/scene_manager.rst
docs/api/stats_manager.rst
docs/api/video_splitter.rst
docs/api/video_stream.rst
docs/cli/backends.rst
docs/cli/config_file.rst
scenedetect/__init__.py
scenedetect/__main__.py
scenedetect/frame_timecode.py
scenedetect/platform.py
scenedetect/scene_detector.py
scenedetect/scene_manager.py
scenedetect/stats_manager.py
scenedetect/video_manager.py
scenedetect/video_splitter.py
scenedetect/video_stream.py
scenedetect.egg-info/PKG-INFO
scenedetect.egg-info/SOURCES.txt
scenedetect.egg-info/dependency_links.txt
scenedetect.egg-info/entry_points.txt
scenedetect.egg-info/requires.txt
scenedetect.egg-info/top_level.txt
scenedetect/_cli/__init__.py
scenedetect/_cli/commands.py
scenedetect/_cli/config.py
scenedetect/_cli/context.py
scenedetect/_cli/controller.py
scenedetect/_thirdparty/__init__.py
scenedetect/_thirdparty/simpletable.py
scenedetect/backends/__init__.py
scenedetect/backends/moviepy.py
scenedetect/backends/opencv.py
scenedetect/backends/pyav.py
scenedetect/detectors/__init__.py
scenedetect/detectors/adaptive_detector.py
scenedetect/detectors/content_detector.py
scenedetect/detectors/hash_detector.py
scenedetect/detectors/histogram_detector.py
scenedetect/detectors/threshold_detector.py
tests/test_api.py
tests/test_backend_opencv.py
tests/test_backend_pyav.py
tests/test_backwards_compat.py
tests/test_cli.py
tests/test_detectors.py
tests/test_frame_timecode.py
tests/test_platform.py
tests/test_scene_manager.py
tests/test_stats_manager.py
tests/test_video_splitter.py
tests/test_video_stream.py