Created
September 15, 2020 15:50
-
-
Save thomasaarholt/f045e7366178e9911fd8e61a297b7cbc to your computer and use it in GitHub Desktop.
ffmpeg image -> movie
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 20 -i img_%03d.png -c:v libx264 -pix_fmt yuv420p -vf "pad=ceil(iw/2)*2:ceil(ih/2)*2" -y out.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment