我们如何将两个 mp3 文件混合为一个(我需要混合而不是连接)
我有一个 mp3 文件,其中有一些空格。现在我有另一个 mp3 文件,我想将其插入到第一个 mp3 文件的空间中。
我正在使用 PHP、ffmpeg 运行
i have one mp3 file which have some blank spaces in that. Now i have another mp3 file which i want to insert into the spaces of the first mp3 file.
I am running with PHP, ffmpeg
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需将有空格的文件分成三部分,然后加入“第一部分”+“第二文件”+“第三部分”:)
Just split one which have blank spaces into 3 parts, then join "first part" + "second file" + "third part" :)