Use command below to add audio file to a video file using ffmpeg:
$ ffmpeg -i file.avi -i all.mp3 -sameq filewithaudio.avi <enter>
Knowledge not shared benefits no one.
Use command below to add audio file to a video file using ffmpeg:
$ ffmpeg -i file.avi -i all.mp3 -sameq filewithaudio.avi <enter>