Skip to content

s25g5d4/flac2alac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

flac2alac

Simple shell script to convert flac to alac (Apple Lossless .m4a), with cover image if available.

Install

Install flac, FFmpeg and AtomicParsley first.

You can install them from homebrew on macOS:

brew install flac ffmpeg atomicparsley

Usage

Convert flac file to alac.
Usage: flac2alac [-hvy] <file|dir>...

OPTIONS:
    -h: print help
    -v: log verbosely. this displays ffmpeg logs
    -y: always overwrite existing files

To use the script globally, clone the script to /usr/local/bin and chmod +x /usr/local/bin/flac2alac.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages