Chapter 939: High Dynamic Range and Remotion
Core Idea
High Dynamic Range (HDR) is a feature that allows for a wider range of colors and brightnesses than standard dynamic range (SDR).
Key Concepts
- Embedding HDR videos
- In
<Video /> and <Html5Video />
- In
<OffthreadVideo />
- Outputting HDR videos
Code Examples
export const MyComp = () => {
return <OffthreadVideo src="https://example.com/hdr.mp4" toneMapped={false} />;
};
- What it demonstrates: Usage pattern for High Dynamic Range and Remotion from the official docs.
Key Takeaways
- Understand embedding hdr videos when working with High Dynamic Range and Remotion.
- Understand in
<video /> and <html5video /> when working with High Dynamic Range and Remotion.
- Understand in
<offthreadvideo /> when working with High Dynamic Range and Remotion.
- Understand outputting hdr videos when working with High Dynamic Range and Remotion.
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.