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 -- 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