Mercurial > mplayer.hg
comparison DOCS/xml/en/usage.xml @ 10643:ec69923456d1
Fix '- loop' to '-loop' option into example
author | nauj27 |
---|---|
date | Sun, 17 Aug 2003 14:09:27 +0000 |
parents | b6c63ab184a4 |
children | 8ec62402a8a3 |
comparison
equal
deleted
inserted
replaced
10642:fce2ccc22b7b | 10643:ec69923456d1 |
---|---|
19 | 19 |
20 <para> | 20 <para> |
21 You can group filenames/URLs together using <literal>{</literal> and | 21 You can group filenames/URLs together using <literal>{</literal> and |
22 <literal>}</literal>. It's useful with option <option>-loop</option>: | 22 <literal>}</literal>. It's useful with option <option>-loop</option>: |
23 | 23 |
24 <screen>mplayer { 1.avi - loop 2 2.avi } -loop 3</screen> | 24 <screen>mplayer { 1.avi -loop 2 2.avi } -loop 3</screen> |
25 | 25 |
26 The above command will play files in this order: 1, 1, 2, 1, 1, 2, 1, 1, 2. | 26 The above command will play files in this order: 1, 1, 2, 1, 1, 2, 1, 1, 2. |
27 </para> | 27 </para> |
28 | 28 |
29 <para> | 29 <para> |