Skip to content

Instantly share code, notes, and snippets.

@rap2hpoutre
Created January 4, 2017 14:22
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 rap2hpoutre/ce6560851396814da7ab79ffacb5c78b to your computer and use it in GitHub Desktop.
Save rap2hpoutre/ce6560851396814da7ab79ffacb5c78b to your computer and use it in GitHub Desktop.
music to video (ffmpeg command for youtube)
ffmpeg -loop 1 -i img.png -i music.mp3 -shortest -c:v libx264 -c:a copy video.mkv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment