Skip to content

Creatomate/video-creator-demo

Repository files navigation

Video Creator Demo

This is a demo application showing how to build advanced video editing apps using the Preview SDK.

Important

Keep in mind that this is an advanced use case, and it is not the best place to start if you do not have any previous experience with Creatomate's Preview SDK. If you are just getting started, please refer to the Video Preview Demo instead.

Usage

  1. Create a new file called .env.local in the root of the project, providing your API Key and Public Token:
CREATOMATE_API_KEY=...
NEXT_PUBLIC_CREATOMATE_PUBLIC_TOKEN=...
  1. Install all NPM dependencies using the following command:
npm install
  1. The demo can then be run using:
npm run dev
  1. Now visit the URL that is displayed in your console, which is by default: http://localhost:3000

Issues & Comments

Feel free to contact us if you encounter any issues with this demo or Creatomate API at support@creatomate.com.

License

This demo is licensed under the MIT license. Please refer to the LICENSE for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published