Skip to content

Instantly share code, notes, and snippets.

@jamesshipton
Created May 20, 2012 19:35
Show Gist options
  • Save jamesshipton/2759263 to your computer and use it in GitHub Desktop.
Save jamesshipton/2759263 to your computer and use it in GitHub Desktop.
ffmpeg - add image to audio & convert to video
slow - ffmpeg -loop_input -shortest -y -i trevor_dale.jpg -i TrevorDale_Summer88.mp3 -acodec copy -vcodec mjpeg TrevorDale_Summer88.avi
fast - ffmpeg -f image2 -loop_input -i MichaelWatford_SoIntoYou\(DubMix\).jpg -i MichaelWatford_SoIntoYou\(DubMix\).mp3 -vcodec mpeg4 -qscale 2 -acodec copy -shortest MichaelWatford_SoIntoYou\(DubMix\)2.avi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment