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/_build/doctrees/api.doctree
docs/_build/doctrees/cli.doctree
docs/_build/doctrees/environment.pickle
docs/_build/doctrees/index.doctree
docs/_build/doctrees/api/backends.doctree
docs/_build/doctrees/api/detectors.doctree
docs/_build/doctrees/api/frame_timecode.doctree
docs/_build/doctrees/api/migration_guide.doctree
docs/_build/doctrees/api/platform.doctree
docs/_build/doctrees/api/scene_detector.doctree
docs/_build/doctrees/api/scene_manager.doctree
docs/_build/doctrees/api/stats_manager.doctree
docs/_build/doctrees/api/video_splitter.doctree
docs/_build/doctrees/api/video_stream.doctree
docs/_build/doctrees/cli/backends.doctree
docs/_build/doctrees/cli/config_file.doctree
docs/_build/html/.buildinfo
docs/_build/html/api.html
docs/_build/html/cli.html
docs/_build/html/genindex.html
docs/_build/html/index.html
docs/_build/html/objects.inv
docs/_build/html/py-modindex.html
docs/_build/html/search.html
docs/_build/html/searchindex.js
docs/_build/html/_sources/api.rst.txt
docs/_build/html/_sources/cli.rst.txt
docs/_build/html/_sources/index.rst.txt
docs/_build/html/_sources/api/backends.rst.txt
docs/_build/html/_sources/api/detectors.rst.txt
docs/_build/html/_sources/api/frame_timecode.rst.txt
docs/_build/html/_sources/api/migration_guide.rst.txt
docs/_build/html/_sources/api/platform.rst.txt
docs/_build/html/_sources/api/scene_detector.rst.txt
docs/_build/html/_sources/api/scene_manager.rst.txt
docs/_build/html/_sources/api/stats_manager.rst.txt
docs/_build/html/_sources/api/video_splitter.rst.txt
docs/_build/html/_sources/api/video_stream.rst.txt
docs/_build/html/_sources/cli/backends.rst.txt
docs/_build/html/_sources/cli/config_file.rst.txt
docs/_build/html/_static/alabaster.css
docs/_build/html/_static/basic.css
docs/_build/html/_static/custom.css
docs/_build/html/_static/doctools.js
docs/_build/html/_static/documentation_options.js
docs/_build/html/_static/file.png
docs/_build/html/_static/language_data.js
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/pygments.css
docs/_build/html/_static/pyscenedetect.css
docs/_build/html/_static/pyscenedetect_logo.png
docs/_build/html/_static/pyscenedetect_logo_small.png
docs/_build/html/_static/searchtools.js
docs/_build/html/_static/sphinx_highlight.js
docs/_build/html/api/backends.html
docs/_build/html/api/detectors.html
docs/_build/html/api/frame_timecode.html
docs/_build/html/api/migration_guide.html
docs/_build/html/api/platform.html
docs/_build/html/api/scene_detector.html
docs/_build/html/api/scene_manager.html
docs/_build/html/api/stats_manager.html
docs/_build/html/api/video_splitter.html
docs/_build/html/api/video_stream.html
docs/_build/html/cli/backends.html
docs/_build/html/cli/config_file.html
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