# HG changeset patch # User nicolas # Date 1049149646 0 # Node ID 2bc0bd88379b80cb204a8afbc05c1385a2e1260a # Parent 238d0f8052d33683fd2fe7d6b7efced0fe728a93 sync diff -r 238d0f8052d3 -r 2bc0bd88379b DOCS/fr/bugreports.html --- a/DOCS/fr/bugreports.html Mon Mar 31 22:26:31 2003 +0000 +++ b/DOCS/fr/bugreports.html Mon Mar 31 22:27:26 2003 +0000 @@ -63,7 +63,7 @@

Un guide excellent et bien écrit pour poser des questions sur les forums publiques est - Comment Poser Les Questions De Manière Intelligente par Eric S. Raymond. Il y en + Comment Poser Les Questions De Manière Intelligente par Eric S. Raymond. Il y en a un autre (en anglais) appelé How to Report Bugs Effectively par Simon Tatham. Si vous suivez ces règles vous devriez pouvoir obtenir de l'aide. Mais merci de comprendre que nous diff -r 238d0f8052d3 -r 2bc0bd88379b DOCS/fr/codecs.html --- a/DOCS/fr/codecs.html Mon Mar 31 22:26:31 2003 +0000 +++ b/DOCS/fr/codecs.html Mon Mar 31 22:27:26 2003 +0000 @@ -263,10 +263,10 @@

2.2.1.9 XViD

-

XViD est un fork du développement du codec +

XviD est un fork du développement du codec OpenDivX. Il est apparu quand ProjectMayo est passé d'OpenDivX au sources-fermées DivX4 (Maintenant DivX5), et les personnes extérieures à ProjectMayo travaillant - sur OpenDivX se sont fâchés, et ont démarré XViD. Les deux projets ont donc la + sur OpenDivX se sont fâchés, et ont démarré XviD. Les deux projets ont donc la même origine.

AVANTAGES:

@@ -284,27 +284,30 @@

INSTALLER LA VERSION CVS DE XVID

XViD n'est actuellement disponible que depuis le CVS. Voici les instructions - de téléchargement et d'installation:

+ de téléchargement et d'installation (vous avez besoin d'au moins autoconf 2.50, + automake et libtool):

  1. cvs -z3 -d:pserver:anonymous@cvs.xvid.org:/xvid login
  2. cvs -z3 -d:pserver:anonymous@cvs.xvid.org:/xvid co xvidcore
  3. cd xvidcore/build/generic
  4. -
  5. Éditez le Makefile pour votre architecture (probablement - Makefile.linuxx86) pour l'adapter à vos besoins.
  6. -
  7. make -f Makefile.linuxx86
  8. -
  9. Copiez les fichiers d'entête divx4.h et xvid.h depuis +
  10. ./bootstrap.sh
  11. +
  12. ./configure
    + Vous pouvez avoir à ajouter des options (examinez la sortie de + ./configure --help).
  13. +
  14. make && make install
  15. +
  16. Si vous avez spécifié --enable-divxcompat, + copiez le fichier d'entête divx4.h du répertoire xvidcore/src/ dans /usr/local/include/.
  17. -
  18. Prenez encore2.h et decore.h depuis le paquetage - DivX4Linux, et copiez-les dans /usr/local/include/.
  19. -
  20. Recompilez MPlayer avec --with-xvidcore=/chemin/de/libxvidcore.a.
  21. +
  22. Recompilez MPlayer avec + --with-xvidcore=/chemin/de/libxvidcore.a.
diff -r 238d0f8052d3 -r 2bc0bd88379b DOCS/fr/documentation.html --- a/DOCS/fr/documentation.html Mon Mar 31 22:26:31 2003 +0000 +++ b/DOCS/fr/documentation.html Mon Mar 31 22:27:26 2003 +0000 @@ -94,7 +94,7 @@
  • 2.2.1.6 MS Video1
  • 2.2.1.7 Cinepak CVID
  • 2.2.1.8 RealVideo
  • -
  • 2.2.1.9 XViD
  • +
  • 2.2.1.9 XviD
  • 2.2.1.10 Sorenson
  • diff -r 238d0f8052d3 -r 2bc0bd88379b DOCS/fr/encoding.html --- a/DOCS/fr/encoding.html Mon Mar 31 22:26:31 2003 +0000 +++ b/DOCS/fr/encoding.html Mon Mar 31 22:27:26 2003 +0000 @@ -178,7 +178,7 @@
  • mjpeg - Motion JPEG
  • h263 - H263
  • h263p - H263 Plus
  • -
  • mpeg4 - standard ISO (compatible DivX 4/5, OpenDivX, XVID)
  • +
  • mpeg4 - standard ISO (compatible DivX 4/5, OpenDivX, XviD)
  • msmpeg4 - variante pré-standard de MPEG-4 par MS, v3 (alias DivX3)
  • msmpeg4v2 - MPEG-4 pré-standard de MS, v2 (utilisé dans les anciens fichiers asf)
  • wmv1 - Windows Media Video, version 1 (alias WMV7)
  • @@ -208,7 +208,7 @@ libjpeg (pour encoder des PNGs, il utilisera libpng).
  • Mencoder envoie alors l'image décodée au compresseur vidéo choisi - (DivX4, Xvid, ffmpeg msmpeg4, etc...).
  • + (DivX4, XviD, ffmpeg msmpeg4, etc...).

    Exemples