Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > d358e2c90ba2fd90e64d20630dc870f4 > files > 376

mplayer-doc-1.0-1.rc4.0.r32713.5.2.mga1.i586.rpm

<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>6.4. Encodage au format vidéo Sony PSP</title><link rel="stylesheet" type="text/css" href="default.css"><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.html" title="MPlayer - Le Lecteur Vidéo"><link rel="up" href="mencoder.html" title="Chapitre 6. Utilisation basique de MEncoder"><link rel="prev" href="menc-feat-mpeg4.html" title='6.3. Encodage MPEG-4 deux passes ("DivX")'><link rel="next" href="menc-feat-mpeg.html" title="6.5. Encodage au format MPEG"><link rel="preface" href="howtoread.html" title="Comment lire cette documentation"><link rel="chapter" href="intro.html" title="Chapitre 1. Introduction"><link rel="chapter" href="install.html" title="Chapitre 2. Installation"><link rel="chapter" href="usage.html" title="Chapitre 3. Utilisation"><link rel="chapter" href="video.html" title="Chapitre 4. Sorties vidéo"><link rel="chapter" href="ports.html" title="Chapitre 5. Ports"><link rel="chapter" href="mencoder.html" title="Chapitre 6. Utilisation basique de MEncoder"><link rel="chapter" href="encoding-guide.html" title="Chapitre 7. L'encodage avec MEncoder"><link rel="chapter" href="faq.html" title="Chapitre 8. Foire Aux Questions"><link rel="appendix" href="bugreports.html" title="Annexe A. Comment rapporter les bogues"><link rel="appendix" href="skin.html" title="Annexe B. Format de skins MPlayer"></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">6.4. Encodage au format vidéo Sony PSP</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="menc-feat-mpeg4.html">Précédent</a> </td><th width="60%" align="center">Chapitre 6. Utilisation basique de <span class="application">MEncoder</span></th><td width="20%" align="right"> <a accesskey="n" href="menc-feat-mpeg.html">Suivant</a></td></tr></table><hr></div><div class="sect1" title="6.4. Encodage au format vidéo Sony PSP"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="menc-feat-handheld-psp"></a>6.4. Encodage au format vidéo Sony PSP</h2></div></div></div><p>
   <span class="application">MEncoder</span> supporte l'encodage au format
   Sony PSP.
   Cependant les contraintes peuvent différer suivant la version
   actuelle du logiciel PSP.
   Le respect des contraintes suivantes devrait vous permettre
   d'encoder sans problème :
 </p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p>
   <span class="bold"><strong>Débit vidéo</strong></span>: il ne devrait pas être
   supérieur à 1500kbps. Cependant, les dernières versions supportent
   presque tous les débits tant que l'en-tête rapporte une
   valeur raisonable.
 </p></li><li class="listitem"><p>
   <span class="bold"><strong>Dimensions</strong></span>: la largeur et la
   hauteur de la video PSP doivent être multiples de 16 et le produit
   largeur * hauteur doit être &lt;= 64000.
   Dans certaines circonstances, la PSP est capable de lire des
   résolutions supérieures.
 </p></li><li class="listitem"><p>
   <span class="bold"><strong>Audio</strong></span>: le taux d'échantillonage
   doit être fixé à 24kHz pour les vidéos MPEG-4 et à 48kHz pour les H.264.
 </p></li></ul></div><p>
 </p><div class="example"><a name="encode_for_psp"></a><p class="title"><b>Exemple 6.4. Encodage pour PSP</b></p><div class="example-contents"><p>
 </p><pre class="screen">
mencoder -ofps 30000/1001 -af lavcresample=24000 -vf harddup -oac lavc \
    -ovc lavc -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:acodec=libfaac \
    -of lavf -lavfopts format=psp \
    <em class="replaceable"><code>entree.video</code></em> -o <em class="replaceable"><code>sortie.psp</code></em>
 </pre><p>
   Vous pouvez définir le titre de la vidéo avec
   <tt class="option">-info name=<em class="replaceable"><code>TitreDuFilm</code></em></tt>.
 </p></div></div><br class="example-break"></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="menc-feat-mpeg4.html">Précédent</a> </td><td width="20%" align="center"><a accesskey="u" href="mencoder.html">Niveau supérieur</a></td><td width="40%" align="right"> <a accesskey="n" href="menc-feat-mpeg.html">Suivant</a></td></tr><tr><td width="40%" align="left" valign="top">6.3. Encodage MPEG-4 deux passes ("DivX") </td><td width="20%" align="center"><a accesskey="h" href="index.html">Sommaire</a></td><td width="40%" align="right" valign="top"> 6.5. Encodage au format MPEG</td></tr></table></div></body></html>