this morning, i want watch video on linux console, after i installed mplayer and launched it , some errors occurred ( title)
to fix the problem.
1. modify apt source file, add a new source to get win32 coders
add follow lines into /etc/apt/sources.list
deb http://www.debian-multimedia.org stable main
2. export the apt source key.
gpg --keyserver pgp.mit.edu --recv-keys 1F41B907
gpg --armor --export 1F41B907 | apt-key add -
3. update your apt database and install w32codecs
apt-get update
apt-get install w32codecs
after this, everything is ok