comparison DOCS/tech/slave.txt @ 29858:9ad7e1eb5ad1

Add a "tips and tricks" section to the slave mode documentation. Hopefully will help in using some of its rather obscure features.
author reimar
date Wed, 11 Nov 2009 11:38:41 +0000
parents 0f1b5b68af32
children 32725ca88fed
comparison
equal deleted inserted replaced
29857:d2853289006d 29858:9ad7e1eb5ad1
30 prefix, with which MPlayer will not exit the pause loop at all. 30 prefix, with which MPlayer will not exit the pause loop at all.
31 Like this you can avoid the "frame stepping" effect of "pausing_keep " 31 Like this you can avoid the "frame stepping" effect of "pausing_keep "
32 but most commands will either not work at all or behave in unexpected ways. 32 but most commands will either not work at all or behave in unexpected ways.
33 For "set_mouse_pos" and "key_down_event", "pausing_keep_force" is the default 33 For "set_mouse_pos" and "key_down_event", "pausing_keep_force" is the default
34 since other values do not make much sense for them. 34 since other values do not make much sense for them.
35
36
37 Various tips and tricks (please help expand it!):
38
39 - Try using something like
40 pausing_keep_force pt_step 1
41 get_property pause
42 to switch to the next file. It avoids audio playback starting to play
43 the old file for a short time before switching to the new one.
35 44
36 45
37 Available commands ('mplayer -input cmdlist' will print a list): 46 Available commands ('mplayer -input cmdlist' will print a list):
38 47
39 48