Skip to content

Instantly share code, notes, and snippets.

@Steellow
Created October 16, 2021 11:38
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 Steellow/61cf3970bc263cb578343c812817d184 to your computer and use it in GitHub Desktop.
Save Steellow/61cf3970bc263cb578343c812817d184 to your computer and use it in GitHub Desktop.
audio + picture = YouTube video
ffmpeg -loop 1 -r 1 -i image.jpg -i audio.mp3 -c:a copy -shortest -c:v libx264 out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment