Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 927 Bytes

File metadata and controls

39 lines (21 loc) · 927 Bytes

Service Publisher

No Stability testing done!

What does this do?

This node JS electron app is designed to be used to download video from an ftp server, encode it with adobe media encoder, then upload to any number of other ftp servers.

It also encodes audio recorded locally with media encoder and also uploads it.

Changing settings

All of the settings can be found in settings.json there is also a UI for the settings, but doesn't yet work for the upload servers thease have to be manually added.

Installing everything

Running the following

npm install

in the home directory. This will install all necesarry dependancies.

To set the locations for all of the folders must be done in settings.json or if "osDynamic" is set true it will place them in ~/documents/ and will create them for you.

Debugging

Debug logs can be found in ./logs/debug.log

TODO

Finish UI for settings