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 1 year ago
JSON representation
[Work in progress] convert any video to mp4 using ffmpeg. Built using Electron
- Host: GitHub
- URL: https://github.com/hanayik/ffconvert
- Owner: hanayik
- License: gpl-3.0
- Created: 2017-01-23T17:34:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-26T21:57:34.000Z (over 9 years ago)
- Last Synced: 2025-03-23T19:02:33.615Z (about 1 year ago)
- Topics: converter, electron, ffconvert, ffmpeg, h264, mp3, mp4, simple, video, webm
- Language: JavaScript
- Homepage:
- Size: 13 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
##ffConvert (work in progress)

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