0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00

reviewed for release

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1209 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2001-06-23 19:34:20 +00:00
parent d39f5c5962
commit 077bf085f5
12 changed files with 30 additions and 38 deletions

View File

@ -67,7 +67,7 @@ Contents
~~~~~~~~~~~~~~~~
DGA is used in two places with MPlayer: The SDL driver can be made to make
use of it (-vo sdl -sdl dga) and within the DGA driver (-vo dga).
use of it (-vo sdl:dga) and within the DGA driver (-vo dga).
The above said is true for both; in the following sections I'll explain
how the DGA driver for MPlayer works.

View File

@ -60,7 +60,7 @@ Tartalom
~~~~~~~~~~~~~~~~
Az MPlayer-ben két helyen lehet DGA-t használni: az SDL driverben
(-vo sdl -sdl dga), valamint a DGA driverben (-vo dga). A fentiek mindkettőre
(-vo sdl:dga), valamint a DGA driverben (-vo dga). A fentiek mindkettőre
igazak; a következő néhány részben elmagyarazom, hogy is működik az MPlayer
DGA drivere.

View File

@ -134,7 +134,7 @@ Q:
A: ./configure automatikusan detektálja hogy van-e DGA-d. Ha a '-vo help'
opció nem mutat DGA-t, akkor nincs jól felinstallálva az X-ed.
Próbáld így: ./configure --enable-dga (és olvasd el a VIDEOCARDS file-t)
Esetleg próbáld az SDL DGA driverét, a '-vo sdl -sdl dga' opciókkal!
Esetleg próbáld az SDL DGA driverét, a '-vo sdl:dga' opciókkal!
Q: Oké, -vo help mutatja a DGA drivert, de valami "permissions"-ről beszél!
Segíts!

View File

@ -44,7 +44,6 @@ PC Speaker or DAC:
Max kHz : 6 ;) (a driver 44.1Khz-t emulál, vagy többet)
Driver : ftp://ftp.infradead.org/pub/pcsp
- MPlayer OSS-hez készül, legalábbis amíg át nem váltunk libxmm-re
- a 2.4-es kerneleket használd, 2.2 nincs tesztelve !
- ha kattog a hang és CD-ROM-ról játszol le, kapcsold be az IRQ
unmasking-ot !

View File

@ -172,7 +172,7 @@ az fps-t a DGA driverrel:
a suid MPlayer-en keresztül.
!!!! ÉN FIGYELMEZTETTELEK ... !!!!
5. Használd a '-vo dga' opciót, és már megy is! (remélhetőleg :)
6. Próbáld ki, hogy a '-vo sdl -sdl dga' opció működik-e nálad!
6. Próbáld ki, hogy a '-vo sdl:dga' opció működik-e nálad!
Sokkal gyorsabb!!!
Ha gyors géped van (pl. P3 800) próbáld ki az 'fsdga'-t, így teljesképernyős
@ -207,7 +207,7 @@ b, Framebuffer-t akarsz haszn
Megj.: az FBdev output videomód váltása _nem működik_ a VESA
framebuffer-rel, és ne is kérd, mivel ez nem az MPlayer korlátja!
c, Érdemes továbbá kipróbálni az 'aalib' outputot ('-vo sdl -sdl aalib'),
c, Érdemes továbbá kipróbálni az 'aalib' outputot ('-vo sdl:aalib'),
igazán nagyszerű! :)

View File

@ -133,7 +133,7 @@ Q: What about DGA driver? I can't find it!!!
A: ./configure autodetects your DGA driver. If -vo help doesn't show
DGA, then there's a problem with your X installation.
Try ./configure --enable-dga (and read VIDEOCARDS)
Alternatively, try SDL's DGA driver with '-vo sdl -sdl dga' options.
Alternatively, try SDL's DGA driver with '-vo sdl:dga' options.
Q: Ok, -vo help shows DGA driver, but it is babbling about permissions!
Help me!

View File

@ -1,9 +1,9 @@
Here are some notes about SDL out in MPlayer.
There are several commandline switches for sdl:
-sdl <name> specifies sdl video driver to use (ie. aalib,
-vo sdl:<name> specifies sdl video driver to use (ie. aalib,
dga, x11)
-sdla <name> specifies sdl audio driver to use (ie. dsp, esd)
-ao sdl:<name> specifies sdl audio driver to use (ie. dsp, esd)
-noxv disables Xvideo hardware acceleration
-forcexv tries to force Xvideo acceleration

View File

@ -44,7 +44,6 @@ PC Speaker or DAC:
Max kHz : 6 ;) (the driver emulates 44.1 maybe more)
Driver : ftp://ftp.infradead.org/pub/pcsp
- MPlayer is mostly intended for OSS, until we change to libxmm
- use at least 2.4 if possible, 2.2 isn't tested
- if sound clicks when playing from CD-ROM, turn on IRQ unmasking !
for example "hdparm -u1 /dev/cdrom" (see "man hdparm" !!!)

View File

