LICENSE
README.md
pyproject.toml
setup.cfg
docs/changelog.md
docs/contributing.md
docs/download.md
docs/faq.md
docs/features.md
docs/index.md
docs/requirements.txt
docs/supporting.md
docs/examples/usage-example.md
docs/examples/usage.md
docs/img/goldeneye-stats.png
docs/img/params.png
docs/img/pyscenedetect_logo.png
docs/img/pyscenedetect_logo_small.png
docs/other/copyright.md
docs/other/literature.md
docs/other/similar.md
docs/reference/command-line.md
docs/reference/config.md
docs/reference/detection-methods.md
docs/reference/python-api.md
docs/reference/video-splitting.md
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/backends/__init__.py
scenedetect/backends/opencv.py
scenedetect/backends/pyav.py
scenedetect/cli/__init__.py
scenedetect/cli/config.py
scenedetect/cli/context.py
scenedetect/cli/controller.py
scenedetect/detectors/__init__.py
scenedetect/detectors/adaptive_detector.py
scenedetect/detectors/content_detector.py
scenedetect/detectors/motion_detector.py
scenedetect/detectors/threshold_detector.py
scenedetect/thirdparty/LICENSE-CLICK
scenedetect/thirdparty/LICENSE-NUMPY
scenedetect/thirdparty/LICENSE-OPENCV
scenedetect/thirdparty/LICENSE-PYTEST
scenedetect/thirdparty/LICENSE-TQDM
scenedetect/thirdparty/__init__.py
scenedetect/thirdparty/simpletable.py
tests/__init__.py
tests/conftest.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_stream.py