1
mirror of https://github.com/mpv-player/mpv synced 2024-09-01 04:16:39 +02:00

Add an example on how to use slave mode with a fifo

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24960 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-11-03 21:12:07 +00:00
parent 0e4b5d10db
commit 95a30bb622

View File

@ -11,6 +11,10 @@ To try slave mode out by hand, run
and type slave commands into the console window.
You can also use a fifo file:
mplayer -input file=<fifofile> <movie>
Most slave mode commands are equivalent to command line options, though not
necessarily under the same name. Detailed descriptions can be found in the
man page.