Merge audio and video from separate files

concatenation

// shell

$ ffmpeg -i input.mp4 -i audio.mp3 -c:v copy -c:a aac -shortest output.mp4