Metadata-Version: 2.1
Name: moviepy2
Version: 1.0.1
Summary: Video editing with Python
Home-page: https://github.com/leemo1989/moviepy2
Author: leemo1989@163.com
License: MIT License
Keywords: video editing audio compositing ffmpeg
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Multimedia
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Sound/Audio :: Analysis
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Multimedia :: Video :: Capture
Classifier: Topic :: Multimedia :: Video :: Conversion
License-File: LICENCE.txt
Requires-Dist: decorator<5.0,>=4.0.2
Requires-Dist: imageio<3.0,>=2.5; python_version >= "3.4"
Requires-Dist: imageio<2.5,>=2.0; python_version < "3.4"
Requires-Dist: imageio_ffmpeg>=0.2.0; python_version >= "3.4"
Requires-Dist: tqdm<5.0,>=4.11.2
Requires-Dist: numpy>=1.17.3; python_version != "2.7"
Requires-Dist: numpy; python_version >= "2.7"
Requires-Dist: requests<3.0,>=2.8.1
Requires-Dist: proglog<=1.0.0
Requires-Dist: torch
Provides-Extra: optional
Requires-Dist: opencv-python<4.0,>=3.0; python_version != "2.7" and extra == "optional"
Requires-Dist: scikit-image<1.0,>=0.13.0; python_version >= "3.4" and extra == "optional"
Requires-Dist: scikit-learn; python_version >= "3.4" and extra == "optional"
Requires-Dist: scipy<1.5,>=0.19.0; python_version != "3.3" and extra == "optional"
Requires-Dist: matplotlib<3.0,>=2.0.0; python_version >= "3.4" and extra == "optional"
Requires-Dist: youtube_dl; extra == "optional"
Provides-Extra: doc
Requires-Dist: pygame<2.0,>=1.9.3; python_version < "3.8" and extra == "doc"
Requires-Dist: numpydoc<1.0,>=0.6.0; extra == "doc"
Requires-Dist: sphinx_rtd_theme<1.0,>=0.1.10b0; extra == "doc"
Requires-Dist: Sphinx<2.0,>=1.5.2; extra == "doc"
Provides-Extra: test
Requires-Dist: coverage<5.0; extra == "test"
Requires-Dist: coveralls<2.0,>=1.1; extra == "test"
Requires-Dist: pytest-cov<3.0,>=2.5.1; extra == "test"
Requires-Dist: pytest<4.0,>=3.0.0; extra == "test"
Requires-Dist: requests<3.0,>=2.8.1; extra == "test"

# MoviePy2

本项目为 [moviepy的下游分支](https://github.com/Zulko/moviepy)

增加了对GPU torch的支持，性能在不同的显卡提升30%～90%区间
## 性能测试如下

在RTx3080显卡驱动下 torch2.1.2+cu121 示例demo从252s提升到75s，提升70%

在Rtx4080显卡驱动下 torch2.3.2+cu121 示例demo从252s提升到49s，提升83%
