- A practice project made to convert multiple videos from one format to another.
- Supports multiple conversions at the same time.
- Progress bars to display the progress for each video.
- Input formats supported : AVI, M4V, MOV, MP4, MPEG and OGV.
- Output formats supported : AVI, M4V raw MPEG-4, MOV / QuickTime, MP4 / QuickTime, MPEG and OGV
- Easy drag and drop mutilple files.
- Electron
- React
- Redux
- fluent-ffmpeg (Library used for gathering video information and conversion of the videos)
- Install all the dependencies of this project.
npm install
- Start dev server.
npm start
- In a new terminal window type the following to start electron.
npm run electron
-
Drop video files.
-
Convert!