Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 533 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 533 Bytes

FFMPEG Wrapper

Desktop Application base on FFMPEG

Install

  1. Install NodeJS

    https://nodejs.org/en/

    or using nvm

  2. Install FFMPEG Wrapper & dependencies

    $ git clone https://github.com/robinhuy/ffmpeg-wrapper
    $ cd ffmpeg-wrapper
    $ npm install
  1. Run app
    $ npm start

Build app

  1. For Windows:
    $ npm run win32
  1. For Mac:
    $ npm run darwin
  1. For Linux:
    $ npm run linux