Created
July 27, 2023 08:11
-
-
Save justinpage/f9076a24f94fc7e2ca2686939bd836de to your computer and use it in GitHub Desktop.
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
#!/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