ffmpeg -stream_loop 20 -i input.mp3 -c copy output.mp3

将"input.mp3"替换为您的输入音频文件名,"output.mp3"替换为您想要输出的文件名。