Capítulo 731 de 988

Chapter 731: Rotate a video

Core Idea

:::warning We are phasing out Remotion WebCodecs and are moving to Mediabunny!

Key Concepts

  • Simple Example
  • Videos with rotation
  • Disabling automatic rotation
  • Order of operations
  • Reference implementation
  • See also

Code Examples

await convertMedia({
  src: 'https://remotion.media/BigBuckBunny.mp4',
  container: 'webm',
  rotate: 90,
});
  • What it demonstrates: Usage pattern for Rotate a video from the official docs.

Key Takeaways

  1. Understand simple example when working with Rotate a video.
  2. Understand videos with rotation when working with Rotate a video.
  3. Understand disabling automatic rotation when working with Rotate a video.
  4. Understand order of operations when working with Rotate a video.
  5. Understand reference implementation when working with Rotate a video.

Connects To

  • Buffer Writer: related page in the WebCodecs (@remotion/webcodecs) section.
  • can Copy Audio Track: related page in the WebCodecs (@remotion/webcodecs) section.
  • can Copy Video Track: related page in the WebCodecs (@remotion/webcodecs) section.