1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
Source: moviepy
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Roland Mas <lolando@debian.org>,
Section: python
Build-Depends:
debhelper-compat (= 13),
dh-python,
dh-sequence-python3,
ffmpeg,
fonts-liberation,
imagemagick,
gsfonts,
pybuild-plugin-pyproject,
python3-all,
python3-coverage,
python3-decorator,
python3-imageio,
python3-imageio-ffmpeg,
python3-numpy,
python3-pip,
python3-proglog,
python3-pytest,
python3-pytest-cov,
python3-requests,
python3-setuptools,
python3-wheel,
Standards-Version: 4.7.2
Homepage: https://zulko.github.io/moviepy/
Vcs-Git: https://salsa.debian.org/python-team/packages/moviepy.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/moviepy
Package: python3-moviepy
Architecture: all
Depends:
ffmpeg,
python3-decorator,
python3-imageio,
python3-numpy,
python3-proglog,
python3-requests,
python3-tqdm,
${misc:Depends},
${python3:Depends},
Suggests:
fonts-liberation,
imagemagick,
gsfonts,
python3-matplotlib,
python3-opencv,
python3-pil,
python3-scipy,
python3-skimage,
python3-sklearn,
yt-dlp,
Description: Video editing with Python
MoviePy is a Python library for video editing: cutting,
concatenations, title insertions, video compositing
(a.k.a. non-linear editing), video processing, and creation of custom
effects.
|