From c0f85b1881a20569579b44212648326ac2e65fd7 Mon Sep 17 00:00:00 2001
From: nicolas
Date: Mon, 31 Mar 2003 22:27:26 +0000
Subject: [PATCH] sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9776 b3059339-0415-0410-9bf9-f77b7e298cf2
---
DOCS/fr/bugreports.html | 2 +-
DOCS/fr/codecs.html | 25 ++++++++++++++-----------
DOCS/fr/documentation.html | 2 +-
DOCS/fr/encoding.html | 4 ++--
4 files changed, 18 insertions(+), 15 deletions(-)
diff --git a/DOCS/fr/bugreports.html b/DOCS/fr/bugreports.html
index 116d72bf78..f263312914 100644
--- a/DOCS/fr/bugreports.html
+++ b/DOCS/fr/bugreports.html
@@ -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 --git a/DOCS/fr/codecs.html b/DOCS/fr/codecs.html
index 43f7ef641e..ec6071fa20 100644
--- a/DOCS/fr/codecs.html
+++ b/DOCS/fr/codecs.html
@@ -263,10 +263,10 @@ MPlayer d
-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 @@ MPlayer d
- actuellement il ne décode pas correctement tous les fichiers DivX/DivX4
(pas un problème puisque libavcodec peut les jouer)
- - vous devez choisir DivX4 ou XViD à la compilation
+ - vous devez choisir DivX4 ou XviD à la compilation
- en développement
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):
cvs -z3 -d:pserver:anonymous@cvs.xvid.org:/xvid login
cvs -z3 -d:pserver:anonymous@cvs.xvid.org:/xvid co xvidcore
cd xvidcore/build/generic
- - Éditez le Makefile pour votre architecture (probablement
-
Makefile.linuxx86
) pour l'adapter à vos besoins.
- make -f Makefile.linuxx86
- - Copiez les fichiers d'entête
divx4.h
et xvid.h
depuis
+ ./bootstrap.sh
+ ./configure
+ Vous pouvez avoir à ajouter des options (examinez la sortie de
+ ./configure --help
).
+ make && make install
+ - Si vous avez spécifié
--enable-divxcompat
,
+ copiez le fichier d'entête divx4.h
du répertoire
xvidcore/src/
dans /usr/local/include/
.
- - Prenez
encore2.h
et decore.h
depuis le paquetage
- DivX4Linux, et copiez-les dans /usr/local/include/
.
- - Recompilez MPlayer avec
--with-xvidcore=/chemin/de/libxvidcore.a
.
+ - Recompilez MPlayer avec
+
--with-xvidcore=/chemin/de/libxvidcore.a
.
diff --git a/DOCS/fr/documentation.html b/DOCS/fr/documentation.html
index 47e8ded019..94fcaff8e4 100644
--- a/DOCS/fr/documentation.html
+++ b/DOCS/fr/documentation.html
@@ -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 --git a/DOCS/fr/encoding.html b/DOCS/fr/encoding.html
index 849ce2a528..fbb7dc3799 100644
--- a/DOCS/fr/encoding.html
+++ b/DOCS/fr/encoding.html
@@ -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 @@ Explication du processus:
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