Motion Blur Layer

From Synfig Studio :: Documentation
Jump to: navigation, search
(Terminology Updated)
m (General cleaning and typo fixing)
(10 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
{{Title|Motion Blur Layer}}
 
{{Title|Motion Blur Layer}}
 
{{Category|Layers}}
 
{{Category|Layers}}
{{Category|NewTerminology}}
+
{{Category|Blurs}}
 +
{{NewTerminology}}
 
<!-- Page info end -->
 
<!-- Page info end -->
 
[[File:Layer blur motion icon.png|64px]]
 
[[File:Layer blur motion icon.png|64px]]
This page hasn't been written yet.  Please help.
 
  
 
== About Motion Blur Layer ==
 
== About Motion Blur Layer ==
 +
{{BlurLayer}}
 +
Motion Blur Layer allows to simulate the blur of picture, that arises by movement.
  
A short description of the layer can be found here: {{l|Layer#Motion Blur}}
+
== Specific parameters ==
 +
The parameters of the Motion Blur Layer are:
  
== Parameters of the Motion Blur Layers ==
+
{|{{Parameters}}
  
The parameters of the motion blur layer are:
+
|-style="background:#"
 
+
||{{l|Image:Type_time_icon.png|16px}} [[#Aperture|Aperture]]
{|border="0" align="left" style="border-collapse"  cellpadding="3" cellspacing="0"
+
|-style="background:#silver"
+
|'''Name'''||'''Value'''||'''Type''' 
+
|-
+
||{{l|Image:Type_time_icon.png|16px}} {{l|Aperture Parameter|Aperture}}
+
 
||0f
 
||0f
 
||time
 
||time
  
 
|-style="background:#eeeeee"
 
|-style="background:#eeeeee"
||{{l|Image:Type_real_icon.png|16px}} {{l|Subsamples Factor Parameter|Subsamples Factor}}
+
||{{l|Image:Type_real_icon.png|16px}} [[#Subsamples Parameters|Subsamples Factor]]
 
||1.000000
 
||1.000000
 
||real
 
||real
|-
+
 
||{{l|Image:Type_integer_icon.png|16px}} {{l|Subsampling Type Parameter|Subsampling Type}}
+
|-style="background:#"
 +
||{{l|Image:Type_integer_icon.png|16px}} [[#Subsamples Parameters|Subsampling Type]]
 
||Hyperbolic
 
||Hyperbolic
 
||integer
 
||integer
  
 
|-style="background:#eeeeee"
 
|-style="background:#eeeeee"
||{{l|Image:Type_real_icon.png|16px}} {{l|Subsample Start Amount Parameter|Subsample Start Amount}}
+
||{{l|Image:Type_real_icon.png|16px}} [[#Subsamples Parameters|Subsample Start Amount]]
 
||0.000000
 
||0.000000
 
||real
 
||real
  
 
|-style="background:#"
 
|-style="background:#"
||{{l|Image:Type_real_icon.png|16px}} {{l|Subsample Start Amount Parameter|Subsample End Amount}}
+
||{{l|Image:Type_real_icon.png|16px}} [[#Subsamples Parameters|Subsample End Amount]]
 
||1.000000
 
||1.000000
 
||real
 
||real
 +
 
|}
 
|}
 +
 +
=== Aperture ===
 +
This page hasn't been written yet. Please help.
 +
 +
=== Subsamples Parameters ===
 +
;  Subsamples Factor : Subsamples Factor affects the number of subsamples to be computed. Using a high value the smudge is finer, but the rendering is longer as it involves much more computations.
 +
; Subsampling Type :
 +
:* Constant
 +
:* Linear
 +
:* Hyperbolic
 +
; Subsample Start Amount : If is value of Subsample Start Amount 0, has not any blur on start. Otherwise motions of objects from lower layers begin as a smudge.
 +
; Subsample End Amount : If is value of Subsample End Amount 0, is last state of the objects from lower layers without any blur.
 +
 +
== Samples ==
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col" | &nbsp;
 +
! scope="col" | From Subsample Start 0 to Subsample End 1
 +
! scope="col" | From Subsample Start 1 to Subsample End 0
 +
|-
 +
!| 0f–0f
 +
|colspan="2"| [[Image:motion_blur_0-1_aperture_0-0f.gif]]
 +
|-
 +
!| 0f–24f
 +
| [[Image:motion_blur_0-1_aperture_0-24f.gif]]
 +
| [[Image:motion_blur_1-0_aperture_0-24f.gif]]
 +
|-
 +
!| 24f–24f
 +
| [[Image:motion_blur_0-1_aperture_24-24f.gif]]
 +
| [[Image:motion_blur_1-0_aperture_24-24f.gif]]
 +
|-
 +
!| 24f–0f
 +
| [[Image:motion_blur_0-1_aperture_24-0f.gif]]
 +
| [[Image:motion_blur_1-0_aperture_24-0f.gif]]
 +
|-
 +
|}
 +
 +
; Note : Rows in table – Aperture value from begin (0 frame) to end (120 frame).
 +
:Columns in table – Subsample Start Amount value and Subsample End Amount value
 +
 +
Synfig file from sample test - [[Media:motion_blur.sifz]]
 +
 +
== See also ==
 +
* A short description of the blur layers can be found here: {{l|Layer}}
 +
* {{l|Radial Blur Layer}} with a radial control of the size of the blur.
 +
* {{l|Blur Layer}} mostly used types of blur.

Revision as of 04:26, 5 January 2020

Languages Language: 

English


Layer blur motion icon.png

About Motion Blur Layer

Blur is a graphical effect that aims to imitate an unfocused image. In a photography context blur can occur when the focal point of the lens is not at the right position of the target of the photograph. Also blur can have other origins. Blurs can happen as the result of a poor exposure during its recording (too long exposure time for a large movement of the object or a high movement of the recorder). Also blurring occurs when you use a very wide aperture (f4). In that case the objects that are out of focus are very blurred compared to the situation where the aperture is fully closed (f22).

In a graphical context, blurs are effects that imitate those situations (with more or less success). Motion Blur Layer allows to simulate the blur of picture, that arises by movement.

Specific parameters

The parameters of the Motion Blur Layer are:

Name Value Type
Type time icon.png Aperture 0f time
Type real icon.png Subsamples Factor 1.000000 real
Type integer icon.png Subsampling Type Hyperbolic integer
Type real icon.png Subsample Start Amount 0.000000 real
Type real icon.png Subsample End Amount 1.000000 real

Aperture

This page hasn't been written yet. Please help.

Subsamples Parameters

Subsamples Factor 
Subsamples Factor affects the number of subsamples to be computed. Using a high value the smudge is finer, but the rendering is longer as it involves much more computations.
Subsampling Type 
  • Constant
  • Linear
  • Hyperbolic
Subsample Start Amount 
If is value of Subsample Start Amount 0, has not any blur on start. Otherwise motions of objects from lower layers begin as a smudge.
Subsample End Amount 
If is value of Subsample End Amount 0, is last state of the objects from lower layers without any blur.

Samples

  From Subsample Start 0 to Subsample End 1 From Subsample Start 1 to Subsample End 0
0f–0f Motion blur 0-1 aperture 0-0f.gif
0f–24f Motion blur 0-1 aperture 0-24f.gif Motion blur 1-0 aperture 0-24f.gif
24f–24f Motion blur 0-1 aperture 24-24f.gif Motion blur 1-0 aperture 24-24f.gif
24f–0f Motion blur 0-1 aperture 24-0f.gif Motion blur 1-0 aperture 24-0f.gif
Note 
Rows in table – Aperture value from begin (0 frame) to end (120 frame).
Columns in table – Subsample Start Amount value and Subsample End Amount value

Synfig file from sample test - Media:motion_blur.sifz

See also

  • A short description of the blur layers can be found here: Layer
  • Radial Blur Layer with a radial control of the size of the blur.
  • Blur Layer mostly used types of blur.


Languages Language: 

English