v4.0.423

remotion-dev/remotionv4.0.423Feb 16, 2026by JonnyBurger

AI Summary

This release fixes Firefox encoding issues, adds metadata to web renders, and improves Vercel template compatibility.

Key Highlights

  • Fix Firefox encoding from f32 to s16
  • Add "Made with Remotion" metadata to web-renderer
  • Patch compositor binary for Vercel glibc 2.34 compatibility

New Features

  • "Made with Remotion" metadata

Full Release Notes

## What's Changed
* `@remotion/media`: Fix `Invalid message: {\"type\":\"main-tab-ready\"…}` happening by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/6520
* `@remotion/media`: Fallback to Html5Video/Html5Audio if audio cannot be decoded by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/6524
* `@remotion/design`: Add "as" prop for `<Button>` by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/6527
* `@remotion/studio`: persist and upload client-side rendered videos into the output directory by @samohovets in https://github.com/remotion-dev/remotion/pull/6498
* `@remotion/studio`: Sort render queue jobs by startedAt timestamp by @samohovets in https://github.com/remotion-dev/remotion/pull/6529
* `@remotion/media`: Fix firefox encoding from f32 to s16 by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/6507
* `@remotion/web-renderer`: Add "Made with Remotion" metadata by @samohovets in https://github.com/remotion-dev/remotion/pull/6531
* Upgrade Mediabunny to 1.34.2 by @tiwariaayu in https://github.com/remotion-dev/remotion/pull/6516

## Templates
* Vercel Template: Patch compositor binary for glibc 2.34 compat on Vercel Sandbox by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/6526

## Docs
* Fix `<ThreeCanvas>` video texture example to use `advance()` during rendering by @samohovets in https://github.com/remotion-dev/remotion/pull/6519
* Move Vercel docs from /docs/miscellaneous/vercel to /docs/vercel by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/6525
* Add SuperMotion.co to showcase page by @dimitrisraptis96 in https://github.com/remotion-dev/remotion/pull/6522


## New Contributors
* @dimitrisraptis96 made their first contribution in https://github.com/remotion-dev/remotion/pull/6522

**Full Changelog**: https://github.com/remotion-dev/remotion/compare/v4.0.422...v4.0.423