~ubuntu-branches/debian/squeeze/mplayer/squeeze

« back to all changes in this revision

Viewing changes to DOCS/HTML/it/menc-feat-rescale.html

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2010-07-31 23:44:52 UTC
  • mfrom: (1.1.4 upstream) (8.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20100731234452-j7yyrgsh1wustazr
Tags: 2:1.0~rc3++final.dfsg1-1
* upload to unstable
* enable mencoder and mplayer-gui package
* build again against the system FFmpeg 0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>9.6. Ridimensionare filmati</title><link rel="stylesheet" href="default.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="MPlayer - Il Visualizzatore di film"><link rel="up" href="mencoder.html" title="Capitolo 9. Utilizzo base di MEncoder"><link rel="prev" href="menc-feat-mpeg.html" title="9.5. Codificare in formato MPEG"><link rel="next" href="menc-feat-streamcopy.html" title="9.7. Copia dei flussi"><link rel="preface" href="howtoread.html" title="Come leggere questa documentazione"><link rel="chapter" href="intro.html" title="Capitolo 1. Introduzione"><link rel="chapter" href="install.html" title="Capitolo 2. Installazione"><link rel="chapter" href="usage.html" title="Capitolo 3. Utilizzo"><link rel="chapter" href="cd-dvd.html" title="Capitolo 4. Utilizzo CD/DVD"><link rel="chapter" href="tv.html" title="Capitolo 5. TV"><link rel="chapter" href="radio.html" title="Capitolo 6. Radio"><link rel="chapter" href="video.html" title="Capitolo 7. Dispositivi di uscita video"><link rel="chapter" href="ports.html" title="Capitolo 8. Ports"><link rel="chapter" href="mencoder.html" title="Capitolo 9. Utilizzo base di MEncoder"><link rel="chapter" href="encoding-guide.html" title="Capitolo 10. La codifica con MEncoder"><link rel="chapter" href="faq.html" title="Capitolo 11. Frequently Asked Questions"><link rel="appendix" href="bugreports.html" title="Appendice A. Come segnalare i bug (errori)"><link rel="appendix" href="skin.html" title="Appendice B. MPlayer skin format"></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">9.6. Ridimensionare filmati</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="menc-feat-mpeg.html">Indietro</a> </td><th width="60%" align="center">Capitolo 9. Utilizzo base di <span class="application">MEncoder</span></th><td width="20%" align="right"> <a accesskey="n" href="menc-feat-streamcopy.html">Avanti</a></td></tr></table><hr></div><div class="sect1" title="9.6. Ridimensionare filmati"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="menc-feat-rescale"></a>9.6. Ridimensionare filmati</h2></div></div></div><p>
 
2
Spesso emerge la necessità di ridimensionare le immagini del filmato.
 
3
Le ragioni possono essere molte: diminuire la dimensione del file, la banda di
 
4
rete, etc... Molte persone ridimensionano anche quando convertono DVD o CVD in
 
5
AVI DivX. Se desideri ridimensionare, leggi la sezione
 
6
<a class="link" href="aspect.html" title="9.10. Preservare il rapporto di aspetto">Preservare il rapporto di aspetto</a>.
 
7
</p><p>
 
8
Il processo di ridimensionamento è gestito dal filtro video
 
9
<code class="literal">scale</code>:
 
10
<tt class="option">-vf scale=<em class="replaceable"><code>larghezza</code></em>:<em class="replaceable"><code>altezza</code></em></tt>.
 
11
La sua qualità può essere impostata con l'opzione <tt class="option">-sws</tt>.
 
12
Se non è specificato, <span class="application">MEncoder</span> userà 2: bicubico.
 
13
</p><p>
 
14
Uso:
 
15
</p><pre class="screen">
 
16
mencoder <em class="replaceable"><code>input.mpg</code></em> -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell \
 
17
    -vf scale=640:480 -o <em class="replaceable"><code>output.avi</code></em>
 
18
</pre><p>
 
19
</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">Indietro</a> </td><td width="20%" align="center"><a accesskey="u" href="mencoder.html">Risali</a></td><td width="40%" align="right"> <a accesskey="n" href="menc-feat-streamcopy.html">Avanti</a></td></tr><tr><td width="40%" align="left" valign="top">9.5. Codificare in formato MPEG </td><td width="20%" align="center"><a accesskey="h" href="index.html">Partenza</a></td><td width="40%" align="right" valign="top"> 9.7. Copia dei flussi</td></tr></table></div></body></html>