Combine one image and one audio file to make one video

ffmpeg -loop 1 -i img.jpg -i music.mp3 -shortest -acodec aac -vcodec libx264 result.mp4