Created
October 9, 2024 13:17
-
-
Save eruffaldi/ae23e2e1380b68b9a8ab975f92c0b816 to your computer and use it in GitHub Desktop.
ffmpeg from images with size fix
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 -framerate 1 -pattern_type glob -i "*.jpg" -vf "pad=ceil(iw/2)*2:ceil(ih/2)*2" -c:v libx264 -q:v 0 -r 60 output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment