Skip to content

Instantly share code, notes, and snippets.

@kavun
Created September 26, 2016 01:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kavun/fbfd6d3487a4c054db32adc16bc2de74 to your computer and use it in GitHub Desktop.
Save kavun/fbfd6d3487a4c054db32adc16bc2de74 to your computer and use it in GitHub Desktop.
mp3 to video
ffmpeg -loop 1 -r 2 -i "image.jpg" -i "song.mp3" -vf scale=-1:380 -c:v libx264 -preset slow -tune stillimage -crf 18 -c:a copy -shortest -pix_fmt yuv420p -threads 0 "output.mkv"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment