David C. Rankin wrote:
Karl Sinn wrote:
Hallo,
If you don't mind using another tool for the job, heres an example of converting wma to mp3 with ffmpeg: ffmpeg -i test.wma -acodec libmp3lame -ab 192k -ac 2 -ar 44100 test.mp3 Das hat mich dazu animiert das ganze auch mal zu probieren um m4a nach mp3 zu verwandeln. Leider bricht ffmpeg ab mit einer Fehlermeldung:
[libmp3lame @ 0x8084360]lame: output buffer too small (buffer index: 9404, free bytes: 388) Audio encoding failed
Zu schade.
Gruss Karl
Hmmm... Karl,
I take it the translation is something like "it doesn't work and exits with an error.."? I found this:
On:
http://ffmpeg.arrozcru.org/forum/viewtopic.php?f=1&t=935
This seems to be fixed by going back to 3.98 or 3.97 versions of lame.
Looks like a bug
Looks like a bug that isn't really a bug: The encoding actually completes without a problem despite the output buffer too small error, see: http://drupal.org/node/376012 (quoted: May 7, 2009) Two notes: 1. The error message doesn't actually matter. Audio encoding has NOT failed and you will have a watchable output video in your destination directory. Annoying that it reports a failure when it actually hasn't failed. Explanation is on this page: http://howto-pages.org/ffmpeg/ The error message about the output buffer being too small is nothing important. It's merely a result of the way data is passed between ffmpeg and the external codec, LAME. 2. The FFMpeg guys say this is fixed in the latest source, though I can't verify that: http://archives.free.net.ph/message/20081119.105257.374f3774.en.html -- David C. Rankin, J.D.,P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org