v4.0.446
remotion-dev/remotionv4.0.446Apr 6, 2026by JonnyBurger
AI Summary
This update improves media tag flexibility by allowing them to wrap in an invisible Sequence and adds new props for duration control. It also enhances studio-server efficiency and file watching.
Key Highlights
- Make media tags wrap in an invisible `<Sequence>`
- Add `from` and `durationInFrames` props to media tags
- Fix calculateMetadata copy on render errors
- Scroll to composition or asset when selected but out of view
- More efficient file watcher for render outputs
New Features
- Make media tags wrap in an invisible `<Sequence>` and allow `from` and `durationInFrames` props
Full Release Notes
## What's Changed * `@remotion/media`: Make media tags wrap in an invisible `<Sequence>` and allow `from` and `durationInFrames` props by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/6983 * `@remotion/studio`: Fix calculateMetadata copy on render errors by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/6996 * `@remotion/studio`: Scroll to composition or asset when selected but out of view by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/6997 * `@remotion/studio-server`: More efficient file watcher for render outputs by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/6985 * `@remotion/studio-server`: Hint when someone forgets to wrap in staticFile() by @app/cursor in https://github.com/remotion-dev/remotion/pull/7002 * `@remotion/studio-server`: Remove duplicate codemod formatting logic by @app/cursor in https://github.com/remotion-dev/remotion/pull/6994 * `@remotion/studio-server`: Remove duplicated codemod formatting logic by @app/cursor in https://github.com/remotion-dev/remotion/pull/6999 ## Skills * Prefer Bezier easing over springs by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/6973 ## Docs * Remove Firefox AAC limitation note by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7009 **Full Changelog**: https://github.com/remotion-dev/remotion/compare/v4.0.445...v4.0.446