justing.net

Make videos from a still image and audio file for youtube with ffmpeg

Get ffmpeg for mac here.

ffmpeg -loop 1 -i image.jpeg -i audio.wav -c:v libx264 \
   -tune stillimage -c:a aac -b:a 192k -pix_fmt yuv420p \
   -shortest out.mp4