Sylvester Lykkehus wrote:
On 2009-05-07 08:44, David C. Rankin wrote:
BASH/Audio gurus,
I'm working on a script that I hoped would eliminate the intermediate wav file in the process of converting my wma files to mp3. I created a named pipe with "mkfifo mppipe" (named for mplayer-pipe). What I am trying to do in the script is:
<snip>
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
Kind regards Sylvester Lykkehus
Sylvester, That Rocks! The output is about 5-7% smaller than using the method I did (I think the lead-in is shorter), but the conversion works just fine. Thanks. -- 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