The Avifile package contains an AVI video file player, tools and support libraries. This is useful for viewing and editing AVI files.
Download (HTTP): http://prdownloads.sourceforge.net/avifile/avifile-0.7-0.7.41.tar.gz
Download MD5 sum: a08911965d81a02ded95ddb95f63e1cf
Download size: 3.4 MB
Estimated disk space required: 48.2 MB
Estimated build time: 2.73 SBU
Required CODEC: http://prdownloads.sourceforge.net/avifile/binaries-011002.tgz
Download MD5 sum: 4db4edeeceefb9353b15b047207fa6d3
Download size: 4.4 MB
Estimated disk space required: 13 MB
Install the required CODEC as the root user using the following commands:
install -d -m755 /usr/lib/avifile-0.7/win32 &&
tar -zxf ../binaries-011002.tgz -C /usr/lib/avifile-0.7
Install Avifile by running the following commands:
./configure --prefix=/usr \
--with-win32-path=/usr/lib/avifile-0.7/win32 &&
make &&
sed -i -e "s,include/avifile,&-0.7," avifile.pc
Now, as the root user:
make install
sed -i -e "s,include/avifile,&-0.7," avifile.pc: The pkgconfig file is installed with an incorrect include directory definition. This command fixes the file.
performs a measurement of the AVI file support library's performance for a file.
is a widget that displays acquired video from a Video For Windows (VFW) compatible device, like a webcam or a TV-tuner.
takes a set of AVI files and combines them into a single file.
is run by configure for programs wishing to link to the Avifile libraries.
takes a set of JPG images and creates a movie.
manages the input formats, the CODECs and the output formats to display AVI video files on your screen.
is a command-line video recording tool.
is a widget that takes an input file of one CODEC type and converts it into a video file of another CODEC.
will read and display AVI file header information.
is a small tool which tells video4linux about the current video mode.
is run by configure for programs wishing to link to the mmxnow library.
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 2005-02-14 13:13:29 -0700