I use MPlayer to play video files on Ubuntu. However, I was not able to play WMV files so I started some google searches to see how others made it to work.
Here is what worked for me:
1. Download the required Codecs.
Playing WMV files required the win32 codecs. I download these from the following link:
Mplayer HQ
I downloaded the file called :
win32codecs-essential-20040703.tar.bz2
2. Extract the codecs to a directory
tar -xjvf win32codecs-essential-20040703.tar.bz2
3. Create a directory
sudo mkdir /usr/lib/win32
4. Copy the codecs to the new directory created above
Use the cp command or the graphical interface
5. Restart mplayer and watch the WMV videos
Happy viewing :)
Here is what worked for me:
1. Download the required Codecs.
Playing WMV files required the win32 codecs. I download these from the following link:
Mplayer HQ
I downloaded the file called :
win32codecs-essential-20040703.tar.bz2
2. Extract the codecs to a directory
tar -xjvf win32codecs-essential-20040703.tar.bz2
3. Create a directory
sudo mkdir /usr/lib/win32
4. Copy the codecs to the new directory created above
Use the cp command or the graphical interface
5. Restart mplayer and watch the WMV videos
Happy viewing :)
Powered by ScribeFire.
No comments:
Post a Comment