Skip to content

Instantly share code, notes, and snippets.

@PierrickKoch
Created March 14, 2013 09:46
Show Gist options
  • Select an option

  • Save PierrickKoch/5160104 to your computer and use it in GitHub Desktop.

Select an option

Save PierrickKoch/5160104 to your computer and use it in GitHub Desktop.
howto bake blender anim
blender --background ~/catmouse.blend --render-output ~/render/render --frame-start 481 --frame-end 3000 --render-anim&
avconv -i ~/render/render%04d.png -b 20M -r 30 out20.avi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment