Capítulo 913 de 988

Chapter 913: <LightLeak>

Core Idea

:::info Deprecated @remotion/light-leaks is deprecated and will no longer be published starting with Remotion 5. 0.

Key Concepts

  • Example
  • API
  • durationInFrames?
  • seed?
  • hueShift?
  • Compatibility
  • See also

Code Examples

const MyVideo = () => {
  return (
    <AbsoluteFill style={{backgroundColor: 'black'}}>
      <LightLeak durationInFrames={60} seed={3} hueShift={30} />
    </AbsoluteFill>
  );
};
  • What it demonstrates: Usage pattern for <LightLeak> from the official docs.

Key Takeaways

  1. Understand example when working with <LightLeak>.
  2. Understand api when working with <LightLeak>.
  3. Understand durationinframes? when working with <LightLeak>.
  4. Understand seed? when working with <LightLeak>.
  5. Understand hueshift? when working with <LightLeak>.

Connects To

  • api: related page in the Light Leaks (@remotion/light-leaks) section.
  • Light Leak Effect: related page in the Light Leaks (@remotion/light-leaks) section.