Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions packages/docs/docs/editor-starter/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,22 @@ So yes, the Editor Starter produces just Remotion compositions and they can also
The Remotion composition that powers the Editor Starter is located in the `src/remotion` folder of the project.
You can also use the [`npx remotion studio`](/docs/cli/studio) and [`npx remotion render`](/docs/cli/studio) commands as usual.

## Can I get an evaluation license for the Remotion Editor Starter?

The Editor Starter does not use a licensing model, it is a Remotion template that after a one-time purchase can be used indefinitely - by any Remotion user, whether they fall under the free license or company license.

This makes it hard for us to provide evaluation copies because there is no way to revoke access to the code and ideas once it has been given.

It would also make offering this product unsustainable - we don’t want to sugarcoat the truth: 90% of users will give up when realizing the complexity of building a video product or fail on their way to build it. This is already priced in.

We want to sell this template only to users who are committed in their attempt to build a video editor with Remotion. They need to commit to the price, but we’ll support them continuously afterwards should anything not match their expectations.

To evaluate whether the Editor Starter is for you:

- Use the extensive [docs](/docs/editor-starter)
- Try the [demo](/docs/editor-starter/demo)
- Ask us any questions before buying it.

## Is Remotion launching its own video editor?

No - we hope to enable developers to launch their own products rather than entering the space ourselves.
Expand Down
Loading