Skip to content
New issue

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

音频合并功能 #3

Open
1340277433 opened this issue May 2, 2020 · 1 comment
Open

音频合并功能 #3

1340277433 opened this issue May 2, 2020 · 1 comment

Comments

@1340277433
Copy link

将两个音频合并为一个音频

@codertesla
Copy link

音频合并使用这条 FFmpeg 命令:

ffmpeg -loglevel panic -y -f concat -safe 0 -i mp3files.txt -c copy -f mp3 -output.mp3

其中 mp3files.txt 中每行写入一个待合并的 mp3 文件路径;
output.mp3 为最终输出的 mp3 文件路径。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants