Skip to content

YountMan/createVideoWithMoviepy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

用 moviepy 把图片生成视频。代码的分析在这里

⭐ 特性

  • 使用 python 3.7
  • moviepy
  • librosa

🚀 使用者指南

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

💡 需要注意的事情

  • ./src/music目录,需要你自己扔首.mp3进去,然后在参数中指定路径;
  • 你需要自己创建 ./src/images 这个目录,并且把原始图片放在里面;

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%