We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
将两个音频合并为一个音频
The text was updated successfully, but these errors were encountered:
音频合并使用这条 FFmpeg 命令:
ffmpeg -loglevel panic -y -f concat -safe 0 -i mp3files.txt -c copy -f mp3 -output.mp3
其中 mp3files.txt 中每行写入一个待合并的 mp3 文件路径; output.mp3 为最终输出的 mp3 文件路径。
Sorry, something went wrong.
No branches or pull requests
将两个音频合并为一个音频
The text was updated successfully, but these errors were encountered: