v4.0.434
remotion-dev/remotionv4.0.434Mar 5, 2026by JonnyBurger
AI Summary
Expands rendering capabilities with CSS filter support and adds a CLI render option to the studio modal, alongside fixes for audio latency and codec settings.
Key Highlights
- Add CSS filter property support
- Add "Render via CLI" to deployed studio modal
- Fix duplicate audio codec setting in the web render modal
- Account for audio latency in seek queued period check
Full Release Notes
## What's Changed * `@remotion/media`: Account for audio latency in seek queued period check by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/6816 * `@remotion/studio`: Fix duplicate audio codec setting in the web render modal by @samohovets in https://github.com/remotion-dev/remotion/pull/6813 * `@remotion/studio`: Add "Render via CLI" to deployed studio modal by @samohovets in https://github.com/remotion-dev/remotion/pull/6770 * `@remotion/web-renderer`: Add CSS filter property support by @saimfd in https://github.com/remotion-dev/remotion/pull/6814 ## Docs * Make public blob the default in Vercel deploy URLs by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/6817 * Fix typo in support documentation by @MehmetAdemi in https://github.com/remotion-dev/remotion/pull/6815 **Full Changelog**: https://github.com/remotion-dev/remotion/compare/v4.0.433...v4.0.434