Note: Make sure to install ffmpeg and ffprobe in your machine before using this app
You can download the executables from https://ffmpeg.org/download.html
git clone https://github.com/dineshnadimpalli/Video-Converter.git
cd Video-Converter
npm install
Start react dev server:
npm start
In a new terminal window run electron app:
npm run electron