Skip to content

Instantly share code, notes, and snippets.

@tasinttttttt
Created August 1, 2015 10:46
Show Gist options
  • Save tasinttttttt/9738c111da149f1b2db7 to your computer and use it in GitHub Desktop.
Save tasinttttttt/9738c111da149f1b2db7 to your computer and use it in GitHub Desktop.
ffmpeg
```
ffmpeg.exe -r 25 -i image%04d.png -vcodec libx264 output.mp4
```
syntax
ffmpeg.exe -r fps -i input -vcodec codec output.ext
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment