File: commandline.html

package info (click to toggle)
mplayer 1.0~rc1-12etch7
  • links: PTS
  • area: main
  • in suites: etch
  • size: 47,324 kB
  • ctags: 86,269
  • sloc: ansic: 580,415; xml: 107,529; sh: 7,643; makefile: 2,860; asm: 2,206; cpp: 1,034; objc: 865; awk: 234; perl: 82
file content (62 lines) | stat: -rw-r--r-- 6,857 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>3.1. P&#345;kazov &#345;dek</title><link rel="stylesheet" href="default.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="MPlayer - Multimediln p&#345;ehrva&#269;"><link rel="up" href="usage.html" title="Kapitola 3. Pou&#382;it"><link rel="prev" href="usage.html" title="Kapitola 3. Pou&#382;it"><link rel="next" href="subosd.html" title="3.2. Titulky a OSD"><link rel="preface" href="howtoread.html" title="Jak &#269;st tuto  dokumentaci"><link rel="chapter" href="intro.html" title="Kapitola 1. P&#345;edstaven"><link rel="chapter" href="install.html" title="Kapitola 2. Instalace"><link rel="chapter" href="usage.html" title="Kapitola 3. Pou&#382;it"><link rel="chapter" href="cd-dvd.html" title="Kapitola 4. Pou&#382;it CD/DVD"><link rel="chapter" href="faq.html" title="Kapitola 5. &#268;asto Kladen Dotazy (FAQ)"><link rel="chapter" href="containers.html" title="Kapitola 6. Nosn formty (Containers)"><link rel="chapter" href="codecs.html" title="Kapitola 7. Kodeky"><link rel="chapter" href="video.html" title="Kapitola 8. Vstupn video za&#345;zen/rozhran"><link rel="chapter" href="audio.html" title="Kapitola 9. Vstupn zvukov za&#345;zen"><link rel="chapter" href="tv.html" title="Kapitola 10. TV"><link rel="chapter" href="radio.html" title="Kapitola 11. Rdio"><link rel="chapter" href="ports.html" title="Kapitola 12. Porty"><link rel="chapter" href="mencoder.html" title="Kapitola 13. Zkladn pou&#382;it MEncoderu"><link rel="chapter" href="encoding-guide.html" title="Kapitola 14. Enkdovn s MEncoderem"><link rel="appendix" href="bugreports.html" title="P&#345;loha A. Jak hlsit chyby"><link rel="appendix" href="bugs.html" title="P&#345;loha B. Znm chyby"><link rel="appendix" href="skin.html" title="P&#345;loha C. Formt skin&#367; MPlayeru"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.1. P&#345;kazov &#345;dek</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="usage.html">P&#345;edchzejc</a></td><th width="60%" align="center">Kapitola 3. Pou&#382;it</th><td width="20%" align="right"><a accesskey="n" href="subosd.html">Dal&#353;</a></td></tr></table><hr></div><div class="sect1" lang="cs"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="commandline"></a>3.1. P&#345;kazov &#345;dek</h2></div></div></div><p>
<span class="application">MPlayer</span> vyu&#382;v komplexn strukturu voleb. Ta sestv
z globlnch voleb uvd&#283;nch jako prvn, nap&#345;klad:

</p><pre class="screen">mplayer -vfm 5</pre><p>

a voleb zapisovanch za jmnem souboru, kter se projev pouze u tohoto jmna
souboru/URL/&#269;ehokoli, nap&#345;klad:

</p><pre class="screen">mplayer -vfm 5 <em class="replaceable"><code>film1.avi</code></em> <em class="replaceable"><code>film2.avi</code></em> -vfm 4</pre><p>
</p><p>
M&#367;&#382;ete seskupovat jmna soubor&#367;/adresy URL pomoc <code class="literal">{</code> a
<code class="literal">}</code>. Toho se d vyu&#382;t s volbou <tt class="option">-loop</tt>:

</p><pre class="screen">mplayer { 1.avi -loop 2 2.avi } -loop 3</pre><p>

