View Issue Details

IDProjectCategoryView StatusLast Update
0004797AAC / Video codec pluginCodecpublic2013-03-08 04:58
Reporterrusty Assigned To 
PriorityurgentSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Target Version2.1.0Fixed in Version2.1.0 
Summary0004797: Alac encoder
DescriptionWe should add support for Alac encoding (either to MM or to the aac plugin).

Additional InformationRequested at:
http://www.mediamonkey.com/support/staff/index.php?_m=tickets&_a=viewticket&ticketid=1112
http://www.mediamonkey.com/support/staff/index.php?_m=tickets&_a=viewticket&ticketid=9695

Apparently DBpoweramp already has an alac encoder (based on the open source alac decoder??)

Also, ffmpeg may be adding support for alac encoding. See:
http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2008-June/048382.html
TagsNo tags attached.
Fixed in build101

Relationships

child of 0001391 feedbackrusty MMW v4 External Command line Encoder Support 

Activities

Ludek

2009-02-04 10:25

developer   ~0016504

DBpoweramp already has an alac encoder that does not require iTunes, or Quicktime and has the advantage of being faster than Apples encoder! (x50 encoding speed on AMD 64), but unfortunatelly they are not allowed by license to open it, or sub-license. The only way is to control dbpoweramp through COM object scripting.

More info:
http://forum.dbpoweramp.com/showthread.php?t=10154

Ludek

2009-02-04 10:37

developer   ~0016505

Another request:
http://www.mediamonkey.com/support/staff/index.php?_m=tickets&_a=viewticket&ticketid=3782&noteconfirm=1

stephen_platt

2011-02-14 20:56

developer   ~0023081

It looks to me like ffmpeg already supports alac encoding: http://www.ffmpeg.org/general.html#SEC7

stephen_platt

2011-10-28 18:40

developer   ~0028508

http://alac.macosforge.org/

jiri

2011-11-01 15:44

administrator   ~0028565

Since the codec is now open-sourced under Apache license, it should be easy to add to MM 4.1 - raising priority.

michal

2012-02-17 20:26

developer   ~0030453

Fixed in codec pack build 100. Config. dialog of aac codec plugin allows now selecting ALAC (instead of default AAC) for M4A/M4B/MP4 audio files.

Ludek

2013-02-28 21:39

developer   ~0035177

Shouldn't we start beta testing of ALAC encoding?
http://www.mediamonkey.com/forum/viewtopic.php?f=4&t=61162

rusty

2013-03-07 16:34

administrator   ~0035279

I did a quick test of the encoder, and there are a couple of problems:
1) Tracks encoded with the encoder generate an AV on playback
2) Converted tracks don't get added to the library even when the option for this is enabled e.g. select a flac file > convert to folder with [x] Add converted files to library --> files don't get added.
3) Tracks encoded with the encoder don't convert with metadata (all metadata is lost except for Title and Artist which are retained via inference from the filename). e.g. follow steps from 2) above and scan the folder --> all metadata is missing except for Title/Artist.

michal

2013-03-07 19:18

developer   ~0035286

Fixed in build 101.

rusty

2013-03-08 04:58

administrator   ~0035289

Verified. Note that a new build 100 was created (not build 101).