Forked from jbuchbinder/mp3-to-mp4-with-still-image.sh
Created
December 26, 2022 00:49
-
-
Save nhan000/dc624684ad4c9679072dd79e290504fd to your computer and use it in GitHub Desktop.
Convert mp3 audio with still image to mp4 video
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 -loop 1 -framerate 2 -i input.png -i audio.m4a -c:v libx264 -preset medium -tune stillimage -crf 18 -c:a copy -shortest -pix_fmt yuv420p output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment