Hi there, I'm really enjoying playing around with Remotion, combining the skill with Claude Code is such a powerful combination!
Feature Request 🛍️
Currently when running npx create-video, there's no way to scaffold a video without using the interactive TUI.
This means that agents like Claude Code can't use the CLI to quickly scaffold a video, and I need to do it myself.
I tried getting around this by doing npx degit remotion-dev/remotion/packages/template-blank my-video, but because remotion uses pnpm's workspace syntax, the output doesn't cleanly work with npm.
Use Case
By adding a --yes flag, I could do something like npx create-video --yes --template blank to quickly scaffold a video. It would work with Claude Code.
Possible Solution
Add the --yes flag which will skip the TUI.
Hi there, I'm really enjoying playing around with Remotion, combining the skill with Claude Code is such a powerful combination!
Feature Request 🛍️
Currently when running
npx create-video, there's no way to scaffold a video without using the interactive TUI.This means that agents like Claude Code can't use the CLI to quickly scaffold a video, and I need to do it myself.
I tried getting around this by doing
npx degit remotion-dev/remotion/packages/template-blank my-video, but because remotion uses pnpm's workspace syntax, the output doesn't cleanly work withnpm.Use Case
By adding a
--yesflag, I could do something likenpx create-video --yes --template blankto quickly scaffold a video. It would work with Claude Code.Possible Solution
Add the
--yesflag which will skip the TUI.