Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hanayik/ffconvert

[Work in progress] convert any video to mp4 using ffmpeg. Built using Electron
https://github.com/hanayik/ffconvert

converter electron ffconvert ffmpeg h264 mp3 mp4 simple video webm

Last synced: about 2 months ago
JSON representation

[Work in progress] convert any video to mp4 using ffmpeg. Built using Electron

Awesome Lists containing this project

README

        

##ffConvert (work in progress)

![ffConvert](./media/icon64x64.png)

Convert almost any video format to .mp4 using [ffmpeg](https://ffmpeg.org/)

Built using [electron](http://electron.atom.io/)

Link to latest release: [macOS](https://github.com/hanayik/ffConvert/releases/)

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](http://www.freepik.com) Designed by Ikaika / Freepik

License: GPL-v3.0