Skip to content

Instantly share code, notes, and snippets.

@s-a
Created June 26, 2020 18:34
Show Gist options
  • Select an option

  • Save s-a/07555afe68495ba8e2fcd5711bcc797c to your computer and use it in GitHub Desktop.

Select an option

Save s-a/07555afe68495ba8e2fcd5711bcc797c to your computer and use it in GitHub Desktop.
ffmpeg -loop 1 -i image.jpg -i audio.wav -c:v libx264 -tune stillimage -c:a aac -b:a 192k -pix_fmt yuv420p -shortest out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment