Giter Site home page Giter Site logo

rbrooks / alacit Goto Github PK

View Code? Open in Web Editor NEW
10.0 10.0 0.0 129.99 MB

Batch convert APE, FLAC, and WAV files to Apple-Lossless M4A for importation into iTunes, iPhones, iPads, and iPods. Also does Cue-Sheet splitting.

License: MIT License

Ruby 100.00%

alacit's People

Contributors

rbrooks avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

alacit's Issues

ffmpeg error on ubuntu server 12.04, solution included

Encountered the following error on Ubuntu Server 12.04.1 running in a Parallels VM:

Failed to set value 'alac' fo option 'c:a'

Traced it back to 'ffmpeg' (version 0.8.3-4:0.8.3-0ubuntu12.04.1).

Change line 57 of "alacit.rb" in the "lib" folder to:
command = 'ffmpeg -y -i "' + file + '" -acodec alac "' + m5a_file + '"'

and it works fine. Were you running a different version of ffmpeg?

Haven't been able to test on Mac (don't have a copy of Mountain Lion) if it breaks compatibility.

Missing ID3v2 tags

Audio encoded to ALAC format with alacit(1) is missing some metadata, notably gapless playback info. Apple uses the ID3v2 tag, iTunSMPB, for this purpose.

It appears that the ffmpeg(1) AAC encoder does not support gapless playback yet. Under OS X, one option is afconvert(1), described in Mastered for iTunes. Unfortunately, this involves several steps: FLAC => WAVE => CAFF => ALAC.

Different output directory

Hi there! This is awesome gem! Thanks for it!
It would be better and more comfortable if you add some parameter for change output directory.

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.