OpenMeetings 0.5 Final (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News OpenMeetings 0.5 Final (Default branch)
# 1  
Old 04-01-2008
OpenMeetings 0.5 Final (Default branch)

ImageOpenMeetings is a multi-language customizablevideo-conferencing and collaboration system. Itsupports audio/video and allows you to see thedesktop of any participant. It includes awhiteboard, the ability to import a variety ofimage formats, invitations, a moderation system,backup and language modules, private and publicconference rooms, and the ability to recordmeetings.License: GNU Lesser General Public License (LGPL)Changes:
A new layout and design is used. Meetings may berecorded. The invitation system was updated. Moreconfiguration possibilites were added.Translations were completed.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
OGGDUMP(1)							   User Manuals 							OGGDUMP(1)

NAME
oggDump - prints out information of ogg video files (.ogv, .ogg or oga) SYNOPSIS
oggDump [options] outfile.ogv DESCRIPTION
OggDump gives detailed information about an ogg video file and prints these information with a given detail level. Ogg files consist of a number of streams (video and audio). From the Ogg-container perspective, the streams are devided into pages. These pages usually have nearly the same size. The pages can be printed out with the -g option. From the stream perspective, every stream consists of packets. These packets carry a bunch of compressed audio samples in case of a vorbis stream or one video frame in case of a theora video stream. These packets could be of variable length and are places into the ogg pages. To print the packets, use the -p option. OPTIONS
-g Dumps the stream pages of the file. -p Dumps the stream packets. -l <level>. Set the dump level (1-5). Default is 5, which means all information are printed. -s Prompt for the stream that should be dumped. All other streams are ignored and will not be printed. -o <file> Write the dump information to a file. AUTHOR
Joern Seger <yorn at gmx dot net> SEE ALSO
oggCut(1), oggJoin(1), oggSplit(1), oggTranscode^(1), oggSlideshow(1), oggThumb(1), oggSilence(1) Linux JAN 2010 OGGDUMP(1)