ffmpeg合并视频画面和声音

ffmpeg -i video.mp4 -i audio.mp4 -c:v copy -c:a aac -strict experimental output.mp4

命令行运行 ./ffmpeg.exe -i video.mp4 -i audio.mp4 -c:v copy -c:a aac -strict experimental output.mp4

猜你喜欢

转载自blog.csdn.net/starfire_hit/article/details/128605633