Skip to content

Instantly share code, notes, and snippets.

@justinpage
Created July 27, 2023 08:11
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 justinpage/f9076a24f94fc7e2ca2686939bd836de to your computer and use it in GitHub Desktop.
Save justinpage/f9076a24f94fc7e2ca2686939bd836de to your computer and use it in GitHub Desktop.
#!/bin/bash
ffmpeg -loop 1 -y -i example.jpg -i example.mp3 -shortest -pix_fmt yuv420p example.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment