XviD-0.9.2

Introduction à XviD

XviD est un CODEC MPEG-4 pour la vidéo.

Informations sur le package

Installation de XviD

Installez XviD en lançant les commandes suivantes:

cd build/generic &&
./configure --prefix=/usr &&
make  &&
make install &&
cp ../../src/divx4.h /usr/include

Explication des commandes

cp ../../src/divx4.h /usr/include: Cette commande place ces fichiers d'entêtes dans le chemin de recherche des fichiers d'entête pour que Xine et MPlayer puissent les trouver.

Contenu

Le package principal XviD contient la bibliothèque libxvidcore et ses fichiers d'entêtes. La bibliothèque apporte elle-même des fontions pour coder et décoder la plupart des données vidéo MPEG-4.

Les fonctionnalités de MPEG-4 suivantes sont supportées:

codage I, P Frame

I-Frames sont des image frames, while P-Frames are Pattern Frames. Image Frames contain full images. P-Frames contain patterns of what changes in the image, thusly saving a lot of space.

PMVFast and EPZS with diamond a sqare pattern motion estimation

Fast Motion detection that can refer a square or diamond shaped pattern to different directions.

inter4v mode

Fast interpolation ability.

fullpixel and halfpixel precision

Even halfpixel movements can be encoded. Better precision results in better compression at better quality.

both MPEG-4 and H263 quantizations

MPEG-4 is the standard DivX was derived from. H263 is a slightly changed subset of that standard made by Microsoft. Quantization means to map the quantity of color values to numbers.

custom quant matrices

The quantization can be done using custom matrices, possibly giving better results if the matrix is made to suit the video data. Every normal user should be fine with the default matrix that comes with XviD.

Adaptive quantization / Luminance masking

Qantization and Luminance masking are variant, depending on the input material, therefore providing better results on dark or very contrasting images.