mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
Document new file:// syntax.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15464 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3740da878c
commit
f1e0d14081
@ -118,7 +118,7 @@ mencoder \- movie encoder
|
||||
.in
|
||||
.B mplayer
|
||||
'in +\n[.k]u
|
||||
.RI [ mms[t] | http | http_proxy | rt[s]p | ftp | udp] ://
|
||||
.RI [ file | mms[t] | http | http_proxy | rt[s]p | ftp | udp] ://
|
||||
[user:passwd@]\fIURL\fP[:port] [options]
|
||||
.
|
||||
.br
|
||||
|
@ -36,6 +36,15 @@ Playing a file:
|
||||
</synopsis>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Another way to play a file:
|
||||
<synopsis>
|
||||
<command>mplayer</command><!--
|
||||
--> [<replaceable>options</replaceable>]<!--
|
||||
--> <replaceable>file:///uri-escaped-path</replaceable>
|
||||
</synopsis>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Playing more files:
|
||||
<synopsis>
|
||||
|
Loading…
Reference in New Issue
Block a user