Skip to content

A cross platform (macOS, Windows & Linux) application made using Electron, React and Redux which converts multiple videos to other formats. Uses the fluent-ffmpeg library.

Notifications You must be signed in to change notification settings

sivcan/VideoConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Converter

  • A practice project made to convert multiple videos from one format to another.

Features

  • 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.

Technologies used

  • Electron
  • React
  • Redux
  • fluent-ffmpeg (Library used for gathering video information and conversion of the videos)

How to use this project

  1. Install all the dependencies of this project.

npm install

  1. Start dev server.

npm start

  1. In a new terminal window type the following to start electron.

npm run electron

  1. Drop video files.

  2. Convert!

Screenshots

1

2

3

4

About

A cross platform (macOS, Windows & Linux) application made using Electron, React and Redux which converts multiple videos to other formats. Uses the fluent-ffmpeg library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published