Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 639 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 639 Bytes

This web application allows the creation/distribution of video digests. It is a work in progress and the documentation is sparse. Contact [email protected] (where REPLACE is berkeley) if you'd like to run this locally.

Dependencies

This application has the following dependencies:

  • git
  • gcc
  • make
  • p2fa-vislab and all of its prerequisites
  • mongo db
  • node
  • npm
  • ffmpeg

Installation

Assuming you've installed the dependencies

  1. git clone --depth 1 --recursive https://github.com/cjrd/vdigests.git
  2. make

Running the application

  1. node app.js
  2. navigate to http://127.0.0.1:3000