Hubert's Web Site - Useful ffmpeg commands

Image + audio to a video:
ffmpeg -loop 1 -i "image.png" -i "song.mp3" -shortest "output.mp4"