/electrolysis

Convert between video formats

Primary LanguageJavaScriptMIT LicenseMIT

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