Chapter 579: exposure()
Core Idea
_Part of the @remotion/effects package.
Key Concepts
- Preview
- Example
- API
- stops?
- disabled?
- Difference from brightness()
- Compatibility
- See also
Code Examples
export const MyComp: React.FC = () => {
return (
<Video
src="https://remotion.media/video.mp4"
effects={[exposure({stops: 1})]}
/>
);
};
- What it demonstrates: Usage pattern for exposure() from the official docs.
Key Takeaways
- Understand preview when working with exposure().
- Understand example when working with exposure().
- Understand api when working with exposure().
- Understand stops? when working with exposure().
- Understand disabled? when working with exposure().
Connects To
- Animated Emoji: related page in the Effects Library section.
- get Available Emoji: related page in the Effects Library section.
- api: related page in the Effects Library section.