mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 04:45:33 +00:00
documented angle commands
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25607 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0c6f106937
commit
318628a82c
@ -285,6 +285,8 @@ Show filename on the OSD.
|
||||
Seek to the beginning of the previous/next chapter.
|
||||
.IPs "D (\-vo xvmc, \-vf yadif, \-vf kerndeint only)"
|
||||
Activate/deactivate deinterlacer.
|
||||
.IPs "A"
|
||||
Step DVD angles.
|
||||
.RE
|
||||
.PD 1
|
||||
.PP
|
||||
|
@ -241,6 +241,10 @@ seek_chapter <value> [type]
|
||||
0 is a relative seek of +/- <value> chapters (default).
|
||||
1 is a seek to chapter <value>.
|
||||
|
||||
switch_angle <value>
|
||||
Switch to the angle with the id [value]. Cycle through the
|
||||
available angles if [value] is omitted or negative.
|
||||
|
||||
set_mouse_pos <x> <y>
|
||||
Tells MPlayer the coordinates of the mouse in the window.
|
||||
This command doesn't move the mouse!
|
||||
@ -456,6 +460,7 @@ stream_start pos 0 X start pos in stream
|
||||
stream_end pos 0 X end pos in stream
|
||||
stream_length pos 0 X (end - start)
|
||||
chapter int 0 X X X select chapter
|
||||
angle int 0 X X X select angle
|
||||
length time X length of file in seconds
|
||||
percent_pos int 0 100 X X X position in percent
|
||||
time_pos time 0 X X X position in seconds
|
||||
|
Loading…
Reference in New Issue
Block a user