mirror of
https://github.com/mpv-player/mpv
synced 2025-01-27 10:03:32 +00:00
minor fix in example command line for users
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27825 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
15a8009216
commit
b4596d1ad8
@ -14,7 +14,7 @@ and type slave commands into the console window.
|
||||
You can also use a fifo file (named pipe):
|
||||
|
||||
mkfifo </tmp/fifofile>
|
||||
mplayer -input file=<fifofile> <movie>
|
||||
mplayer -slave -input file=</tmp/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
|
||||
|
Loading…
Reference in New Issue
Block a user