Skip to content

launch a web server wtih web ui that will reduce scale of video for smaller video disk size

Notifications You must be signed in to change notification settings

chadrick-kwag/reduce-video-size-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

launch a web server wtih web ui that will reduce scale of video for smaller video disk size

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages