Hi !

Le mardi 13 avril 2010 13:40:42, Henry Favretto a écrit :
> Any idea why I can't decode m4a without enabling mplayer?
> 
> Also, is there a simple solution to the metadata problem that doesn't
> involve compiling the sources?

I think you are lucky :-)
Since you are using 0.9.2, you only have to add:

  enable_faad ()

at the beginning of your script.

This should enable the external fadd decoder and the metadata resolving through 
metaflac:

2010/04/13 23:56:31 [decoder:4] Trying FAAD decoder for "/tmp/bla.m4a"...
2010/04/13 23:56:31 [decoder:3] Decoder FAAD chosen for "/tmp/bla.m4a".
2010/04/13 23:56:31 [src_4524:4] Remaining: 0, queued: 0, adding: 1323000 (RID 
0)
2010/04/13 23:56:31 [src_4524:4] Remaining: 0, queued: 1323000, taking: 1323000
2010/04/13 23:56:31 [src_4524:3] Prepared "/tmp/bla.m4a" (RID 0).
2010/04/13 23:56:31 [threads:3] Created thread "ao" (2 total).
2010/04/13 23:56:31 [src_4525:4] Got metadata at position 0: calling handler...
[ (...),("title","Baleen Sample") ]

Romain


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to