Skip to content

Instantly share code, notes, and snippets.

@ArthurDelannoyazerty
Last active May 14, 2024 12:45
Show Gist options
  • Select an option

  • Save ArthurDelannoyazerty/7bfbb4576b26ab2b739958ffbe21ef2a to your computer and use it in GitHub Desktop.

Select an option

Save ArthurDelannoyazerty/7bfbb4576b26ab2b739958ffbe21ef2a to your computer and use it in GitHub Desktop.
A windows command line to transform images to a video
ffmpeg -r 24 -i images/%01d.png -vcodec mpeg4 -y movie.mp4
‾‾ ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ ‾‾‾‾‾ ‾‾‾‾‾‾‾‾‾
↑ ↑ ↑ ↑
FPS images format name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment