v4.0.460

remotion-dev/remotionv4.0.460May 12, 2026by JonnyBurger

AI Summary

The update focuses on audio scheduling improvements, allowing empty sequences, and adding a new configuration method for log levels in the CLI.

Key Highlights

  • Allow empty sequences
  • Add Config.setLogLevel (deprecate setLevel)
  • Fix buffering state when Player is muted
  • Smoother audio scheduling

New Features

  • Support for empty sequences
  • Config.setLogLevel API
  • Improved audio buffering and scheduling

Full Release Notes

## What's Changed
* `remotion`: Allow empty sequences by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7321
* `@remotion/cli`: Add `Config.setLogLevel` (deprecate setLevel) by @Jefsky in https://github.com/remotion-dev/remotion/pull/7292
* `@remotion/media`: Fix stale audio seek buffering by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7322
* `@remotion/player`: Fix buffering state when Player is muted by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7302
* `@remotion/player`: Smoother audio scheduling by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7305
* `@remotion/studio`: Fix audio waveform crash for trimmed media by @samohovets in https://github.com/remotion-dev/remotion/pull/7303
* `@remotion/openai-whisper`: Fix OpenAI Whisper apostrophe variant parsing by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7317

## Docs
* Add Mediabunny version guidance by @samohovets in https://github.com/remotion-dev/remotion/pull/7304
* Add Codex Studio startup troubleshooting by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7318

## Internals
* Add internal `@remotion/timeline-utils` package by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7320

**Full Changelog**: https://github.com/remotion-dev/remotion/compare/v4.0.459...v4.0.460