Avifile-0.7.45

Introduction to Avifile

The Avifile package contains an AVI video file player, tools and support libraries. This is useful for viewing and editing AVI files.

Package Information

Additional Downloads

Codecs

Avifile Dependencies

Required

Qt-3.3.8b and SDL-1.2.11

Optional

pkg-config-0.22, libjpeg-6b, libvorbis-1.2.0, liba52-0.7.4, LAME-3.97, libmad-0.15.1b, XviD-1.1.3, FAAD2-2.6.1, DivX4Linux, and Dmalloc

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/avifile

Installation of Avifile

Install the required CODECs as the root user using the following commands:

install -v -d -m755 /usr/lib/avifile-0.7/win32 &&
tar -xvf ../binaries-011002.tgz -C /usr/lib/avifile-0.7

Install Avifile by running the following commands:

patch -Np1 -i ../avifile-0.7-0.7.45-gcc41-1.patch &&
./configure --prefix=/usr \
    --with-win32-path=/usr/lib/avifile-0.7/win32 &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Contents

Installed Programs: avibench, avicap, avicat, avifile-config, avimake, aviplay, avirec, avirecompress, avitype and kv41setup
Installed Libraries: libaviplay.so, libaviplayavcodec.so, libaviplayavformat.so, libaviplayavutil.so, libaviplaydha.so, libaviplayvidix, libqavm.so and numerous CODEC plugins and video extensions.
Installed Directories: /usr/include/avifile-0.7, /usr/lib/avifile-0.7, and /usr/share/avifile-0.7

Short Descriptions

avibench

performs a measurement of the AVI file support library's performance for a file.

avicap

is a widget that displays acquired video from a Video For Windows (VFW) compatible device, like a webcam or a TV-tuner.

avicat

takes a set of AVI files and combines them into a single file.

avifile-config

is a script used to get information about the installed version of Avifile.

avimake

takes a set of JPG images and creates a movie.

aviplay

manages the input formats, the CODECs and the output formats to display AVI video files on your screen.

avirec

is a command-line video recording tool.

avirecompress

is a widget that takes an input file of one CODEC type and converts it into a video file of another CODEC.

avitype

will read and display AVI file header information.

kv41setup

is a small tool which tells video4linux about the current video mode.

libaviplay*.so

libraries contain the functions required by the various Avifile programs for encoding, decoding and to interface with the various plugins and video extensions.

Last updated on 2008-01-19 03:34:06 -0600