Optimizing Distortion Effects

2026-04-09By Threnic Team

The distortion effect is a straightforward way to add organic movement to your project. It warps your typography and background into a liquid visual that pulses dynamically with your music. Let's walk through how to configure it and get it reacting to your audio beats.

How Distortion Works in Threnic

Distortion in Threnic is a post-processing shader that runs on your GPU after the main scene is rendered. It displaces pixels based on a mathematical noise pattern, creating warping, wobbling, and rippling effects across the entire frame. Because it's a GPU shader, it runs at virtually zero CPU cost — even complex distortion patterns maintain smooth 60fps performance on most hardware.

The effect is controlled by five primary parameters:

ParameterRangeDescription
Intensity0 – 100How far pixels are displaced from their original position
Frequency0.1 – 10.0The density of the distortion pattern (higher = more complex)
Speed0 – 5.0How fast the distortion pattern animates over time
Scale0.1 – 5.0The zoom level of the noise field driving the effect
Audio ReactivityOn / OffWhether the effect intensity responds to audio frequency data

Basic Setup

To enable distortion:

  1. Open the Effects panel in the right sidebar
  2. Toggle Distortion to On
  3. Start with these recommended baseline values:
    • Intensity: 30
    • Frequency: 2.0
    • Speed: 0.5
    • Scale: 1.0

This gives you a gentle, slow-moving warp that adds visual interest without overwhelming the lyrics. From here, you can push individual parameters to find the exact feel you're looking for.

Audio Reactivity

This is where distortion becomes truly powerful. When Audio Reactivity is enabled, the distortion intensity dynamically scales with the audio signal, making the visual warp pulse in sync with the beat.

Configuring Audio-Reactive Distortion

When you enable audio reactivity, two additional parameters appear:

  • Min Intensity — The baseline distortion level when audio is quiet
  • Max Intensity — The peak distortion level when audio is at maximum

The engine maps the selected frequency band's amplitude to a value between Min and Max in real time. For example, if you set Min to 10 and Max to 80, a quiet passage will show subtle warping while a heavy bass drop will create dramatic visual distortion.

Choosing the Right Frequency Band

Threnic lets you assign distortion reactivity to specific EQ bands:

  • Bass (20-250 Hz) — Best for kick drums, bass lines, and sub-bass. Creates punchy, rhythmic distortion pulses. This is the most common choice for lyric videos.
  • Mid (250-4000 Hz) — Responds to vocals, guitars, and snares. Creates more frequent, textural variations.
  • High (4000-20000 Hz) — Reacts to hi-hats, cymbals, and vocal sibilance. Creates rapid, shimmery distortions.

For most genres, mapping distortion to the Bass band produces the most satisfying visual-audio synchronization because low-frequency hits are the most rhythmically predictable. For a complete guide to frequency mapping across all effects, see Understanding Audio Reactivity.

Creative Techniques

Liquid Cinema Effect

Set frequency to 1.0, speed to 0.2, and scale to 3.0 with medium intensity. This creates slow, organic warping that looks like the scene is underwater. Works beautifully with ambient, lo-fi, and atmospheric tracks.

Glitch Burst

Set frequency to 8.0, speed to 3.0, and enable audio reactivity with a wide Min/Max gap (5 to 90). This creates aggressive, jittery distortions that activate only on hard transients. Perfect for electronic, hip-hop, and industrial genres.

Subtle Texture

Keep intensity below 15, frequency at 4.0, and speed at 0.3. This adds barely perceptible movement that prevents static frames from feeling lifeless, without competing with the lyric readability. Ideal for ballads and acoustic tracks.

Heat Haze

Set frequency to 0.5, speed to 0.8, scale to 4.0, and intensity around 25. This mimics the visual distortion you see rising from hot asphalt. Pairs well with warm color grading and desert/summer aesthetics.

Combining Distortion with Other Effects

Distortion stacks with other post-processing effects in Threnic. The most effective combinations include:

  • Distortion + Bloom — The bloom glow follows the distorted pixels, creating ethereal, dreamy warping
  • Distortion + Chromatic Aberration — RGB channels separate along the distortion displacement, amplifying the glitch aesthetic
  • Distortion + Film Grain — Grain adds organic texture that masks the mathematical regularity of the noise pattern

When stacking effects, be mindful of GPU load. If you're using 3+ effects simultaneously with audio reactivity enabled on each, check our Performance Optimization Tips guide to ensure smooth playback.

Performance Considerations

Distortion is one of the lighter effects in Threnic's pipeline, but extreme settings can impact performance:

  • High frequency values (above 8.0) generate more complex noise calculations per pixel
  • Combining with an unoptimized background (large tiled images) increases total GPU memory bandwidth
  • 4K resolution quadruples the pixel count the shader processes compared to 1080p

If you notice frame drops during preview, try:

  1. Reducing the preview resolution temporarily
  2. Lowering the frequency parameter
  3. Converting your background to a static, pre-composited image rather than using tiling

For export, Threnic renders each frame independently, so performance during export is less of a concern — the encoder simply takes whatever time it needs per frame.

Recommended Settings by Genre

GenreIntensityFrequencySpeedAudio BandNotes
Hip-Hop / Trap40-703.01.5BassPunchy, rhythmic pulses
Lo-fi / Chill15-251.50.3MidGentle, textural movement
Metal / Rock50-806.02.5BassAggressive, chaotic warping
Pop / R&B20-352.00.8MidSmooth, controlled sway
EDM / Electronic30-905.03.0BassDynamic range for drops
Ambient10-200.80.2NoneSlow, organic drift

Next Steps

BACK TO GUIDES