Combine audio and video
Put a video file and an audio file together.
$ ffmpeg -i video-file.mp4 -i audio-file.mp4 -codec copy -shortest mixed.mp4
-codec copymeans do not reencode anything, just mix as it is-shortestmeans the result will be as long as the shortest of the two