mirror of
https://github.com/YaoFANGUK/video-subtitle-remover.git
synced 2026-05-13 14:47:34 +08:00
新增视频场景检测
This commit is contained in:
15
backend/scenedetect/_thirdparty/__init__.py
vendored
Normal file
15
backend/scenedetect/_thirdparty/__init__.py
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
# -*- 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.
|
||||
"""
|
||||
Reference in New Issue
Block a user