@ -15,11 +15,9 @@ INSTALLING OSD and SUB
@ download fonts from mplayer's download page @
@ mplayer.sourceforge.net/homepage/dload.html @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
english, hungarian, czech fonts:
http://thot.banki.hu/mp-ftp/releases/mp_font1.zip
english, hungarian, german, czech fonts: (not good for hungarian at least for me)
http://thot.banki.hu/mp-ftp/releases/mp_font2.zip
Standard (Central-European, Latin1) font package:
http://thot.banki.hu/mp-ftp/releases/mp_font3.zip
(it obsoletes mp_font1.zip and mp_font2.zip)
Cyrillic fonts:
http://thot.banki.hu/mp-ftp/releases/bgfont.zip

View File

@ -160,7 +160,7 @@ using the DGA driver:
privilegies through suid root mplayer.
!!!! SO YOU HAVE BEEN WARNED ... !!!!
5. Use '-vo dga' option, and there you go! (hope so:)
6. Try if the '-vo sdl -sdl dga' options work for you! It's much faster!!!
6. Try if the '-vo sdl:dga' options work for you! It's much faster!!!
If you have fast enough CPU (P3 800 for example) you can try fsdga for
fullscreen mpeg playing (using software YUV->RGB scaling):
@ -179,7 +179,7 @@ a, If you don't have X...
forced), and don't forget to edit /etc/vga/libvga.config to suit your
card & monitor.
Try the aalib target ('-vo sdl -sdl aalib'), it's great! :)
Try the aalib target ('-vo sdl:aalib'), it's great! :)
b, You want to use framebuffer...
... Whether to build the FBdev target is autodetected during ./configure .

View File

@ -81,16 +81,17 @@ ffactor = 0.75
## SDL driver
##
# vo = sdl # use SDL video driver by default
# vo = sdl:aalib # use SDL video driver by default
# use "vo = sdl:aalib" or "vo sdl:dga" and so on,
# for specifying SDL subdrivers
# ao = sdl # use SDL audio driver by default
# ao = sdl:esd # use SDL audio driver by default
# use "ao = sdl:esd" to use SDL's ESD driver
# noxv = no # whether to use XVideo hardware acceleration or not
# forcexv = yes # force XVideo even if not detected
# nodshow # disable usage of DirectShow video codecs
framedrop = yes # drop frames, when not in sync (slow CPU, videocard,
etc)

View File

@ -6,8 +6,8 @@
mplayer \- Movie Player for Linux
.SH SYNOPSIS
.B mplayer
.RB [ \-vo\ output\ driver ]
.RB [ \-ao\ output\ driver ]
.RB [ \-vo\ <driver>[:<subdriver>]\ ]
.RB [ \-ao\ <driver>[:<subdriver>]\ ]
.RB [ \-vcd\ track\ number ]
.RB [ \-sb\ byte\ position ]
.RB [ \-nosound\ ]
@ -25,7 +25,6 @@ mplayer \- Movie Player for Linux
.RB [ \-x\ x ]
.RB [ \-y\ y ]
.RB [ \-xy\ factor ]
.RB [ \-dsp\ device ]
.RB [ \-pp\ quality ]
.RB [ \-include\ configfile ]
.RB [ \-lircconf\ configfile ]
@ -38,8 +37,6 @@ mplayer \- Movie Player for Linux
.RB [ \-idx ]
.RB [ \-forceidx ]
.RB [ \-nodshow ]
.RB [ \-sdl\ driver ]
.RB [ \-sdla\ driver ]
.RB [ \-noxv ]
.RB [ \-forcexv ]
.RB [ \-ss\ sec ]
@ -77,15 +74,22 @@ any options.
.I NOTE
Every "flag" option has "noflag" pair, e.g. -fs opposite is -nofs
.TP
.B \-vo\ video\ output\ driver
select video output driver
.B \-vo\ <driver>[:<subdriver>]
select video output driver. "subdriver" is valid only when you specify
a driver like SDL or GGI, which use alternative means to produce video.
Like: -vo sdl:aalib (or dga, fbdev, svga, x11, ggi)
you can get the list of available drivers executing
.I mplayer -vo help
.TP
.B \-ao\ audio\ output\ driver
select audio output driver
.B \-ao\ <driver>[:<subdriver>]
select audio output driver. "subdriver" is valid only when you specify
SDL as driver, which uses alternative means to produce audio.
Like: -vo sdl:esd (or arts)
If using OSS, you can specify which sound device to use like this :
-ao oss:/dev/dsp0
you can get the list of available drivers executing
.I mplayer -ao help
@ -120,9 +124,6 @@ scale image to y height
.B \-xy\ factor
scale image by <factor>
.TP
.B \-dsp\ device
select another DSP output device
.TP
.B \-pp\ quality
apply postprocess filter on decoded image.
You need a STRONG CPU in order to use this!
@ -160,7 +161,7 @@ delays subtitles by <sec> seconds. Can be negative.
.B \-osdlevel\ level
specifies which mode the OSD should start in (0 : none, 1 : seek, 2: seek+timer)
(default = 2)
.IP
.TP
.B \-lircconf\ configfile
specifies a configfile for LIRC (see http://www.lirc.org) if you don't like the default ~/.lircrc
.IP
@ -226,12 +227,6 @@ indexes.
.B \-nodshow
disables usage of DirectShow video codecs
.TP
.B \-sdl\ driver
specify SDL video driver to use. For example: aalib, dga, fbdev, svga, x11, ggi
.TP
.B \-sdla\ driver
specify SDL audio driver to use. For example: esd
.TP
.B \-noxv
disable XVideo hardware acceleration (with SDL only!)
.TP