v4.0.427

remotion-dev/remotionv4.0.427Feb 20, 2026by JonnyBurger

AI Summary

This release addresses audio scheduling issues at non-1x playback rates, fixes an infinite loop when duplicating compositions, and adds support for new Vercel private Blob stores.

Key Highlights

  • Fixed audio scheduling and debug overlay at non-1x playback rates
  • Fixed infinite loop when duplicating composition
  • Support for new Vercel private Blob stores

New Features

  • Audio scheduling fix for non-1x playback rates
  • Vercel private Blob store support

Full Release Notes

## What's Changed
* `@remotion/media`: Fix audio scheduling and debug overlay at non-1x playback rates by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/6622
* `@remotion/studio`: Fix infinite loop when duplicating composition by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/6621
* `@remotion/vercel`: Support new private Blob stores by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/6623

## Docs
* Structure vercel docs more logically by @JonnyBurger

## Internal
* Update publish.ts by @JonnyBurger
* Update create-snapshot.ts by @JonnyBurger

**Full Changelog**: https://github.com/remotion-dev/remotion/compare/v4.0.426...v4.0.427