ffmpeg -r 3 -i %03d.jpg test.mp4
Merge video and sound
ffmpeg -r 3 -i %03d.jpg -i sc.mp3 -acodec copy test.mp4