github remotion-dev/remotion v3.3.39

latest releases: v4.0.440, v4.0.439, v4.0.438...
3 years ago

What's Changed

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/three better developer experience for "Error creating WebGL context" by @JonnyBurger in #1763
  • @remotion/three: Fix useVideoTexture() 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 #1773
  • create-video: Disable Yarn PnP when creating a project with Yarn2/3 by @JonnyBurger in #1776

Docs

New Contributors

Full Changelog: v3.3.38...v3.3.39

Don't miss a new remotion release

NewReleases is sending notifications on new releases.