| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 
 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>13.6. Šklovn (změna velikosti) filmů</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řehrvač"><link rel="up" href="mencoder.html" title="Kapitola 13. Zkladn použit MEncoderu"><link rel="prev" href="menc-feat-mpeg.html" title="13.5. Enkdovn do MPEG formtu"><link rel="next" href="menc-feat-streamcopy.html" title="13.7. Proudov koprovn"><link rel="preface" href="howtoread.html" title="Jak čst tuto  dokumentaci"><link rel="chapter" href="intro.html" title="Kapitola 1. Představen"><link rel="chapter" href="install.html" title="Kapitola 2. Instalace"><link rel="chapter" href="usage.html" title="Kapitola 3. Použit"><link rel="chapter" href="cd-dvd.html" title="Kapitola 4. Použit CD/DVD"><link rel="chapter" href="faq.html" title="Kapitola 5. Č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řzen/rozhran"><link rel="chapter" href="audio.html" title="Kapitola 9. Vstupn zvukov zař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žit MEncoderu"><link rel="chapter" href="encoding-guide.html" title="Kapitola 14. Enkdovn s MEncoderem"><link rel="appendix" href="bugreports.html" title="Přloha A. Jak hlsit chyby"><link rel="appendix" href="bugs.html" title="Přloha B. Znm chyby"><link rel="appendix" href="skin.html" title="Přloha C. Formt skinů 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">13.6. Šklovn (změna velikosti) filmů</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="menc-feat-mpeg.html">Předchzejc</a></td><th width="60%" align="center">Kapitola 13. Zkladn použit <span class="application">MEncoder</span>u</th><td width="20%" align="right"><a accesskey="n" href="menc-feat-streamcopy.html">Dalš</a></td></tr></table><hr></div><div class="sect1" lang="cs"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="menc-feat-rescale"></a>13.6. Šklovn (změna velikosti) filmů</h2></div></div></div><p>
Často potřebujeme změnit velikost obrzků ve filmu a to z mnoha důvodů: zmenšen
souboru, ztěže stě atd. Mnoho lid dokonce měn velikost při převodu DVD nebo
SVCD do DivX AVI. Pokud si přejete video přešklovat, přečtěte si sekci
<a href="aspect.html" title="13.10. Zachovn poměru stran">Zachovn poměru stran</a>.
</p><p>
Samotn proces šklovn je provděn video filtrem <code class="literal">scale</code>:
<tt class="option">-vf scale=<em class="replaceable"><code>šřka</code></em>:<em class="replaceable"><code>vška</code></em></tt>.
Jeho kvalita může bt nastavena volbou <tt class="option">-sws</tt>.
Pokud ji neuvedete, <span class="application">MEncoder</span> použije 2: bikubickou.
</p><p>
Použit:
</p><pre class="screen">
mencoder <em class="replaceable"><code>vstup.mpg</code></em> -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell -vf scale=640:480 -o <em class="replaceable"><code>vstup.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="menc-feat-mpeg.html">Předchzejc</a></td><td width="20%" align="center"><a accesskey="u" href="mencoder.html">Nahoru</a></td><td width="40%" align="right"><a accesskey="n" href="menc-feat-streamcopy.html">Dalš</a></td></tr><tr><td width="40%" align="left" valign="top">13.5. Enkdovn do MPEG formtu</td><td width="20%" align="center"><a accesskey="h" href="index.html">Domů</a></td><td width="40%" align="right" valign="top">13.7. Proudov koprovn</td></tr></table></div></body></html>
 |