win32codecs
Sasha Tsykin
stsykin at gmail.com
Mon Jan 23 01:31:49 UTC 2006
Liam Marshall wrote:
> I got totem playing my avi files finally. Does anyone have a howto on
> getting most of the other codecs installed, including win32codec.
>
> thanks
I don't install it from deb. I install it as so (open a new terminal first):
mkdir temp
cd temp
wget -c
http://www4.mplayerhq.hu/MPlayer/releases/codecs/all-20050412.tar.bz2
tar xvjf *.tar.bz2
cd all-20050412
sudo -s
mkdir /usr/local/lib/codecs
mv * /usr/local/lib/codecs
chmod a+rx /usr/local/libs/codecs/*
mkdir /usr/lib/win32
cp /usr/local/libs/codecs/* /usr/lib/win32
exit
cd ~
rm -Rf ~/temp
Sasha
More information about the ubuntu-users
mailing list