FFmpeg VS PyFFmpeg 性能明智吗?
假设要批量处理超过 10000 个视频,使用 FFmpeg 而不是 pyFFmpeg 有什么好处吗?
Lets say for batch processing of over 10000 videos, is there any thing to be gained from using FFmpeg rather than the pyFFmpeg?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
考虑到 pyFFmpeg 只是库的包装,我想说两者之间不应该有任何可以忽略不计的性能差异,因为它们的核心使用相同的库。
Considering that pyFFmpeg is just a wrapper over the libraries, I'd say you shouldn't have any negligible performance difference between the 2, since they use the same libraries at the core.