The "Ogg Video Tools" is a toolbox for manipulating Ogg video files,
which usually consist of a video stream (Theora) and an audio stream
(Vorbis). It includes a number of handy command line tools for
creating an manipulating these video files, such as for splitting the
different streams.
Poe: A Pugnacious Ogg Editor. Poe is a vorbis comment editor. It tries to
follow the vorbis comment header specification closely, while being convenient
and flexible to use. Towards that end, it doesn't have a static 'form' style
interface. Instead, it has an editable table of comments. The contents of the
table change dependent upon preference settings, and what comments are in the
ogg file you are editing.
LICENSE: GPL2 or later
OGMRip is an application and a set of libraries for ripping and encoding DVD
into DivX/OGM files using a wide variety of codecs. It relies on mplayer,
mencoder, ogmtools, oggenc and lame to perform its tasks.
The GUI features a clean HIG-compliant GNOME 2 interface and tries to minimize
as much as possible esoteric settings.
GTK YouTube Viewer is created to be a flexible and reliable open-source
application which is dedicated to streaming YouTube Videos with MPlayer.
OpenShot Video Editor is a program designed to create videos on
Linux. It can easily combine multiple video clips, audio clips,
and images into a single project, and then export the video into
many common video formats.
OpenShot is a non-linear video editor, which means any frame of
video can be accessed at any time, and thus the video clips can
be layered, mixed, and arranged in very creative ways. All
video clip edits (trimming, cutting, etc...) are non-destructive,
meaning that the original video clips are never modified.
[ from developer's readme ]
OQTEncoder is just here to show how simple it is to realize an
encoder using OpenQuicktime... It is simple, new and doesn't have
a lot of functionality but it should soon be better and it's already
usable ;)
Just launch it without options and it will explain you how to use
it ;). Here follows a simple example to encode any mpeg file using
the great program mpeg2dec from Aaron Holzman:
mpeg2dec -s -o pgmpipe test.mpg | oqtencoder -V jpeg test.mov
OQTPlayer is a very very small, even not functional, very very
buggy video player that uses OpenQuicktime and the SDL library.
It is just a example to see how easy it is to use the OpenQuicktime
library. Really!
GNOME MPlayer Toolkit is a library for gnome-mplayer and gecko-mediaplayer.
libgmlib - a set of functions that support non-graphical operations
libgmtk - a set of gtk widgets to use with gnome-mplayer
GNOME MPlayer is a simple GUI for MPlayer. It is intended to be a nice tight
player and provide a simple and clean interface to MPlayer. GNOME MPlayer has
a rich API that is exposed via DBus. Using DBus you can control a single or
multiple instances of GNOME MPlayer from a single command.
The player can be used to play media on websites
when used with Gecko Mediaplayer
PPM2FLI can read directly PPM,PGM,PBM and FBM files. If necessary it
performs a quantization. The filters of the NETPBM, PBMPLUS and FBM package
can be used as read filters. Together with one of this packages
a large number of image formats can be handled.
UNFLICK writes images in PPM or FBM format.
In contrast to FBM2FLI no additional package is required to build
PPM2FLI and UNFLICK. So it can be used without any of the above mentioned
packages, if another source of PPM,PGM,PBM or FBM images is available.
For example, PS images can be animated using ghostscript.
The current version is call `beta' because some parts are relative new
and not totally tested. I made tests on SUN sparc-stations (various versions
of SUN-OS), on PC running LINUX and under MSDOS using the DJGPP DOS-extender.
In all cases the GCC compiler was used. Under MSDOS I used a modified
makefile. Anyway, in some environments changes in the makefile are necessary.