开发者

FFmpeg VS PyFFmpeg performance wise?

开发者 https://www.devze.com 2023-03-18 01:17 出处:网络
Lets say for batch processing of over 100开发者_运维技巧00 videos, is there any thing to be gained from using FFmpeg rather than the pyFFmpeg?Considering that pyFFmpeg is just a wrapper over the libra

Lets say for batch processing of over 100开发者_运维技巧00 videos, is there any thing to be gained from using FFmpeg rather than the 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消