[Work in progress] convert any video to mp4 using ffmpeg. Built using Electron
Convert almost any video format to .mp4 using ffmpeg
Built using electron
Link to latest release: macOS
Help is always appreciated. Please submit a pull request if you add features, or submit an issue to point out bugs/enhancements
to get started (from terminal):
# change to home folder
cd ~
# clone repo
git clone https://github.com/hanayik/ffConvert.git
# change to repo folder
cd ffConvert
# install dependencies
npm install
# run the program
npm start
# to build the macOS app (only platform I own)
npm run build-mac
Credits: app icon Designed by Ikaika / Freepik
License: GPL-v3.0