Blur Effects
WATCHOUT provides a Gaussian Blur effect for softening and defocusing cue content over time. Blur is a versatile creative tool — it can simulate depth-of-field focus pulls, smooth transitions, soften background elements to draw attention to foreground content, or create stylized intro and outro looks. The blur is applied per-cue, so each piece of content can have its own independent blur animation.
Gaussian Blur Effect
The Gaussian Blur effect controls the blur radius applied to the cue:
- Range: 0.5 to 64 pixels
- Default: 0.5 pixels (no blur)
- Unit: pixels (the blur radius)
At the minimum value of 0.5, there is no blur — the content is unchanged. Blur softens an image by mixing each pixel with its neighbors, and WATCHOUT samples each pixel from its center. Neighboring pixel centers are one pixel apart, so a 0.5-pixel radius does not reach the next pixel — only the original pixel contributes, so each pixel keeps its exact original color. Larger radii reach surrounding pixels, and the image softens as the radius grows. At 64 (the maximum), fine detail dissolves completely.
The blur is Gaussian, meaning it uses a smooth, bell-curve-shaped filter kernel. This produces a natural, optically pleasing softness that resembles real camera defocus, as opposed to box blur or motion blur techniques that can look artificial.
Adding a Blur Effect
To add blur animation to a cue:
- Select one or more cues in the Timeline.
- Open the Effect menu and click Gaussian Blur, or press Alt+B.
- The blur effect appears in the tween area beneath the cue, within the General group.
The effect starts at its default value of 0.5 (no blur). Add tween points with higher values at the desired times to create blur effects.
Common Use Cases
- Focus pulls — simulate depth-of-field transitions by animating blur from 0.5 (sharp) to a moderate value (8–15) and back. Layer a sharp foreground cue over a blurred background cue to direct audience attention, then reverse the blur to shift focus.
- Soft intro/outro — start a cue fully blurred (high value) and animate to sharp (0.5) for a dreamy fade-in effect. Reverse the process at the end of the cue for a soft fade-out. This pairs well with an Opacity tween for a combined blur-and-fade transition.
- Background softening — apply a static blur (constant value, no animation) to background or ambient content so that it provides visual texture without competing with sharp foreground elements.
- Transition smoothing — briefly blur content during a fast position move or scale change, then resolve to sharp at the destination. This mimics the way a moving camera briefly goes soft during a quick pan.
- Text readability — blur a background image behind text overlays to improve contrast and legibility without dimming the background content.
Animating Blur
Blur tween points work like any other effect — place the time needle, add a point, set the value, and choose a transition type:
- At the start of the blur transition, add a tween point at 0.5 (sharp).
- At the point of maximum blur, add a tween point with the desired blur radius.
- If the content should return to sharp, add a third point at 0.5.
- Choose Transition Type on each point to control the speed curve. Cubic InOut produces a natural focus-pull feel. Linear works for mechanical or technical effects.
Moderate blur values (5–15) produce the most useful creative results. Very high values (above 30) dissolve the image so completely that the content becomes an indistinct color wash — which can be useful as a stylistic choice but rarely works as a focus-pull effect.
Blur with Overlapping Cues
When multiple cues overlap on Stage and each has its own blur effect, the blurs are applied independently to each cue before compositing. The final composited image shows each cue at its own blur level. This is the expected behavior for most workflows — it lets you blur a background cue while keeping a foreground cue sharp, or vice versa.
If two blur effects are applied to the same cue, the combined blur radius is the square root of the sum of squares of the individual radii. In practice, two moderate blurs combine to a somewhat larger blur, but not simply the sum of the two. The combined radius is capped at 64.
Performance Considerations
Gaussian blur is GPU-intensive because it requires sampling many surrounding pixels for each output pixel. The performance cost increases with the blur radius — higher values require larger sampling areas. In large compositions with many overlapping blurred cues, this can impact playback performance on the rendering node.
If you experience frame drops or stuttering during blur-heavy sections:
- Reduce overlapping blurred cues. Blur one or two key elements rather than blurring everything.
- Lower the blur radius. A radius of 10–15 often achieves a similar visual effect to 30+, at significantly lower cost.
- Shorten blur durations. Keep heavily blurred sections brief.
- Pre-render where possible. For mission-critical playback moments, consider rendering the blurred version as a separate media file rather than applying real-time blur.
Combining with Other Effects
Blur pairs naturally with several other effects:
- Opacity — combine blur and opacity for a "fade through soft" transition. Animate blur from high to low while fading opacity from 0% to 100% for content that materializes out of a soft haze.
- Scale — blur while scaling down for a "vanish into distance" effect, or blur while scaling up for a "rushing toward camera" feel.
- Color adjustments — desaturate and blur simultaneously for a "memory" or "flashback" aesthetic. Reduce saturation to 30–50% while increasing blur for a washed-out, dreamy look.
- Position — blur during fast position moves and resolve to sharp at the destination for motion-blur-like transitions.
Practical Tips
- The minimum value of 0.5 means "no blur." You cannot set blur to 0, but you do not need to — at 0.5 the radius stays within a single pixel, so the content is fully sharp.
- For focus-pull effects, animate over 0.5–1.0 seconds for a realistic camera feel. Faster pulls (under 0.3 seconds) can feel jarring; slower pulls (over 2 seconds) can feel sluggish.
- Always preview blur effects on the actual display output. The Stage view approximates the blur, but the final look depends on the output resolution and display characteristics.
- Blur interacts visually with edge blending and display masks. If a blurred cue extends to the edge of a display, the blur may soften the boundary in ways that affect mask transitions. Check the composited output in these cases.