Skip to content

Instantly share code, notes, and snippets.

@mrdoob
Created April 14, 2011 14:39
Show Gist options
  • Select an option

  • Save mrdoob/919607 to your computer and use it in GitHub Desktop.

Select an option

Save mrdoob/919607 to your computer and use it in GitHub Desktop.
Create a webm out of a sequence of images at 14 FPS
ffmpeg -i image_%04d.png -r 14 -sameq test.webm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment