Capítulo 934 de 988

Chapter 934: Effects

Core Idea

<video src="/img/effects-banner.

Key Concepts

  • Supported components
  • Usage
  • Programmatically
  • Interactively
  • Agentically
  • Multipass
  • Available effects
  • Visual editing in Studio

Code Examples

export const MyComp: React.FC = () => {
  return (
    <Video
      src="https://remotion.media/video.mp4"
      effects={[blur({radius: 40})]}
    />
  );
};
  • What it demonstrates: Usage pattern for Effects from the official docs.

Key Takeaways

  1. Understand supported components when working with Effects.
  2. Understand usage when working with Effects.
  3. Understand programmatically when working with Effects.
  4. Understand interactively when working with Effects.
  5. Understand agentically when working with Effects.

Connects To

  • 4 0 Alpha: related page in the Miscellaneous (Core) section.
  • ai: related page in the Miscellaneous (Core) section.
  • Animated Emoji: related page in the Miscellaneous (Core) section.