1
0
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:
diego 2005-05-14 13:13:58 +00:00
parent 3740da878c
commit f1e0d14081
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -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>