What's Changed
@remotion/cli: New flat config file format! by @alexfernandez803 in #1769
Config.Rendering.setConcurrency(8)is now simply
Config.setConcurrency(8)This works for all options. The old way will continue to work but is deprecated.
@remotion/cli: Upgrade will also upgrade the devDependencies by @JonnyBurger in #1758@remotion/threebetter developer experience for "Error creating WebGL context" by @JonnyBurger in #1763@remotion/three: FixuseVideoTexture()in Create React App by @JonnyBurger in #1770@remotion/lambda: Render command now displays rendered frames correctly (RIP emojis) by @JonnyBurger in #1774@remotion/renderer: Fix type errors due to bad imports by @JonnyBurger in #1772@remotion/lambda: More reliable lambda upload by @JonnyBurger in #1773create-video: Disable Yarn PnP when creating a project with Yarn2/3 by @JonnyBurger in #1776
Docs
- New section about transforms: https://www.remotion.dev/docs/transforms by @JonnyBurger in #1506
- Tutorial for using Remotion with serverless.com by @alexfernandez803 in #1755
- New Remotion Experts: Raymond and Matthew! by @MehmetAdemi in #1765
- Improve examples for Webhook testing by @JonnyBurger in #1757
- Warn about re-renders when using
useCurrentPlayerFrame()by @JonnyBurger in #1775 - docs: fix small typo error by @0xflotus in #1760
- Add new video to showcase by @brenjamin in #1762
New Contributors
- @brenjamin made their first contribution in #1762
Full Changelog: v3.3.38...v3.3.39