ffmpeg -i in.mp4 -i in.mp3 -c:v copy -c:a copy out.mp4或简化成:ffmpeg -i in.mp4 -i in.mp3 -c copy out.mp4in.mp4中的视频和音频与in.mp3中的音频混合输出。