Create video from WAV file and use an image as the background using FFmpeg
ffmpeg -loop 1 -y -i image.png -i input.wav -shortest -acodec copy -vcodec mjpeg result.avi
ffmpeg -loop 1 -y -i image.png -i input.wav -shortest -acodec copy -vcodec mjpeg result.avi