Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Latest commit

 

History

History
39 lines (27 loc) · 1.31 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.31 KB

electrolysis

Build Status dependencies Status devDependencies Status

Convert between video formats

Electrolysis is built using electron and ffmpeg

Installation

  1. Install Node.js
  2. Install ffmpeg
  3. Install git
  4. Open a command line or terminal
  5. Run git clone https://github.com/ChristianMurphy/electrolysis
  6. Run cd electrolysis
  7. Run npm install

Starting

  1. Open a command line or terminal
  2. Navigate to the folder with electrolysis
  3. Run npm start

Developer Setup

  1. Follow installation instructions
  2. Run npm run start-dev
  3. In the console at the side of the window enter require('devtron').install()

Testing

  1. Open a command line or terminal
  2. Navigate to the folder with electrolysis
  3. Run npm test