PySceneDetect:基于Python和OpenCV场景切换检测程序和库

时间:2021-04-30 07:28:42
【文件属性】:
文件名称:PySceneDetect:基于Python和OpenCV场景切换检测程序和库
文件大小:276KB
文件格式:ZIP
更新时间:2021-04-30 07:28:42
python opencv video analysis image-processing 视频场景剪辑检测和分析工具 最新版本:v0.5.5(2021年1月17日) 主页: 文档: 不和谐: : 快速安装:要通过具有所有依赖项的pip安装PySceneDetect,请执行以下操作: pip install scenedetect[opencv] 对于服务器,可以通过安装scenedetect[opencv-headless]来使用OpenCV无头(非GUI)版本。 要启用视频拆分支持,您还需要安装mkvmerge或ffmpeg有关详细信息,请参阅“ 的文档。 需要Python模块click , numpy ,OpenCV cv2和(可选) tqdm来显示进度。 有关详细信息,请参见。 快速入门(命令行) : 在检测到新场景的地方分割输入视频: scenedetect -i video.mp4 detect-content split-video 跳过输入
【文件预览】:
PySceneDetect-master
----.gitignore(58B)
----scenedetect.spec(882B)
----setup.cfg(159B)
----package-info.rst(3KB)
----README.md(7KB)
----.github()
--------ISSUE_TEMPLATE()
----scenedetect()
--------video_manager.py(34KB)
--------frame_timecode.py(20KB)
--------scene_detector.py(5KB)
--------platform.py(11KB)
--------cli()
--------detectors()
--------thirdparty()
--------__init__.py(5KB)
--------__main__.py(3KB)
--------stats_manager.py(15KB)
--------scene_manager.py(32KB)
--------video_splitter.py(13KB)
----tests()
--------api_test.py(5KB)
--------conftest.py(2KB)
--------test_scene_manager.py(7KB)
--------test_frame_timecode.py(12KB)
--------__init__.py(2KB)
--------test_video_manager.py(12KB)
--------test_stats_manager.py(12KB)
--------test_platform.py(4KB)
----scenedetect.py(2KB)
----docs()
--------other()
--------reference()
--------faq.md(2KB)
--------download.md(7KB)
--------examples()
--------img()
--------changelog.md(19KB)
--------index.md(3KB)
--------features.md(5KB)
--------contributing.md(4KB)
--------supporting.md(3KB)
----LICENSE(5KB)
----requirements.txt(152B)
----mkdocs.yml(2KB)
----MANIFEST.in(44B)
----setup.py(4KB)
----.travis.yml(357B)
----manual()
--------make.bat(781B)
--------conf.py(5KB)
--------index.rst(2KB)
--------api()
--------api.rst(5KB)
--------cli()
--------_static()
--------Makefile(610B)

网友评论