With ffmpeg:
ffmpeg
ffmpeg -y -r 1 -loop_input -shortest -i <IMAGE> -acodec copy -i <AUDIO> output.avi
-y
-r 1
-loop_input
-shortest
-acodec copy