V&#353;e uveden p&#345;kaz p&#345;ehraje soubory v tomto po&#345;ad: 1, 1, 2, 1, 1, 2, 1, 1, 2.
</p><p>
P&#345;ehrvn souboru:
</p><pre class="synopsis">
<span><strong class="command">mplayer</strong></span> [<em class="replaceable"><code>volby</code></em>] [<em class="replaceable"><code>cesta</code></em>/]<em class="replaceable"><code>soubor</code></em>
</pre><p>
</p><p>
Jin zp&#367;sob p&#345;ehrn souboru:
</p><pre class="synopsis">
<span><strong class="command">mplayer</strong></span> [<em class="replaceable"><code>volby</code></em>] <em class="replaceable"><code>file:///uri-eskejpovan-cesta-k-souboru</code></em>
</pre><p>
</p><p>
P&#345;ehrvn vce soubor&#367;:
</p><pre class="synopsis">
<span><strong class="command">mplayer</strong></span> [<em class="replaceable"><code>vchoz volby</code></em>] [<em class="replaceable"><code>cesta</code></em>/]<em class="replaceable"><code>soubor1</code></em> [<em class="replaceable"><code>volby pro soubor1</code></em>] <em class="replaceable"><code>soubor2</code></em> [<em class="replaceable"><code>volby pro soubor2</code></em>] ...
</pre><p>
</p><p>
P&#345;ehrvn VCD:
</p><pre class="synopsis">
<span><strong class="command">mplayer</strong></span> [<em class="replaceable"><code>volby</code></em>] vcd://<em class="replaceable"><code>&#269;slo_stopy</code></em> [-cdrom-device <em class="replaceable"><code>/dev/cdrom</code></em>]
</pre><p>
</p><p>
P&#345;ehrvn DVD:
</p><pre class="synopsis">
<span><strong class="command">mplayer</strong></span> [<em class="replaceable"><code>volby</code></em>] dvd://<em class="replaceable"><code>&#269;slo_titulu</code></em> [-dvd-device <em class="replaceable"><code>/dev/dvd</code></em>]
</pre><p>
</p><p>
P&#345;ehrvn z WWW:
</p><pre class="synopsis">
<span><strong class="command">mplayer</strong></span> [<em class="replaceable"><code>volby</code></em>] http://<em class="replaceable"><code>domna.com/soubor.asf</code></em>
</pre><p>
(rovn&#283;&#382; lze pou&#382;t playlisty)
</p><p>
P&#345;ehrvn z RTSP:
</p><pre class="synopsis">
<span><strong class="command">mplayer</strong></span> [<em class="replaceable"><code>volby</code></em>] rtsp://<em class="replaceable"><code>server.priklad.com/JmenoProudu</code></em>
</pre><p>
</p><p>
P&#345;klady:
</p><pre class="screen">
mplayer -vo x11 <em class="replaceable"><code>/mnt/Filmy/Kontakt/kontakt2.mpg</code></em>
mplayer vcd://<em class="replaceable"><code>2</code></em> -cdrom-device <em class="replaceable"><code>/dev/hdc</code></em>
mplayer -afm 3 <em class="replaceable"><code>/mnt/DVDtrailery/alien4.vob</code></em>
mplayer dvd://<em class="replaceable"><code>1</code></em> -dvd-device <em class="replaceable"><code>/dev/hdc</code></em>
mplayer -abs 65536 -delay -0.4 -nobps <em class="replaceable"><code>~/filmy/test.avi</code></em></pre><p>
</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="usage.html">P&#345;edchzejc</a></td><td width="20%" align="center"><a accesskey="u" href="usage.html">Nahoru</a></td><td width="40%" align="right"><a accesskey="n" href="subosd.html">Dal&#353;</a></td></tr><tr><td width="40%" align="left" valign="top">Kapitola 3. Pou&#382;it</td><td width="20%" align="center"><a accesskey="h" href="index.html">Dom&#367;</a></td><td width="40%" align="right" valign="top">3.2. Titulky a OSD</td></tr></table></div></body></html>