Git Product home page Git Product logo

flac2alac's Introduction

flac2alac by Arlindo "Nighto" Pereira (C) 2010,2013
First posted on http://nighto.net/convertendo-flac-para-alac/

Licensed on GPLv3
also modified by Jeffrey Paul <[email protected]>
and by jon higgs <[email protected]>

flac2alac is a shell script to convert FLAC (Free Lossless Audio Codec) files
to ALAC (Apple Lossless Audio Codec) format, used on iPod/iPhone/iPad.

You can use it to convert a single .flac file to .m4a, like

  flac2alac file.flac

You can use it to convert a directory of files:
 
  flac2alac *.flac

You can use it to remove the original files after successful conversion:

  flac2alac -d *.flac

Users of this program may find the "ppss" (parallel processing shell script)
tool useful for converting large batches of files on modern, multi-core
machines.

  Download at:  http://code.google.com/p/ppss/

To convert an entire directory using all of your available cores:

  ppss -d . -c 'flac2alac '

Or, to delete after:

  ppss -d . -c 'flac2alac -d '

(One note: ppss by default recurses through all of the subdirectories of the
directory specified by the '-d' option.  More info can be found in the ppss
docs.)

flac2alac uses flac and ffmpeg to decode/encode the audio files. On Ubuntu, you
can install them with

 make install

If you have homebrew on OSX you can install with

  make install-homebrew

Also required is the mpeg4v2 package that includes the mp4tags utility, fetch
it from here:

  http://mp4v2.googlecode.com

flac2alac's People

Contributors

jonhiggs avatar sneak avatar laogao avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.