Created
March 14, 2013 09:46
-
-
Save PierrickKoch/5160104 to your computer and use it in GitHub Desktop.
howto bake blender anim
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
| 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