Chapter 235: Change the speed of a video over time
Core Idea
:::note This does not work with <Video> from @remotion/media yet.
Key Concepts
Code Examples
let frame = 0;
<OffthreadVideo playbackRate={interpolate(frame, [0, 100], [1, 5])} src="https://remotion.media/BigBuckBunny.mp4#disable" />;
- What it demonstrates: Usage pattern for Change the speed of a video over time from the official docs.
Key Takeaways
- Understand demo when working with Change the speed of a video over time.
- Understand see also when working with Change the speed of a video over time.
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.