LICENSE
README.md
pyproject.toml
scenedetect.cfg
docs/LATEST_VERSION
docs/Makefile
docs/api.rst
docs/cli.rst
docs/conf.py
docs/generate_cli_docs.py
docs/index.rst
docs/make.bat
docs/_static/favicon.ico
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/common.rst
docs/api/detector.rst
docs/api/detectors.rst
docs/api/migration_guide.rst
docs/api/output.rst
docs/api/platform.rst
docs/api/scene_manager.rst
docs/api/stats_manager.rst
docs/api/video_stream.rst
docs/cli/backends.rst
docs/cli/config_file.rst
packaging/package-info.rst
scenedetect/__init__.py
scenedetect/__main__.py
scenedetect/common.py
scenedetect/detector.py
scenedetect/frame_timecode.py
scenedetect/platform.py
scenedetect/scene_detector.py
scenedetect/scene_manager.py
scenedetect/stats_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
scenedetect/detectors/transnet_v2.py
scenedetect/output/__init__.py
scenedetect/output/image.py
scenedetect/output/video.py
tests/test_api.py
tests/test_backend_opencv.py
tests/test_backend_pyav.py
tests/test_cli.py
tests/test_detectors.py
tests/test_output.py
tests/test_platform.py
tests/test_scene_manager.py
tests/test_stats_manager.py
tests/test_timecode.py
tests/test_vfr.py
tests/test_video_stream.py