Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hanayik/ffconvert
- Owner: hanayik
- License: gpl-3.0
- Created: 2017-01-23T17:34:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-26T21:57:34.000Z (almost 8 years ago)
- Last Synced: 2024-05-12T05:40:44.755Z (8 months ago)
- Topics: converter, electron, ffconvert, ffmpeg, h264, mp3, mp4, simple, video, webm
- Language: JavaScript
- Homepage:
- Size: 13 MB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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