Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 764 Bytes

readme.md

File metadata and controls

27 lines (19 loc) · 764 Bytes

video size reducer

how to use

  • run backend server
node server.js
  • run frontend server
npx webpack serve

requirements

how it works

the backend server(server.js) takes care of finding target files under given directories to search for, manage work queue which does the actual vidoe conversion one at a time.

the frontend server takes care of showing the current work status of video conversion, and allow to add/remove files to convert. The frontend will poll to backend server to fetch work status and show updates.