• 大小: 261KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-10-04
  • 语言: Python
  • 标签:

资源简介

PySceneDetect - 基于Python/OpenCV实现的视频场景检测与分析

资源截图

代码片段和文件信息


#
#         PySceneDetect: Python-based Video Scene Detector
#   ---------------------------------------------------------------
#     [  Site: http://www.bcastell.com/projects/pyscenedetect/   ]
#     [  Github: https://github.com/Breakthrough/PySceneDetect/  ]
#     [  Documentation: http://pyscenedetect.readthedocs.org/    ]
#
# This is a convenience/backwards-compatibility script and simply provides an
# alternative to running PySceneDetect from source (in addition to the standard
# python -m scenedetect).
#
# Copyright (C) 2012-2019 Brandon Castellano .
#
# PySceneDetect is licensed under the BSD 3-Clause License; see the
# included LICENSE file or visit one of the following pages for details:
#  - http://www.bcastell.com/projects/pyscenedetect/
#  - https://github.com/Breakthrough/PySceneDetect/
#
# This software uses Numpy and OpenCV; see the LICENSE-NUMPY and
# LICENSE-OPENCV files or visit one of above URLs for details.
#
# THE SOFTWARE IS PROVIDED “AS IS“ WITHOUT WARRANTY OF ANY KIND
# EXPRESS OR IMPLIED INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
# MERCHANTABILITY FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
# IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM DAMAGES OR
# OTHER LIABILITY WHETHER IN AN ACTION OF CONTRACT TORT OR OTHERWISE
# ARISING FROM OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
# OTHER DEALINGS IN THE SOFTWARE.
#

if __name__ == “__main__“:
    # pylint: disable=no-name-in-module
    from scenedetect.__main__ import main
    main()

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-07-31 02:49  Breakthrough-PySceneDetect-42aaca2\
     目录           0  2019-07-31 02:49  Breakthrough-PySceneDetect-42aaca2\.github\
     目录           0  2019-07-31 02:49  Breakthrough-PySceneDetect-42aaca2\.github\ISSUE_TEMPLATE\
     文件         123  2019-07-31 02:49  Breakthrough-PySceneDetect-42aaca2\.github\ISSUE_TEMPLATE\blank-template.md
     文件        1519  2019-07-31 02:49  Breakthrough-PySceneDetect-42aaca2\.github\ISSUE_TEMPLATE\bug-or-issue-report.md
     文件        1027  2019-07-31 02:49  Breakthrough-PySceneDetect-42aaca2\.github\ISSUE_TEMPLATE\feature-or-enhancement-request.md
     文件          58  2019-07-31 02:49  Breakthrough-PySceneDetect-42aaca2\.gitignore
     文件        5176  2019-07-31 02:49  Breakthrough-PySceneDetect-42aaca2\LICENSE
     文件          44  2019-07-31 02:49  Breakthrough-PySceneDetect-42aaca2\MANIFEST.in
     文件        6205  2019-07-31 02:49  Breakthrough-PySceneDetect-42aaca2\README.md
     目录           0  2019-07-31 02:49  Breakthrough-PySceneDetect-42aaca2\docs\
     文件        7681  2019-07-31 02:49  Breakthrough-PySceneDetect-42aaca2\docs\changelog.md
     文件        4346  2019-07-31 02:49  Breakthrough-PySceneDetect-42aaca2\docs\contributing.md
     文件        4435  2019-07-31 02:49  Breakthrough-PySceneDetect-42aaca2\docs\copyright.md
     文件        7624  2019-07-31 02:49  Breakthrough-PySceneDetect-42aaca2\docs\download.md
     目录           0  2019-07-31 02:49  Breakthrough-PySceneDetect-42aaca2\docs\examples\
     文件        9390  2019-07-31 02:49  Breakthrough-PySceneDetect-42aaca2\docs\examples\usage-example.md
     文件        4309  2019-07-31 02:49  Breakthrough-PySceneDetect-42aaca2\docs\examples\usage-python.md
     文件       14588  2019-07-31 02:49  Breakthrough-PySceneDetect-42aaca2\docs\examples\usage.md
     文件        2007  2019-07-31 02:49  Breakthrough-PySceneDetect-42aaca2\docs\examples\video-splitting.md
     文件        5226  2019-07-31 02:49  Breakthrough-PySceneDetect-42aaca2\docs\features.md
     目录           0  2019-07-31 02:49  Breakthrough-PySceneDetect-42aaca2\docs\img\
     文件       89719  2019-07-31 02:49  Breakthrough-PySceneDetect-42aaca2\docs\img\params.png
     文件        6304  2019-07-31 02:49  Breakthrough-PySceneDetect-42aaca2\docs\img\pyscenedetect_logo.png
     文件        2824  2019-07-31 02:49  Breakthrough-PySceneDetect-42aaca2\docs\img\pyscenedetect_logo_small.png
     文件        2713  2019-07-31 02:49  Breakthrough-PySceneDetect-42aaca2\docs\index.md
     目录           0  2019-07-31 02:49  Breakthrough-PySceneDetect-42aaca2\docs\other\
     文件           0  2019-07-31 02:49  Breakthrough-PySceneDetect-42aaca2\docs\other\resources.md
     文件         844  2019-07-31 02:49  Breakthrough-PySceneDetect-42aaca2\docs\other\similar.md
     文件           0  2019-07-31 02:49  Breakthrough-PySceneDetect-42aaca2\docs\other\thirdparty.md
     目录           0  2019-07-31 02:49  Breakthrough-PySceneDetect-42aaca2\docs\reference\
............此处省略66个文件信息

评论

共有 条评论