CL

Cli

@remotion/cli

Control Remotion features using the `npx remotion` command

Animation
remotion
ffmpeg
video
react
player
@remotion/cli
Animation
javascript
npm
frontend
Stars
59k
Weekly
853k
Open issues
181
Bundle
~25 kB

Installation

npm install @remotion/cli

Code example

import { motion } from "@remotion/cli";

export function Example() {
  return (
    <motion.div
      initial={{ opacity: 0, y: 12 }}
      animate={{ opacity: 1, y: 0 }}
      transition={{ duration: 0.35 }}
    >
      <h2>Animated with Cli</h2>
    </motion.div>
  );
}

Pros & cons

Pros

  • Actively maintained by Jonny Burger <jonny@remotion.dev>
  • 853k weekly downloads. Battle tested
  • SEE LICENSE IN LICENSE.md licensed

Considerations

  • Adds roughly ~25 kB to your bundle
  • Needs client-only rendering in SSR frameworks
  • Not supported in React Native
  • 181 open issues on GitHub

FAQs

Alternatives & similar libraries