Skip to content

jhodges10/frameio-slate-tool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frame.io Custom Action driven automated slate rendering

Frame.io Setup

  1. Create a new Custom Action via the developer portal
  2. Setup a new subdomain to use for your Custom Action receiver (yourwebhook.io for example)
  3. Point the Custom Action at your subdomain and endpoint (http://yourwebhook.io/new)

Setup

  1. Setup an Ubuntu instance on AWS
  2. Expose port 8000 via the Security Groups settings for this instance
  3. Install docker and docker-compose
  4. Export an ENV variable called FRAMEIO_TOKEN
  5. git clone this repository
  6. Run docker-compose build followed by docker-compose up from within the cloned directory to start the infrastructure and API endpoint

TODO

  1. Add support for version stacks
  2. Update slate to add space for more fields (FPS, resolution, etc.)
  3. Fix slate so that it counts down correctly!!!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.3%
  • Dockerfile 2.7%