Install Node Packages npm install
Start Development Server npm run dev
Conversion of files is not possible in DEV Server
Build Project npm run build
Start Project node .
By default, the server is set to port 3000
, with the Environment Variable PORT
this can be changed.
PORT=5000 node .
- Node
- Version v16.18.0
- NPM
- Version 8.19.2
- File gets uploaded to Browsers Memory (limited to max 2GB Files)
- Output format gets chosen, common filetypes are available
- FFMPEG gets downloaded and used via WebAssembly
- File gets converted with FFMPEG
- File blob gets returned and made available to download