From 97cf6acdab92ebe3f0f4c6aad3a400c8768fa911 Mon Sep 17 00:00:00 2001 From: reimar Date: Thu, 25 Sep 2008 17:40:33 +0000 Subject: Add an experimental pausing_keep_force slave mode command prefix git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27665 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/tech/slave.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'DOCS/tech') diff --git a/DOCS/tech/slave.txt b/DOCS/tech/slave.txt index 051920b89c..65c919c777 100644 --- a/DOCS/tech/slave.txt +++ b/DOCS/tech/slave.txt @@ -26,6 +26,10 @@ after processing the command. "pausing_keep " tells MPlayer to do so only if it was already in paused mode. "pausing_toggle " tells MPlayer to do so only if it was not already in paused mode. Please note that "as soon as possible" can be before the command is fully executed. +As a temporary hack, there is also the _experimental_ "pausing_keep_force " +prefix, with which MPlayer will not exit the pause loop at all. +Like this you can avoid the "frame stepping" effect of "pausing_keep " +but most commands will either not work at all or behave in unexpected ways. Available commands ('mplayer -input cmdlist' will print a list): -- cgit v1.2.3 From 20e4a74eb52887f3a549e3642868d5973612c9d1 Mon Sep 17 00:00:00 2001 From: nicodvb Date: Fri, 26 Sep 2008 21:17:01 +0000 Subject: slave command to get the number of chapters; patch by Kevin DeKorte - kdekorte gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27667 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/tech/slave.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'DOCS/tech') diff --git a/DOCS/tech/slave.txt b/DOCS/tech/slave.txt index 65c919c777..681f2d653c 100644 --- a/DOCS/tech/slave.txt +++ b/DOCS/tech/slave.txt @@ -478,6 +478,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 +chapters int X number of chapters 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 -- cgit v1.2.3 From 52ef7eb2635aae55649c384b62e58f0bb98a658f Mon Sep 17 00:00:00 2001 From: reimar Date: Wed, 1 Oct 2008 17:05:30 +0000 Subject: Add a "pause" property to allow checking if MPlayer is paused. Behaviour without pausing_keep_force prefix is a bit weird. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27680 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/tech/slave.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'DOCS/tech') diff --git a/DOCS/tech/slave.txt b/DOCS/tech/slave.txt index 681f2d653c..fe68dccda9 100644 --- a/DOCS/tech/slave.txt +++ b/DOCS/tech/slave.txt @@ -470,6 +470,7 @@ name type min max get set step comment osdlevel int 0 3 X X X as -osdlevel speed float 0.01 100 X X X as -speed loop int -1 X X X as -loop +pause flag 0 1 X 1 if paused, use with pausing_keep_force filename string X file playing wo path path string X file playing demuxer string X demuxer used -- cgit v1.2.3