mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
*** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@748 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
dda6708094
commit
46b1cf318d
@ -161,7 +161,7 @@ Usage:
|
||||
mplayer -vcd 2 /dev/cdrom
|
||||
mplayer -afm 3 /mnt/DVDtrailers/alien4.vob
|
||||
mplayer -dvd /dev/dvd /mnt/dvd/matrix.vob
|
||||
mplayer -alsa -abs 65536 -delay -0.4 -nobps ~/movies/test.avi
|
||||
mplayer -abs 65536 -delay -0.4 -nobps ~/movies/test.avi
|
||||
|
||||
Note: in order to use Matrox YUV driver (-vo mga or xmga), first you'll have
|
||||
to load the driver: insmod drivers/mga_vid.o , or to make it automatic
|
||||
|
@ -30,7 +30,6 @@ videocodec divxds
|
||||
info "DivX ;-) (MS MPEG-4 v3)"
|
||||
comment "with postprocessing"
|
||||
status working
|
||||
; fourcc DIV2 div4
|
||||
fourcc MP43,mp43 div3 ; fourcc mapping to div3
|
||||
fourcc DIV5,div5 div3
|
||||
fourcc DIV6,div6 div4
|
||||
|
@ -45,18 +45,6 @@ nosound = nein
|
||||
mixer = /dev/mixer
|
||||
master = no # no : set PCM volume yes : set MASTER volume
|
||||
|
||||
##
|
||||
## Remember the -noalsa switch ? You can specify it either with:
|
||||
##
|
||||
## noalsa = 1
|
||||
## or
|
||||
## alsa = no
|
||||
## or
|
||||
## noalsa = no
|
||||
##
|
||||
|
||||
alsa = nem
|
||||
|
||||
##
|
||||
## resample the fonts' alphamap
|
||||
## 0 plain white fonts
|
||||
|
@ -13,7 +13,6 @@ mplayer \- Movie Player for Linux
|
||||
.RB [ \-abs\ seconds ]
|
||||
.RB [ \-delay\ secs ]
|
||||
.RB [ \-bps\ value ]
|
||||
.RB [ \-noalsa\ ]
|
||||
.RB [ \-aid\ id ]
|
||||
.RB [ \-vid\ id ]
|
||||
.RB [ \-fps\ rate ]
|
||||
@ -159,9 +158,6 @@ audio delay in seconds (may be +/- float value)
|
||||
.B \-bps
|
||||
use avg. byte/sec value for A-V sync (AVI)
|
||||
.TP
|
||||
.B \-noalsa
|
||||
disable timing code
|
||||
.TP
|
||||
.B \-aid\ id
|
||||
select audio channel [MPG: 0-31 AVI: 1-99]
|
||||
.TP
|
||||
|
Loading…
Reference in New Issue
Block a user