项目作者: hanayik

项目描述 :
[Work in progress] convert any video to mp4 using ffmpeg. Built using Electron
高级语言: JavaScript
项目地址: git://github.com/hanayik/ffConvert.git
创建时间: 2017-01-23T17:34:03Z
项目社区:https://github.com/hanayik/ffConvert

开源协议:GNU General Public License v3.0

下载


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):

  1. # change to home folder
  2. cd ~
  3. # clone repo
  4. git clone https://github.com/hanayik/ffConvert.git
  5. # change to repo folder
  6. cd ffConvert
  7. # install dependencies
  8. npm install
  9. # run the program
  10. npm start
  11. # to build the macOS app (only platform I own)
  12. npm run build-mac

Credits: app icon Designed by Ikaika / Freepik

License: GPL-v3.0