Skip navigation.

gnapse corner

web for everyone

July 2008

( Monthly archive )

Playing RMVB files in Ubuntu Hardy

, , ,

I copied today some videos from a friend and they were in the RMVB video format. RMVB is a RealVideo related format of which is relatively hard to find a player to reproduce it, AFAIK.

Luckily MPlayer comes to our help. But wait a second, the normal MPlayer installation from the repositories does not include codecs for RMVB so if you already have MPlayer installed you probably would still be unable to play these files.

So I went to Google to find out any information about RMVB on linux and I found this post which pointed me to the download page for the extra binary codecs for mplayer, and listed other necessary instructions. Once I downloaded it and put it in the location specified in this post MPlayer was still unable to properly play my videos :frown:

So I suspected that maybe the /usr/lib/win32 folder might not be the expected location anymore, as the mentioned post is about a year old already and Ubuntu and MPlayer have changed. Then I realized, hey, all serious stuff should have a README file, so these codecs package should have a README file too. As I suspected, I typed in my terminal

$ less /usr/lib/win32/README

And this file explains quite clearly that the codecs should be located in the folder /usr/lib/codecs for mplayer to find them. It even mentions /usr/lib/win32 as the previous location which is no longer in use by mplayer, although some other players still use it.

So I decided to keep these codecs at both locations so instead of renaming the win32 folder to codecs, I made a soft link:

$ sudo ln -s /usr/lib/win32 /usr/lib/codecs

And that's it! Now mplayer works just fine with RMVB.

UPDATE: If at this point there's some .rmvb still resisting, install the libstdc++5 package:

sudo apt-get install libstdc++5

Gmail 2 now works in Opera!

,

Yes my friend the most recent facelift that Gmail had as a web application was a very good one, but it only worked in recent versions of Firefox and Internet Explorer, and not in Opera (I don't know anything about Safari, sorry).

But today it works in Opera at last! I really don't know since when exactly, but it shouldn't be much time because I use Gmail from Opera almost every day.

Among the new goodies of this new interface that I already knew but didn't work in my favorite browser, the two that I missed the most are colored tags, which are easier for the eyes, and the improved contacts management interface.
July 2008
M T W T F S S
June 2008August 2008
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31