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
|
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>13.10. Zachovn poměru stran</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-extractsub.html" title="13.9. Extrakce DVD titulků do VOBsub souboru"><link rel="next" href="encoding-guide.html" title="Kapitola 14. Enkdovn s MEncoderem"><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.10. Zachovn poměru stran</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="menc-feat-extractsub.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="encoding-guide.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="aspect"></a>13.10. Zachovn poměru stran</h2></div></div></div><p>
DVD a SVCD (čili MPEG-1/2) soubory obsahuj hodnotu poměru stran,
popisujc, jak by měl přehrvač šklovat video proud, takže lid nebudou mt
šišat hlavy (př.: 480x480 + 4:3 = 640x480). Pokud ovšem enkdujeme do AVI
(DivX) souborů, mějte na paměti, že AVI hlavičky neukldaj tuto hodnotu.
Přešklovn videa je odporn a časově nročn, takže mus bt lepš způsob!
</p><p>A zde jej mte</p><p>
MPEG-4 m uniktn vlastnost: video proud může obsahovat svůj požadovan poměr
stran. Ano, přesně jako MPEG-1/2 (DVD, SVCD) a H.263 soubory. Naneštěst,
<span class="bold"><strong>ždn</strong></span> video přehrvač nepodporuje tento atribut
MPEG-4, s vjimkou <span class="application">MPlayer</span>u.
</p><p>
Tato vlastnost může bt použita pouze s kodekem <code class="systemitem">mpeg4</code> z
<a href="video-codecs.html#ffmpeg" title="7.1.1. FFmpeg/libavcodec"><code class="systemitem">libavcodec</code></a>u.
Mějte na paměti: ačkoli
<span class="application">MPlayer</span> korektně přehraje vytvořen soubor, ostatn
přehrvače použij špatn poměr stran.
</p><p>
Opravdu byste měli ořznout čern okraje nad a pod filmem.
Nastudujte si použit filtrů <code class="systemitem">cropdetect</code> a
<code class="systemitem">crop</code> v man strnce.
</p><p>
Použit
</p><pre class="screen">mencoder <em class="replaceable"><code>vzorov-svcd.mpg</code></em> -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell:autoaspect -vf crop=714:548:0:14 -oac copy -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-extractsub.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="encoding-guide.html">Dalš</a></td></tr><tr><td width="40%" align="left" valign="top">13.9. Extrakce DVD titulků do VOBsub souboru</td><td width="20%" align="center"><a accesskey="h" href="index.html">Domů</a></td><td width="40%" align="right" valign="top">Kapitola 14. Enkdovn s <span class="application">MEncoder</span>em</td></tr></table></div></body></html>
|