Mercurial > mplayer.hg
changeset 1208:570b32414d1a
reviewed for release
author | gabucino |
---|---|
date | Sat, 23 Jun 2001 19:34:20 +0000 |
parents | bf18175dfad7 |
children | 18539f68dd37 |
files | DOCS/DGA DOCS/Hungarian/DGA DOCS/Hungarian/MPlayer-FAQ DOCS/Hungarian/SOUNDCARDS DOCS/Hungarian/VIDEOCARDS DOCS/MPlayer-FAQ DOCS/SDL DOCS/SOUNDCARDS DOCS/SUB+OSD DOCS/VIDEOCARDS DOCS/example.conf DOCS/mplayer.1 |
diffstat | 12 files changed, 30 insertions(+), 38 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/DGA Sat Jun 23 18:59:54 2001 +0000 +++ b/DOCS/DGA Sat Jun 23 19:34:20 2001 +0000 @@ -67,7 +67,7 @@ ~~~~~~~~~~~~~~~~ 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.
--- a/DOCS/Hungarian/DGA Sat Jun 23 18:59:54 2001 +0000 +++ b/DOCS/Hungarian/DGA Sat Jun 23 19:34:20 2001 +0000 @@ -60,7 +60,7 @@ ~~~~~~~~~~~~~~~~ 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.
--- a/DOCS/Hungarian/MPlayer-FAQ Sat Jun 23 18:59:54 2001 +0000 +++ b/DOCS/Hungarian/MPlayer-FAQ Sat Jun 23 19:34:20 2001 +0000 @@ -134,7 +134,7 @@ 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!
--- a/DOCS/Hungarian/SOUNDCARDS Sat Jun 23 18:59:54 2001 +0000 +++ b/DOCS/Hungarian/SOUNDCARDS Sat Jun 23 19:34:20 2001 +0000 @@ -44,7 +44,6 @@ 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 !
--- a/DOCS/Hungarian/VIDEOCARDS Sat Jun 23 18:59:54 2001 +0000 +++ b/DOCS/Hungarian/VIDEOCARDS Sat Jun 23 19:34:20 2001 +0000 @@ -172,7 +172,7 @@ 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 @@ 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ű! :)
--- a/DOCS/MPlayer-FAQ Sat Jun 23 18:59:54 2001 +0000 +++ b/DOCS/MPlayer-FAQ Sat Jun 23 19:34:20 2001 +0000 @@ -133,7 +133,7 @@ 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!
--- a/DOCS/SDL Sat Jun 23 18:59:54 2001 +0000 +++ b/DOCS/SDL Sat Jun 23 19:34:20 2001 +0000 @@ -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
--- a/DOCS/SOUNDCARDS Sat Jun 23 18:59:54 2001 +0000 +++ b/DOCS/SOUNDCARDS Sat Jun 23 19:34:20 2001 +0000 @@ -44,7 +44,6 @@ 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" !!!)
--- a/DOCS/SUB+OSD Sat Jun 23 18:59:54 2001 +0000 +++ b/DOCS/SUB+OSD Sat Jun 23 19:34:20 2001 +0000 @@ -15,11 +15,9 @@ @ 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
--- a/DOCS/VIDEOCARDS Sat Jun 23 18:59:54 2001 +0000 +++ b/DOCS/VIDEOCARDS Sat Jun 23 19:34:20 2001 +0000 @@ -160,7 +160,7 @@ 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 @@ 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 .
--- a/DOCS/example.conf Sat Jun 23 18:59:54 2001 +0000 +++ b/DOCS/example.conf Sat Jun 23 19:34:20 2001 +0000 @@ -81,16 +81,17 @@ ## 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)
--- a/DOCS/mplayer.1 Sat Jun 23 18:59:54 2001 +0000 +++ b/DOCS/mplayer.1 Sat Jun 23 19:34:20 2001 +0000 @@ -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 @@ .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 @@ .RB [ \-idx ] .RB [ \-forceidx ] .RB [ \-nodshow ] -.RB [ \-sdl\ driver ] -.RB [ \-sdla\ driver ] .RB [ \-noxv ] .RB [ \-forcexv ] .RB [ \-ss\ sec ] @@ -77,15 +74,22 @@ .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 @@ .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 @@ .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 @@ .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