vanutsteen.nl => nerds only A blog on rails, php, computing, my bass guitar and stuff

How to play wmv files with Ubuntu Hardy Heron

on in Linux

I thought about doing:

1
sudo apt-get install non-free-codecs gstreamer0.10-pitfdll w32codecs

Nothing!

Maybe:

1
sudo aptitude install totem-xine

Nope…

Maybe… then:

1
sudo aptitude install mplayer

*Yesss… that worked! *Too bad mplayer gnome integration looks like shit…

[edit]

Of course, this works beter: aptitude install ubuntu-restricted-extras Try it! [/edit]

Comments