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
- Understand using a local file when working with Embedding videos into Remotion.
- Understand trimming when working with Embedding videos into Remotion.
- Understand delaying when working with Embedding videos into Remotion.
- Understand size and position when working with Embedding videos into Remotion.
- 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.