mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 13:14:36 +00:00
*** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@485 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a4aa5874f4
commit
2015b2bb27
@ -20,8 +20,10 @@ Zolt
|
||||
- configure script and Makefiles for easy compile
|
||||
- GUI system (coming soon!)
|
||||
- 3DNow! support into mp3lib
|
||||
- 3DNow! support into fastmemcpy.h
|
||||
- various X11 driver changes (keyboard handling, fullscreen, bpp detect, etc)
|
||||
- libvo: adding xmga driver (similar to Xv but works under X3.3.x)
|
||||
- mixer support
|
||||
|
||||
Gábor Lénárt (LGB): <lgb@supervisor.hu>
|
||||
- testing and some improvements in mpeg player's user interface (options)
|
||||
|
@ -152,10 +152,9 @@ a, If you don't have X...
|
||||
|
||||
|
||||
b, You want to use framebuffer...
|
||||
... Use --enable-fbdev switch of ./configure and the FBdev target will be
|
||||
built (don't forget to 'make distclean' first!). Yet another "don't forget" :
|
||||
read the framebuffer documentation in the kernel sources
|
||||
(Documentation/fb/*) !
|
||||
... Whether to build the FBdev target is autodetected during ./configure .
|
||||
Read the framebuffer documentation in the kernel sources
|
||||
(Documentation/fb/*) for info on how to enable it, etc.. !
|
||||
|
||||
... but your card doesn't support VBE 2.0 standard (older ISA/PCI
|
||||
cards, such as S3 Trio64) :
|
||||
@ -163,7 +162,8 @@ b, You want to use framebuffer...
|
||||
Doctor (formerly UniVBE) before booting Linux. Use a DOS boot disk or
|
||||
whatever. And don't forget to register your UniVBE ;))
|
||||
|
||||
|
||||
NOTE : FBdev video mode changing _does not work_ with the VESA framebuffer,
|
||||
and don't ask for it, since it's not an MPlayer limitation.
|
||||
|
||||
Gabucino & A'rpi
|
||||
|
||||
|
@ -32,6 +32,7 @@ mplayer \- Movie Player for Linux
|
||||
.RB [ \-ffactor\ number ]
|
||||
.RB [ \-sub\ file ]
|
||||
.RB [ \-subfps\ rate ]
|
||||
.RB [ \-subdelay\ sec ]
|
||||
.I file
|
||||
.PP
|
||||
.SH DESCRIPTION
|
||||
@ -114,6 +115,9 @@ use/display this subtitle file
|
||||
.B \-subfps\ rate
|
||||
specify frame/sec rate of subtitle file
|
||||
(default: the same as the movie)
|
||||
.TP
|
||||
.B \-subdelay\ sec
|
||||
delays subtitles by <sec> seconds. Can be negative.
|
||||
.IP
|
||||
.SH "ADVANCED OPTIONS"
|
||||
.TP
|
||||
@ -195,7 +199,7 @@ q or ESC stop playing and quit program
|
||||
|
||||
o toggle OSD: none / seek / seek+timer
|
||||
|
||||
m or c use mixer master or pcm channel
|
||||
m toggle using master/pcm volume
|
||||
.IP
|
||||
.SH FILES AND DIRECTORIES
|
||||
.TP
|
||||
|
Loading…
Reference in New Issue
Block a user