/electron-convert

This is a video converter app using electron

Primary LanguageJavaScriptMIT LicenseMIT

What is this

Electron video converter. An electron app that can convert video to another format

Additional notes

  1. This project is from udemy tutorial here
  2. I make a new repo from this
  3. You need FFMPEG install in order for this app to works

Getting started

After npm install, you need to run both react and electron

npm install
npm start
npm run electron