1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
.. todo: describe the steps to output renders
************
Introduction
************
The first step in the rendering process is to determine and set the output settings.
This includes render size, frame rate, pixel aspect ratio, output location, and file type.
When rendering a single frame, the output should be a single image format and not a video.
Several :doc:`image formats </files/media/image_formats>` are available.
Images can also be used for rendering animations which has a couple advantages.
For example, when rendering animations to image file formats the render job can be canceled
and resumed at the last rendered frame by changing the frame range.
This is useful if the animation takes a long time to render
and the computers resources are needed for something else.
Images can then be encoded to a video by adding the rendered image sequence into
the :doc:`Video Sequencer </editors/video_sequencer/sequencer/index>` and choosing an appropriate
:doc:`Video Output </files/media/video_formats>`.
.. tip::
Rendered image sequences can be played back in the :ref:`Animation Player <bpy.ops.render.play_rendered_anim>`.
.. seealso::
See :ref:`topbar-render`
|