Capítulo 235 de 988

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

  • Demo
  • See also

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

  1. Understand demo when working with Change the speed of a video over time.
  2. 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.