Render Dialog

From Synfig Studio :: Documentation
Jump to: navigation, search
m (tocright / general info & see also sections)
m ({{RenderOptionExtractAlpha}})
Line 29: Line 29:
 
***'''1''' is lowest anti-aliasing amout but renders faster.
 
***'''1''' is lowest anti-aliasing amout but renders faster.
 
**'''Render current frame only''' - With this ticked only one frame is rendered; the current one.
 
**'''Render current frame only''' - With this ticked only one frame is rendered; the current one.
**'''Extract Alpha''' - When checked, two files are rendered. The normal ouput file(s) indicated by '''Filename''' plus another(s) you can easily identify by the '''alpha''' suffix. This file(s) will contains the transparency data of your project that you can use as a mask when compositing.
+
** {{RenderOptionExtractAlpha}} <!-- Use of Templace:RenderOptionExtractAlpha -->
 
+
 
Then there are three tabs, we're starting with;
 
Then there are three tabs, we're starting with;
  

Revision as of 13:58, 18 May 2016

Languages Language: 

English • français




What rendering involve?

If you want to have a quick summary of what rendering an animation involve take a look to the Rendering Walk Through page
note end


The "Render Dialog" lets you render your animation. It can be reached through the Canvas Menu Caret "<File> → Render".

Let's have an in-depth look at it.

Global information

Render settings Dialog current.png
  • Target
    • Filename - Here you can set desired output filename and also a custom path to the render.
    • Target - Set your output format. At "Auto" the format is decided by the filename suffix. If none is present png-format is default.
  • Settings
    • Quality - Set the quality of the render. Quality changes behavior of some layers, not all of them. For example Motion Blur layer renders more subsamples based on quality values in intervals. Quality 3 and 1 are mostly the same in all cases, so if 3 is enough, then leave as 3.
      • Default quality is 3.
      • 1 is highest quality but with longest render time.
      • 9 is lowest quality but renders faster.
      • 0 is even lower than 9 and seems to disable apha channels as well.
    • Anti-Aliasing - Set the amount of anti-aliasing. Accepts values between 1 and 31, although values above 3 is very subtle improvements and hard to notice it's also hugely increases the render time.
      • 31 is higtest anti-aliasing amout but with longest render time.
      • 1 is lowest anti-aliasing amout but renders faster.
    • Render current frame only - With this ticked only one frame is rendered; the current one.
    • Extract Alpha - When checked, two videos files are rendered. The normal output file(s) indicated by Filename plus another(s) you can easily identify by the alpha suffix. This file(s) will contains the transparency data of your project that you can use as a mask when compositing.

Then there are three tabs, we're starting with;

Image tab

Render settings image Dialog current.png

In the Image tab you can set:

  • Image Size
    • Width - set width of render in pixels.
    • Height - set height of render in pixels.
    • Utils chain link on icon.png - Toggle button to fix pixel ratio.
    • XRes - set horizontal resolution to calculate the physical size (do not affect the size of the content).
    • YRes - set vertical resolution to calculate the physical size (do not affect the size of the content).
    • Utils chain link on icon.png - Toggle button to fix resolution ratio.
    • Physical Width - set physical printing size of render. (Calculated from Width/XRes).
    • Physical Height - set physical printing size of render. (Calculated from Height/YRes).
    • Image Size Ratio - Label displaying the current image size ratio.
  • Image Area - sets the portion of the workarea to be rendered.
    • Top Left X/Y: - set where in the workarea top left of render starts.
    • Bottom Right X/Y - set where in the workarea bottom right of render starts.
    • Image Span - diagonal size of the portion of the workarea ("Top Left (X/Y)"² +"Bottom Right (X/Y)"² ="Image Span"² )

Time tab

Render settings time Dialog current.png
  • Time Settings
    • Frames per second - set render framerate. Only applicable when rendering to movie-file, not image sequences.
    • Start Time - set where in your timeline rendered sequence will start.
    • End Time - set where in your timeline rendered sequence will end.
    • Duration - set the duration of the animation.

Other tab

Render settings other Dialog current.png
 TODO writeme (explain how to use "other tab" parameters and share info from Template:PropertiesOtherTab )
  • Locks and Links
    • Image Width
    • Image Height
    • Image Aspect
    • Image Span
    • Pixel Width
    • Pixel Height
    • Pixel Aspect
  • Focus Point
    • Focus Point X:/Y:

Resizing the Canvas

In the "Other" tab, uncheck all of the "Locks and Links":

Canvas Prop for resize.png

Then edit Image "Width" and "Height". This will resize the canvas, stretching it's contents in the process.

Resizing the Canvas and keep aspect

In the "Other" tab, check "Image Aspect", "Image Span", "Pixel Aspect", in "Locks and Links".

Then edit Image "Width" and "Height". This will resize the canvas, adjusting it's contents keeping the aspect. That's mean that even if you change the "Image Size Ratio", a square before is a square after.

Expanding the Canvas

In the "Other" tab, check only "Pixel Aspect" in "Locks and Links":

Canvas Prop for expand.png

Then edit Image "Width" and "Height". This will expand the canvas, keeping it's contents at the same size but adding extra space at the top/bottom and left/right.



Please note that since this dialog caused confusion, even among some very experienced people, here are some unofficial thoughts about image dimensions.

See Also


Languages Language: 

English • français