Merge Audio and Video in Seconds with FFmpeg

CODE IS EVERYTHING
CODE IS EVERYTHING
9.8 هزار بار بازدید - 2 سال پیش - FFmpeg is an incredible tool
FFmpeg is an incredible tool that can seemingly do anything provided you can find the right incantation. I've been using this command a bunch recently and it has saved me a ton of time already.

The command:
ffmpeg -i input.mp4 -i input.wav -c:v copy -c:a aac -map 0:v -map 1:a output.mp4
(Replace input.mp4 with your video file, input.wav with your audio file, and output.mp4 with your desired output file name)

You can learn more about FFmpeg on their site: https://ffmpeg.org/

Let me know if you have any cool FFmpeg commands you run.  

#ffmpeg #videoediting #opensource
2 سال پیش در تاریخ 1401/04/09 منتشر شده است.
9,862 بـار بازدید شده
... بیشتر