Capítulo 234 de 988

Chapter 234: Embedding videos into Remotion

Core Idea

You can embed existing videos into Remotion by using the <Video> from @remotion/media component.

Key Concepts

  • Using a local file
  • Trimming
  • Delaying
  • Size and Position
  • Volume
  • Speed
  • Looping
  • GIFs

Code Examples

export const MyComp: React.FC = () => {
  return <Video src="https://remotion.media/BigBuckBunny.mp4" />;
};
  • What it demonstrates: Usage pattern for Embedding videos into Remotion from the official docs.

Key Takeaways

  1. Understand using a local file when working with Embedding videos into Remotion.
  2. Understand trimming when working with Embedding videos into Remotion.
  3. Understand delaying when working with Embedding videos into Remotion.
  4. Understand size and position when working with Embedding videos into Remotion.
  5. Understand volume when working with Embedding videos into Remotion.

Connects To

  • Animatedimage: related page in the Assets & Media section.
  • Delaying: related page in the Assets & Media section.
  • Exporting: related page in the Assets & Media section.