Skip to content

xa888s/boe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

boe

boe stands for Batch Opus Encoder

Use case

Encoding your entire (lossless) music collection into something a little more mobile friendly (space-wise)

Dependencies

  • modern version of bash (bash >= 4)
  • opusenc (to encode to opus)

Usage

Clone repository

git clone https://cryptid.cc/lost/boe.git
cd boe

Encoding albums

To encode albums you need to specify the "-o" and "-i" arguments with the output directory and input directory respectively.

./boe -i /path/to/inputdirectory -o /path/to/outputdirectory

Encoding albums with a different bitrate

For this you would use the "-b" argument to specify a bitrate (in kbps)

./boe -i /path/to/inputdirectory -o /path/to/outputdirectory -b bitrate

About

Command line tool for batch encoding .flac files into .opus files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages