v4.0.468
remotion-dev/remotionv4.0.468May 27, 2026by JonnyBurger
AI Summary
Adds color and lighting effects (duotone, glow, vignette) and light leaks, while fixing audio volume callback behavior.
Key Highlights
- New effects: duotone(), glow(), vignette(), shine(), lightLeak(), starburst()
- Fix for Audio volume callback not starting at 0
- Studio improvements: Shift timeline keyframes by Sequence offset
New Features
- duotone() effect
- glow() effect
- vignette() effect
- shine() effect
- lightLeak() effect
- starburst() effect
- Audio volume callback fix
Full Release Notes
## What's Changed * `remotion`: Fix `<Audio>` volume callback not starting at 0 by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7597 * [`@remotion/effects`: `duotone()` effect](https://remotion.dev/docs/effects/duotone) by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7683 * `@remotion/effects`: Use API names as Studio labels by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7685 * [`@remotion/effects`: Add glow() effect](https://remotion.dev/docs/effects/glow) by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7687 * [`@remotion/effects`: Add vignette() effect](https://remotion.dev/docs/effects/vignette) by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7690 * [`@remotion/effects`: Add shine() effect](https://remotion.dev/docs/effects/shine) by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7710 * [`@remotion/light-leaks`: lightLeak() effect](https://remotion.dev/docs/light-leaks/light-leak-effect) by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7695 * [`@remotion/starburst`: starburst() effect](https://remotion.dev/docs/starburst/starburst-effect) by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7692 * `@remotion/studio`: Shift timeline keyframes by parent Sequence offset by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7691 * `@remotion/studio-server`: Improve outside-project file errors by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7689 * `@remotion/studio-server`: Add keyframe codemods by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7699 * `@remotion/studio-server`: Support interpolateColors keyframes by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7703 * `@remotion/promo-pages`: Rethink homepage copy for AI workflows by @samohovets in https://github.com/remotion-dev/remotion/pull/7656 ## Docs * Add Onda to resources by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7711 ## Internal * `@remotion/example`: Add OffthreadVideo cut repro by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7686 **Full Changelog**: https://github.com/remotion-dev/remotion/compare/v4.0.467...v4.0.468