Skip to content

Instantly share code, notes, and snippets.

@GraxMonzo
Last active March 25, 2021 17:30
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 GraxMonzo/cfc21c3761b181a6062edc8c1b62b20a to your computer and use it in GitHub Desktop.
Save GraxMonzo/cfc21c3761b181a6062edc8c1b62b20a to your computer and use it in GitHub Desktop.
Simple Audio + Image ffmpeg command
$ ffmpeg -r 1 -loop 1 -i image.jpg -i audio.mp3 -acodec copy -r 1 -shortest -vf scale=iw*4:-1 result.flv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment