Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 360 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 360 Bytes

FFmpegGUI

A ffmpeg desktop application built with electron.

Usage

You can get macOS or Windows installation package in releases.

Develop

npm install

cd release/app

npm install

cd ../../

# develop
npm run start

# package. The package will be in /release/build 
npm run package