Skip to content

Instantly share code, notes, and snippets.

@dineshadepu
Created July 24, 2023 11:31
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 dineshadepu/ebd85ab8da6f1cdfc370ec9d6fa661e2 to your computer and use it in GitHub Desktop.
Save dineshadepu/ebd85ab8da6f1cdfc370ec9d6fa661e2 to your computer and use it in GitHub Desktop.
Make movies with images ffmpeg
ffmpeg -framerate 10 -pattern_type glob -i '*.png' -vcodec libx264 -vf "pad=ceil(iw/2)*2:ceil(ih/2)*2" -r 24 -y -an video.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment