Skip to content

Latest commit

 

History

History
executable file
·
15 lines (8 loc) · 329 Bytes

File metadata and controls

executable file
·
15 lines (8 loc) · 329 Bytes

DTube Video Processor

Purpose

This tool accepts videos across HTTP then encodes the videos and adds them to a remote IPFS / BTFS node, it is compatible with DTube's current front end.

Installation

The tool can be run standalone using

npm install; npm start

Or by using the docker container

docker build .