Railgun Media Encoder is a cross-platform Media Encoder GUI built with Angular and Electron.
Railgun Media Encoder is still under development! Star the project or Watch Releases to be notified when the BETA Release is avaliable.
PRs welcome ^_^
- git
- Node.js and npm
- Visual Studio Code(Strongly suggested) or other code editor
- Get a copy of RailgunMediaEncoder. (Use git clone)
- run command below to install required package
npm install
- run command below to run the project
npm start
Run the following command to publish as Electron project.
npm run clean # Clean the existing debug build
npm run build-prod # Build the project in production level
npm run publish # Build Electron Installer with electron-builder
Run the following command run lint.
npm run lint