Last active
March 25, 2021 17:30
-
-
Save GraxMonzo/cfc21c3761b181a6062edc8c1b62b20a to your computer and use it in GitHub Desktop.
Simple Audio + Image ffmpeg command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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