flaceur
v1.0.2
Published
Node command line app to convert folders of audio files to flac. Local development requires installation of ffmpeg.
Downloads
11
Readme
flaceur
Node command line app to convert folders of audio files to flac. Local development requires installation of ffmpeg.
Local Development
Run flaceur:
node main.js
Package flaceur:
pkg .
Running pkg will generate three executables in the repository root: flaceur-linux, flaceur-macos, and flaceur-win.exe. The Linux and MacOS files have been compressed and added into the repo. They can be downloaded below.
Installing flaceur for local use with NPM
To get the latest published version:
npm install -g flaceur
To get the most up-to-date version:
npm install -g andrewallred/flaceur
Packaged Executables
| Platform | Download | | :--------- | :----------: | | Mac OS | flaceur-macos | | Linux (untested) | flaceur-linux |