@vanih/dunes-node
v5.1.0
Published
NPM package for compressing videos using FFMPEG and FFPROBE
Downloads
143
Readme
dunes-node
NPM library for easy video compression.
Requires user to have installed ffmpeg and ffprobe and know path to those binaries.
Docs
Development workflow
- Write code
- Commit & Push
npm version patchnpm publish
Use
yarn linkto test this library locally in other projects before publishing
To test library on linux (ffmpeg binary might behave different there) use docker
docker build .
Maybe useful links
https://cmdcolin.github.io/posts/2022-05-27-youmaynotneedabundler
