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

ChristianMurphy/electrolysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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