Creating a simple video with Editframe a video development platform

Node

output.mp4

Setup

Preparing the environment

  1. The project runs using node 16+, so first we use nvm to install and use that version of node:
    $ nvm install node 16
    $ nvm use 16
  2. Install all the dependencies:
    $ make install
  3. Now we need to setup the environment variables. Go to Editframe and create an account. With your access tokens, create a .env on the root of the project:
    EDITFRAME_CLIENT_ID=<YOUR CLIENT ID>
    EDITFRAME_TOKEN=<YOUR API TOKEN>
  4. Now it's possible to run the script to create the video using the following command:
    $ make create-video
  5. Follow the encoding process on your terminal.