Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 PHP 站点要求将图像(jpg 或 png)与音频(wav)连接起来,并且输出应该是视频(如 mpeg、mp4 或 wav 本身)。
有没有可用的工具?
ffmpeg可以很容易地做到这一点。您可以从一组图像(在您的情况下,只有一个)创建视频并将音频附加到它。只需查看文档即可。