Skip to content

Video Editor with React, Canvas, Python and FFMPEG

Notifications You must be signed in to change notification settings

prsnnami/vidvid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reduct Video Experiments

Requirements

  • Node 12.0.0 or higher
  • Python 3.8 or higher
  • Postgres
  • Pipenv (for installation, click here )

Note: Setup environment variables for Database connection as seen in video-overlay/demo/.env.example

Installation

Client

  1. cd client
  2. yarn

Proxy

  1. cd proxy
  2. yarn

Backend

  1. cd video-overlay
  2. pipenv install

Quick Start

Client

  1. cd client
  2. yarn start

Proxy

  1. cd proxy
  2. yarn start

Backend

  1. cd video-overlay
  2. pipenv run python manage.py runserver

About

Video Editor with React, Canvas, Python and FFMPEG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published