Last active
May 14, 2024 12:45
-
-
Save ArthurDelannoyazerty/7bfbb4576b26ab2b739958ffbe21ef2a to your computer and use it in GitHub Desktop.
A windows command line to transform images to a video
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 -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