Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 824 Bytes

File metadata and controls

41 lines (24 loc) · 824 Bytes

##ffConvert (work in progress)

ffConvert

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

##For developers: 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