Chapter 330: Creating overlays
Core Idea
If you want to export a Remotion video to use it as an overlay or transition in a conventional video editing software, you can export it as a transparent Apple ProRes file, which is supported by Final Cut Pro, Adobe Premiere and Davinci Resolve.
Key Concepts
- Exporting a video as ProRes file
- Use a template
- Use it in your Video Editor
- See also
Code Examples
Config.setVideoImageFormat("png");
Config.setPixelFormat("yuva444p10le");
Config.setCodec("prores");
Config.setProResProfile("4444");
- What it demonstrates: Usage pattern for Creating overlays from the official docs.
Key Takeaways
- Understand exporting a video as prores file when working with Creating overlays.
- Understand use a template when working with Creating overlays.
- Understand use it in your video editor when working with Creating overlays.
- Understand see also when working with Creating overlays.
Connects To
- Clipper: related page in the Studio, Player & Editing section.
- Design Systems: related page in the Studio, Player & Editing section.
- Editor Starter: related page in the Studio, Player & Editing section.