some clarifications and updates

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22215 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-02-14 00:19:33 +00:00
parent 072f16cd3b
commit 44efd391cf
1 changed files with 16 additions and 18 deletions

34
README
View File

@ -6,7 +6,7 @@ also used for displaying subtitles. MPlayer also has a GUI with skin support and
several unofficial alternative graphical frontends are available. several unofficial alternative graphical frontends are available.
MEncoder is a command line video encoder for advanced users that can be built MEncoder is a command line video encoder for advanced users that can be built
from the MPlayer source tree. An unofficial graphical frontend exists but is from the MPlayer source tree. Unofficial graphical frontends exist but are
not included. not included.
This document is for getting you started in a few minutes. It cannot answer all This document is for getting you started in a few minutes. It cannot answer all
@ -25,12 +25,11 @@ Requirements:
Before you start... Before you start...
Unless you know what are you doing, consult DOCS/HTML/en/video.html to see Make sure that your version of X has Xvideo support, without it even very
which driver to use with your video card to get the best quality and fast machines may not be able to properly play high resolution videos in
performance. Most cards require special drivers not included with XFree86 to fullscreen mode. Consult DOCS/HTML/en/video.html for details. There you may
drive their 2-D video acceleration features like YUV and scaling. also find out about special card-specific video output drivers that can yield
optimal performance.
Without accelerated video even an 800MHz P3 may be too slow to play DVDs.
______________________ ______________________
@ -65,12 +64,12 @@ _______________________________
STEP1: Installing Binary Codecs STEP1: Installing Binary Codecs
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MPlayer has builtin support for the most common audio and video formats, but MPlayer has builtin support for the most common audio and video formats. For a
for some external binary codecs are required. Examples include newer RealVideo few formats no native decoder exists and external binary codecs are required
variants and a couple of uncommon formats. This step is not mandatory, but to handle them, for example newer RealVideo variants and a variety of uncommon
recommended for getting MPlayer to play a broader range of formats. Please formats. This step is not mandatory, but recommended for getting MPlayer to
note that binary codecs only work on the platform they were compiled for. play a broader range of formats. Please note that binary codecs only work on
We provide packages for x86 and PowerPC. the processor architecture they were compiled for.
Unpack the codecs archives and put the contents in a directory where MPlayer Unpack the codecs archives and put the contents in a directory where MPlayer
will find them. The default directory is /usr/local/lib/codecs/ (it used to be will find them. The default directory is /usr/local/lib/codecs/ (it used to be
@ -86,8 +85,8 @@ MPlayer can be adapted to all kinds of needs and hardware environments. Run
./configure ./configure
to configure MPlayer with the default options. The codecs you installed above to configure MPlayer with the default options. GUI support has to be enabled
should be autodetected. GUI support has to be enabled separately, run separately, run
./configure --enable-gui ./configure --enable-gui
@ -181,8 +180,7 @@ or for the GUI
gmplayer <moviefile> gmplayer <moviefile>
gmplayer is a symbolic link to mplayer created by 'make install'. gmplayer is a symbolic link to mplayer created by 'make install'.
Without <moviefile>, MPlayer will come up and you will be able to use the GUI Without <moviefile>, gmplayer will start with the GUI filepicker.
filepicker.
To play a VCD track or a DVD title, try: To play a VCD track or a DVD title, try:
@ -196,7 +194,7 @@ with the '-vo' switch to see which one gives you the best performance.
If you get jerky playback or no sound, experiment with the '-ao' switch (see If you get jerky playback or no sound, experiment with the '-ao' switch (see
'-ao help') to choose between different audio drivers. Note that jerky playback '-ao help') to choose between different audio drivers. Note that jerky playback
is caused by buggy audio drivers or a slow processor and video card. With a is caused by buggy audio drivers or a slow processor and video card. With a
good audio and video driver combination, one can play DVDs and 720x576 DivX good audio and video driver combination, one can play DVDs and 720x576 MPEG-4
files smoothly on a Celeron 366. Slower systems may need the '-framedrop' files smoothly on a Celeron 366. Slower systems may need the '-framedrop'
option. option.