Рет қаралды 12,232
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: ffmpeg.org/
Let me know if you have any cool FFmpeg commands you run.
#ffmpeg #videoediting #opensource