Files
video-subtitle-remover/backend/scenedetect/_thirdparty/__init__.py
2023-12-12 17:06:05 +08:00

16 lines
789 B
Python

# -*- coding: utf-8 -*-
#
# PySceneDetect: Python-Based Video Scene Detector
# -------------------------------------------------------------------
# [ Site: https://scenedetect.com ]
# [ Docs: https://scenedetect.com/docs/ ]
# [ Github: https://github.com/Breakthrough/PySceneDetect/ ]
#
# Copyright (C) 2014-2023 Brandon Castellano <http://www.bcastell.com>.
# PySceneDetect is licensed under the BSD 3-Clause License; see the
# included LICENSE file, or visit one of the above pages for details.
#
"""Includes third-party libraries distributed with PySceneDetect. To simplify distribution of binary
builds, the source directory also includes license files for the packages PySceneDetect depends on.
"""