Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cuevven/createVideoWithMoviepy
用 moviepy 把图片生成视频
https://github.com/cuevven/createVideoWithMoviepy
Last synced: 12 days ago
JSON representation
用 moviepy 把图片生成视频
- Host: GitHub
- URL: https://github.com/cuevven/createVideoWithMoviepy
- Owner: cuevven
- License: mit
- Created: 2019-07-22T08:22:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-12T10:12:41.000Z (about 3 years ago)
- Last Synced: 2024-08-01T18:37:25.896Z (3 months ago)
- Language: Python
- Homepage: https://cuevven.github.io/Technology/Python/create-video-with-moviepy/
- Size: 12.9 MB
- Stars: 107
- Watchers: 3
- Forks: 34
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [create video with Moviepy](https://github.com/cuevven/createVideoWithMoviepy)
用 moviepy 把图片生成视频。[代码的分析在这里](https://cuevven.github.io/Technology/Python/create-video-with-moviepy/)
## :star: 特性
- 使用 python 3.7
- moviepy
- librosa## :rocket: 使用者指南
```bash
git clone https://github.com/cuevven/createVideoWithMoviepy.gitcd createVideoWithMoviepy
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txtpython createVideoWithMoviepy.py
```## :bulb: 需要注意的事情
- `./src/music`目录,需要你自己扔首`.mp3`进去,然后在参数中指定路径;
- 你需要自己创建 `./src/images` 这个目录,并且把原始图片放在里面;