debian man page for oggdump

Query: oggdump

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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)
Related Man Pages
oggcut(1) - debian
oggjoin(1) - debian
oggsplit(1) - debian
oggslideshow(1) - debian
ogginfo(1) - posix
Similar Topics in the Unix Linux Community
TCP stream rebuild
mapmvideo 5.17 (Default branch)
Ogg Video Tools 0.1 (Default branch)
Ogg Video Tools 0.2 (Default branch)
How to play video files one after the other continously?