Skip to content

Node command line app to convert folders of audio files to flac.

Notifications You must be signed in to change notification settings

andrewallred/flaceur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

flaceur

About

Node command line app to convert folders of audio files to flac.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published