Install Mencoder in Linux

Source: Internet
Author: User
How to install Mencoder in Linux-Linux general technology-Linux technology and application information. 1. Download the main program: MPlayer.bz2

2. Download the essential codec
Installation:
Tar vjxf essential.tar.bz2
Mv essential/usr/lib/codes
Chmod 644/usr/lib/codes /*
Chown root. root/usr/lib/codes /*

3. Download windows-essential.zip,
Installation:
Unzip windows-essential.zip
Mv windows-essential/usr/lib/wincodes
Chmod 644/usr/lib/wincodes /*
Chown root. root/usr/lib/wincodes /*
For: http://www.mplayerhq.hu/design7/dload.html

4. Install mplayer
Tar vjxf MPlayer-1.0rc1.tar.bz2
Cd MPlayer-1.0rc1
. /Configure -- prefix =/usr/local/mplayer/-- enable-freetype -- with-codecsdir =/usr/lib/codes/-- with-win32libdir =/usr/lib/wincodes/-- disable -gcc-check -- language = zh_CN
Make
Make install

If you want to use mplayer to play a video in linux, you also need to add the -- enable-gui (graphical interface). However, you need to install many things. Here we only use its mencoder, so -- enable-gui Can be omitted

Why does window-essentinal need to be installed. I don't know. Install it.

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.