VLC Learning Program (3) - VLC and Other Players

xiaoxiao2021-03-06  44

One. RM format player:

download link:

http://www.real.com/linux/?src=020923HOME_CN_CN

Installation method: ~ #. / Realplayer.bin

Open mode:

Command line: ~ # Realplay

GUI: RedHat-> Audio and video-> Other App-> RealPlayer

two. MP3 player: XMMS-1.2.8.Tar.gz

Installation method: ./ Configure & Make & make INSTALL

three.

Experience: Compilation from the source code MPLAYER 1.0PRE5

From:

Http://yangchengkai.blogchina.com/blog/refer.177855.html

MPlayer / GMPlayer is currently Linux's large-fan media player, one word - strong! But because it generally releases Tarball format, install comparison BT, many friends are looking for RPM versions, but different rpm versions It is often unable to customize many characteristics, such as Chinese support, etc., and easily cause the RPM package dependence, there are many friends to eventually love MPLAYER and hate ...-_- !!

In fact, it is not too difficult to compile MPLAYER, but the process is more troubles, but basically follows Tarball installation steps, there is already a lot of SIR in this article, and this article is not intended to stick to SIR. And stay here and share it ... :)

The first is to download the latest MPLAYER TARBALL, ie 1.0pre5:

http://www4.mplayerhq.hu/homepage/design7/dload.html

Next, download the decoder package, generally downloading Essential Codes, it is enough, put RMVB needs Reallib's decoder, I usually put RMVB with xine:

Http://www4.mplayerhq.hu/homepage/design7/codecs.html

There is also a font file of MPlayer:

http://www4.mplayerhq.hu/homepage/design7/dload.html

Here, you don't have to download the Chinese font in "other fonts", you will be replaced with SIMSUN.TTTF.

Of course, you have to download the skin file to GMPlayer:

http://ftp5.mplayerhq.hu/mplayer/skin/

It is recommended to use default blue or neutron, of course, you can also download other Skin.

Let's first put all the documents of the download to / OPT / directory and start specific installation steps.

1. First install the decoder:

Tar -jxvf Essential-20040916.tar.bz2

Tar -jxvf rp9codecs-20040626.tar.bz2

CP-RP9CODECS-20040626 / * ESSENTIAL-20040916 /

MV Essential-20040916 / USR / LIB / CODES

The above command is installed to the decoder package to / usr / lib / codes, in fact, it is the decompressed directory REN & MV.

2. Compilation and installation MPlayer:

Tar -jxvf mplayer-1.0pre5.tar.bz2

CD MPlayer-1.0PRE5

./configure --enable-gui --with-codecsdir = / usr / lib / codecs --with-win32libdir = / usr / lib / codecs --with-reallibdir = / usr / lib / codecs --language = zh_cn

The above parameters explained:

--enable-gui: Open the graphical interface support, is GMPlayer

--with-codecsdir = / usr / lib / codecs: Indicate the directory of the decoder --with-win32libdir = / usr / lib / codecs: Indicate Windows Media File Decoder Directory Location

--with-reallibdir = / usr / lib / codecs: Indicate the decoder directory location of the REAL media file, you must specify this with GMPlayer RMVB.

--language = zh_cn: Setting System Interface Language for Chinese

You can run ./configure --Help View Support before configure, you can choose according to your needs, just the most basic.

Make

Make Install

3. Install the font file:

Tar -jxvf font-Arial-ISO-8859-1.tar.bz2

MV FONT-Arial-ISO-8859-1 / / usr / local / share / mplayer / font /

CD / usr / local / share / mplayer / font /

If your system beautifies with SIMSUN,

Ln -s *** / simsun.ttf subsfont.ttf

Note that the *** here refers to the specific location of SIMSUN. For the sake of insurance, it is recommended to do the same link in ~ / .MPlayer /.

If the system is not beautified, try

LN -S /USR/SHARE/FONTS/EN_CN/TrueType/gbsn001p.ttf subfont.ttf

This kind of Chinese subtitles will be done.

4. Install SKIN:

Super simple, post the Skin package MV to / usr / local / share / mplayer / skin, pay attention to there is a Skin called Default, otherwise GMPlayer can't run.

OK, so far from all work, run GMPlayer / Mplayer to see, enjoy it! :)

PS: If you use xine, you can specify the CODES directory in the setup, so you can save some space ^ _ ^

5.NVIDIA Driver Drive Installation:

download:

http://www.nvidia.com/object/linux_display_ia32_1.0-4363.html

installation:

Enter Level 2, init 2

Configuration: in / etc / x11 / xf86config

Load 'nv' is changed to load 'nvidia'

Load 'dri' is changed to load 'glcore'

In word mode:

#VIM / ETC / X11 / XF86CONFIG

Find Driver "NV", change to "NVIDIA"

Remove LOAD "Dri"

Load "GLCORE"

After saving, you will enter the X desktop

I saw the NVIDIA picture.

转载请注明原文地址:https://www.9cbs.com/read-71525.html

New Post(0)