.gitignore
.style.yapf
.travis.yml
LICENSE
MANIFEST.in
README.md
appveyor.yml
mkdocs.yml
requirements.txt
requirements_headless.txt
scenedetect.cfg
scenedetect.py
setup.cfg
setup.py
.github/ISSUE_TEMPLATE/blank-template.md
.github/ISSUE_TEMPLATE/bug-or-issue-report.md
.github/ISSUE_TEMPLATE/feature-or-enhancement-request.md
dist/.version_info
dist/cleanup_dependencies.py
dist/package-info.rst
dist/requirements_windows.txt
dist/scenedetect.spec
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
manual/Makefile
manual/api.rst
manual/conf.py
manual/index.rst
manual/make.bat
manual/requirements.txt
manual/_static/pyscenedetect_logo.png
manual/_static/pyscenedetect_logo_small.png
manual/api/backends.rst
manual/api/detectors.rst
manual/api/frame_timecode.rst
manual/api/migration_guide.rst
manual/api/platform.rst
manual/api/scene_detector.rst
manual/api/scene_manager.rst
manual/api/stats_manager.rst
manual/api/video_splitter.rst
manual/api/video_stream.rst
manual/cli/backends.rst
manual/cli/commands.rst
manual/cli/config_file.rst
manual/cli/detectors.rst
manual/cli/global_options.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/../LICENSE
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_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