Skip to content

Instantly share code, notes, and snippets.

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 saint-angels/d963d3d9b3d3be140ba1eebb12240877 to your computer and use it in GitHub Desktop.
Save saint-angels/d963d3d9b3d3be140ba1eebb12240877 to your computer and use it in GitHub Desktop.
ffmpeg
1 image + 1 audio = video
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