Skip to content

Instantly share code, notes, and snippets.

@ivanovmg
Created February 17, 2025 03:17
Show Gist options
  • Select an option

  • Save ivanovmg/eee255d93730b31d4829bf5d0084419a to your computer and use it in GitHub Desktop.

Select an option

Save ivanovmg/eee255d93730b31d4829bf5d0084419a to your computer and use it in GitHub Desktop.
Ffmpeg: convert sequence of images to video file (cmd)
ffmpeg -framerate 10 -i "images\input_%03d.png" -vcodec libx264 -r 30 -pix_fmt yuv420p output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment