Install mplayer and w32codecs in Ubuntu

Source: Internet
Author: User

InUbuntuIf you want to see a movie, The "movie player" installed by default does not seem to support files in rmvb format. Only the installationMplayer.

Mplayer installation is simple. You only need to enter the following information on the terminal:

sudo apt-get install mplayer-fonts mplayer mplayer-skins mozilla-mplayer

Start after installation. Right-click the main menu and choose preferences/Properties> video/video. In "available Drivers/available driver", select "X11" or "XV ", in the lower part of the same window, you can "drop frames/enable frame dropping ". (From the gutsygibbon quick setup guide above) after mplayer is installed, it supports a small number of video formats by default. To play various types of videos in Windows, you must installW32codecs. The following are several installation methods:

    • Enter sudo gedit/etc/APT/sources. List on the terminal
    • Add Sourcedeb http://ubuntu.cn99.com/ubuntu-cn/ feisty main restricted universe multiverse(Or other sources containing w32codecs)
    • Save and thensudo apt-get update sudo apt-get install w32codecsInstallation Complete
    • Enter at the terminal:wget http://ftp.sunet.se/pub/os/Linux/distributions/debian-multimedia/pool/main/w/w32codecs/w32codecs_20071007-0.0_i386.deb
    • Waiting for downloaddpkg -i w32codecs_20071007-0.0_i386.deb
    • The installation is complete (this Deb package may change due to updates. If 404 is prompted, goBytes)
    • In
    • Copy to/usr/lib. If the Win32 folder already exists, back up the file first.sudo cp /usr/lib/win32 /usr/lib/win32-backup
    • If mplayer does not recognize the account after installation, pleasesudo ln -s /usr/lib/codecs /usr/lib/win32And try again.
    • A method from abroad (DVD playerback and Win32 codecs)
    • Add Sourcesudo gedit /etc/apt/sources.listdeb http://medibuntu.sos-sts.com/repo/ feisty free non-free
    • Thenwget -q http://medibuntu.sos-sts.com/repo/medibuntu-key.gpg -O- | sudo apt-key add -
    • Lastsudo apt-get update sudo apt-get install libdvdcss2 w32codecsInstallation Complete

So far, if all four methods have been tried and failed, congratulations, please go to Google to continue searching for the answer.

By the way, write down the installation of the multimedia decoder, once and for all (from the Quick Guide ):

sudo apt-get install xubuntu-restricted-extras

Of course, you can install them one by one. For details, refer to wiki.

Welcome to reprint this article, please indicate from: http://www.linuxsense.org

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.