Produce video from pictures using python, ffmpeg, etc
Steps:
- get pictures from websites -- use
requests - resize picture to same size -- use
PIL.Image - compile pictures to a video -- use
ffmpeg - add music to video -- use
ffmpeg
Key questions:
- what kind of video should we create?
- use template for auto-production (GUI application offer template, how to use it?)
- use ML to create, find an example.
Ideas on making videos:
-
制作卡点视频:使用librosa库:music + audio analysis
-
制作卡点动画
- python visualize music
-
学习使用视频剪辑App:
- 了解视频 基本的元素
- 手工模仿制作一个剪辑视频
steps to download video from tiktok or douyin
- locate the media link in website
- copy link and download using you-get