Skip to content

Instantly share code, notes, and snippets.

@gravicle
Created September 30, 2022 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gravicle/1c7534e9bbecf1f0763524d0563dfeba to your computer and use it in GitHub Desktop.
Save gravicle/1c7534e9bbecf1f0763524d0563dfeba to your computer and use it in GitHub Desktop.
ffmpeg -framerate 1 -pattern_type glob -i '*.jpg'  -vf "pad=ceil(iw/2)*2:ceil(ih/2)*2"  -c:v libx265 -r 1 -pix_fmt yuv420p out.mov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment