是否有用于处理视频的python库?特别是:
谢谢!
发布于 2016-07-20 03:01:18
见黑木耳和MoviePy。
- **Hachoir**: [extract metadata](http://hachoir3.readthedocs.io/metadata.html#example)
- **MoviePy**: use [resize function](http://zulko.github.io/moviepy/ref/videofx/moviepy.video.fx.all.resize.html)
- **MoviePy**: you will need to create an `ImageClip` for the watermark then overlay it on the desired video with `CompositeVideoClip`.
https://stackoverflow.com/questions/38471369
复制相似问题