https://github.com/cuevven/createVideoWithMoviepy
用 moviepy 把图片生成视频
https://github.com/cuevven/createVideoWithMoviepy
Last synced: 8 months ago
JSON representation
用 moviepy 把图片生成视频
- Host: GitHub
- URL: https://github.com/cuevven/createVideoWithMoviepy
- Owner: cuevven
- License: mit
- Created: 2019-07-22T08:22:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-12T10:12:41.000Z (about 4 years ago)
- Last Synced: 2024-10-31T00:39:56.500Z (about 1 year ago)
- Language: Python
- Homepage: https://cuevven.github.io/Technology/Python/create-video-with-moviepy/
- Size: 12.9 MB
- Stars: 112
- 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.git
cd createVideoWithMoviepy
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
python createVideoWithMoviepy.py
```
## :bulb: 需要注意的事情
- `./src/music`目录,需要你自己扔首`.mp3`进去,然后在参数中指定路径;
- 你需要自己创建 `./src/images` 这个目录,并且把原始图片放在里面;