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
- Understand simple example when working with Rotate a video.
- Understand videos with rotation when working with Rotate a video.
- Understand disabling automatic rotation when working with Rotate a video.
- Understand order of operations when working with Rotate a video.
- 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.