Blender Repository | Hundreds of 3-d blender models for use in your animations. |
Official Blender Site | |
Blender WikiBooks | Many excellent tutorials |
mencoder | Documentation on a movie encoder which can be useful for taking blender renderings and turning them into other formats |
Sometimes when I hit the HOME key, all the object would disappear and all I would see is a blank 3-d View window. To fix this I found pressing the View->View Navigation->Reset Zoom, or View->Align View-> Center View To Cursor seems to get the display back to Normal.
mencoder in.mov -oac copy -ovc lavc -lavcopts vcodec=mjpeg:autoaspect -o out.mjpegTo add sound to a movie with mencoder run...
mencoder in.avi -audiofile music.mp3 -oac lavc -lavcopts acodec=mp3 -ovc lavc -lavcopts vcodec=mpeg4:autoaspect -o out.aviTo change a movies resolution...
mencoder 'mf://*.tga' -mf w=640:h=480:fps=25:type=tga -ovc lavc -lavcopts vcodec=mpeg4 -o output.avi
Authors:
edit