Fail to paly WMA file on Ubuntu

Solution:

Need the w32codecs to play those files.

Refer to the following steps:

1.echo "deb http://packages.medibuntu.org/ feisty free non-free" | sudo tee -a /etc/apt/sources.list

2.wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - && sudo apt-get update

3.sudo apt-get install w32codecs mplayer

4.mplayer foo.wma

 

 

Problem Detail:

An error occured

The playback of this movie requires the following decoders which are not installed:

video/x-asf-unknown decoder

audio/x-asf-unknown decoder

 

 

 

你可能感兴趣的:(linux,ubuntu,OS,职场,休闲,WMA)