How do I convert a WMA file to MP3 or WAV ?

  • Follow


I want to upload a music file to youtube but youtube does not support
WMA.
I believe I will have to convert it to MP3 or WAV.

How can I do this under LInux ?

0
Reply pokhara67 (29) 6/27/2007 10:59:52 AM

On Wed, 27 Jun 2007 06:59:52 -0400, pokhara67 <pokhara67@googlemail.com>=
  =

wrote:

> I want to upload a music file to youtube but youtube does not support
> WMA.
> I believe I will have to convert it to MP3 or WAV.
>
> How can I do this under LInux ?
>

to most people it's easy  =

http://www.justfuckinggoogleit.com/search.pl?query=3Dmp3+wave+linux+conv=
ert

-- =

OpenSuse 10.2 x64, KDE 3.5, Opera 9.x weekly
0
Reply google01013 (49) 6/27/2007 11:23:19 AM


On Jun 27, 12:23 pm, google01013 <google01...@nada.com> wrote:
> On Wed, 27 Jun 2007 06:59:52 -0400, pokhara67 <pokhar...@googlemail.com>
> wrote:
>
> > I want to upload a music file to youtube but youtube does not support
> > WMA.
> > I believe I will have to convert it to MP3 or WAV.
>
> > How can I do this under LInux ?
>
> to most people it's easy  http://www.justfuckinggoogleit.com/search.pl?query=mp3+wave+linux+con...
>
thanks

can youtube host audio files rather than just video files ?

0
Reply pokhara67 (29) 6/27/2007 1:21:21 PM

pokhara67 wrote:
> I want to upload a music file to youtube but youtube does not support
> WMA.
> I believe I will have to convert it to MP3 or WAV.

Smart people!
0
Reply youcantoo (119) 6/27/2007 6:34:08 PM

google01013 wrote:
> On Wed, 27 Jun 2007 06:59:52 -0400, pokhara67 <pokhara67@googlemail.com> 
> wrote:
> 
>> I want to upload a music file to youtube but youtube does not support
>> WMA.
>> I believe I will have to convert it to MP3 or WAV.
>>
>> How can I do this under LInux ?
>>
> 
> to most people it's easy 
> http://www.justfuckinggoogleit.com/search.pl?query=mp3+wave+linux+convert
> 

That is just funny ;)
0
Reply youcantoo (119) 6/27/2007 6:36:08 PM

On 2007-06-27, pokhara67 <pokhara67@googlemail.com> wrote:
>
> can youtube host audio files rather than just video files ?

This newsgroup isn't YouTube's support desk.  Ask them.

--keith

-- 
kkeller-usenet@wombat.san-francisco.ca.us
(try just my userid to email me)
AOLSFAQ=http://www.therockgarden.ca/aolsfaq.txt
see X- headers for PGP signature information

0
Reply kkeller-usenet (1289) 6/27/2007 7:18:29 PM

On Jun 27, 8:18 pm, Keith Keller <kkeller-use...@wombat.san-
francisco.ca.us> wrote:
> On 2007-06-27, pokhara67 <pokhar...@googlemail.com> wrote:
>
>
>
> > can youtube host audio files rather than just video files ?
>
> This newsgroup isn't YouTube's support desk.  Ask them.

it worked a treat thanks to all you guys for your help

http://www.youtube.com/watch?v=JjqmFbU3xXs


0
Reply pokhara67 (29) 6/28/2007 8:46:48 AM

http://www.youtube.com/watch?v=JjqmFbU3xXs

thanks you lovely warm american people

0
Reply pokhara67 (29) 6/28/2007 12:23:14 PM

David wrote:

> pokhara67 wrote:
>> I want to upload a music file to youtube but youtube does not support
>> WMA.
>> I believe I will have to convert it to MP3 or WAV.
> 
> Smart people!

run this as a bash script. Requires mplayer and beware word wrap...

for i in *.wma ; do mplayer -vo null -vc dummy -af resample=44100 -ao
pcm:waveheader "$i" && lame -m j -h -b 160
audiodump.wav -o "`basename "$i" .wma`.mp3"; done; rm -f audiodump.wav
-- 


Jerry McBride
0
Reply mcbrides92 (782) 7/3/2007 3:20:43 AM

8 Replies
73 Views

(page loaded in 0.118 seconds)

Similiar Articles:













7/11/2012 10:14:47 AM


Reply: