tooLAME is an optimized Mpeg Audio 1/2 Layer 2 encoder based heavily
on:
- the ISO dist10 code
- improvement to algorithms as part of the LAME project
(www.sulaco.org/mp3)
WWW: http://mikecheng.d2.net.au/
from Jacob Meuser <jakemsr at jakemsr.com>
The mjpegtools are a set of programs that can do recording, playback,
editing and eventual MPEG compression of audio and video under Linux.
Although primarily intended for use with capture / playback boards
based on the Zoran ZR36067 MJPEG codec chip, the mjpegtools can easily
be used to process and compress MJPEG video streams captured using
xawtv using simple frame-buffer devices.
WWW: http://mjpeg.sourceforge.net/
from Jacob Meuser <jakemsr at jakemsr.com>
This is libquicktime, a library for reading and writing quicktime
files. It is based on, and compatible with, the quicktime4linux
library. This package also includes a program to play quicktime
movies, and some other programs to work with quicktime files.
WWW: http://libquicktime.sourceforge.net/
from Jacob Meuser <jakemsr at jakemsr.com>
This class encapsulates/makes/manipulates objects that represent nodes
in a tree structure. The tree structure is not an object itself, but is
emergent from the linkages you create between nodes. This class provides
the methods for making linkages that can be used to build up a tree,
while preventing you from ever making any kinds of linkages which are
not allowed in a tree (such as having a node be its own mother or
ancestor, or having a node have two mothers).
This module provides a few convenience methods for testing exception
based code. It is built with Test::Builder and plays happily with
Test::Simple, Test::More and friends.
Like Tcl's uplevel() function, but not quite so dangerous. The idea is
just to fool caller(). All the really naughty bits of Tcl's uplevel()
are avoided.