Page 2 of 2

Re: Audacity bug importing MP3 with "Extended Tags" (ID3v2)

Posted: Sun Mar 22, 2009 6:54 pm
by Gale Andrews
Ricardo wrote:
Gale Andrews wrote:To force FFmpeg to import the file rather than LIBMAD, you have to click File > Import > Audio and select "FFmpeg-compatible files" in the "Files of type" dropdown. After that you can drag the files in if you prefer and the FFmpeg library will be used to import them.
Thanks for the tip! Hmm... that was a tricky one. I'd suggest that this information be included in the download page, because one has the impression that just installing the FFmpeg libs would automatically enable them.
Well, there are two different issues here (and all Beta documentation is "unfinished" by definition)... at the moment FFmpeg is not detected automatically as LAME is - the first time you use FFmpeg to import or export, you have to use the "Locate..." button in the Import / Export Preferences. Probably this should be in this particular FAQ, but we are hoping to enable automatic detection of FFmpeg in future if FFmpeg is installed to its default location.

Once located, FFmpeg will automatically be used for files like WMA that only FFmpeg supports. Forcing import via FFmpeg of formats which are supported natively by Audacity is a fringe case, but it is covered in the draft Manual:
http://www.audacityteam.org/manual/inde ... enu#Import

None of the other MP3 files reported to us which import incorrectly via LIBMAD have CD TOC frames, so there is some other problem in those cases.

Re: Audacity bug importing MP3 with "Extended Tags" (ID3v2)

Posted: Tue Mar 24, 2009 2:31 am
by Gale Andrews
Gale Andrews wrote:None of the other MP3 files reported to us which import incorrectly via LIBMAD have CD TOC frames, so there is some other problem in those cases.
We've now fixed this in source code - the problem occurred where any of the ID3v2 tags (Music CD Identifier or whatever they were) were placed right at the front of the file. The fix will be in the next 1.3.8 release, but if you want to try it now, grab this:
http://www.gaclrecords.org.uk/audacity- ... -alpha.zip


Gale