简体   繁体   English

如何使用ffmpeg命令合并几个音频文件(格式不同)?

[英]how to merge several audio files(they are different format) to by using ffmpeg command?

我想使用ffmpeg命令合并几个音频文件(它们是不同的格式,例如mp3,m4a,wav),然后将结果输出为最高质量的音频格式。

Convert them all to a common format, let's say AAC, and then concatenate the results . 将它们全部转换为通用格式,例如AAC,然后将结果串联起来

You can use a shell script or any other form of script to do it. 您可以使用Shell脚本或任何其他形式的脚本来执行此操作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM