Mailinglist Archive: opensuse (1461 mails)
| < Previous | Next > |
Re: [opensuse] BASH: wma to mp3, stuck trying mplayer to named pipe to lame? Help?
- From: Sylvester Lykkehus <zly@xxxxxxxxxxxxxx>
- Date: Thu, 07 May 2009 09:41:54 +0200
- Message-id: <4A0290C2.6010400@xxxxxxxxxxxxxx>
On 2009-05-07 08:44, David C. Rankin wrote:
<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
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
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
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |