1OGGDUMP(1) User Manuals OGGDUMP(1)
2
3
4
6 oggDump - prints out information of ogg video files (.ogv, .ogg or oga)
7
9 oggDump [options] file.ogv
10
12 OggDump gives detailed information about an ogg video file and prints
13 these information with a given detail level.
14
15 Ogg files consist of a number of streams (video and audio). From the
16 Ogg-container perspective, the streams are devided into pages. These
17 pages usually have nearly the same size. The pages can be printed out
18 with the -g option.
19
20 From the stream perspective, every stream consists of packets. These
21 packets carry a bunch of compressed audio samples in case of a vorbis
22 stream or one video frame in case of a theora video stream. These pack‐
23 ets could be of variable length and are places into the ogg pages. To
24 print the packets, use the -p option.
25
26
28 -g Dumps the stream pages of the file.
29
30
31 -p Dumps the stream packets.
32
33
34 -l <level>. Set the dump level (1-5). Default is 5, which means
35 all information are printed.
36
37
38 -s Prompt for the stream that should be dumped. All other streams
39 are ignored and will not be printed.
40
41
42 -o <file> Write the dump information to a file.
43
44
46 Joern Seger <yorn at gmx dot net>
47
48
50 oggCut(1), oggJoin(1), oggSplit(1), oggTranscode^[22m(1), oggSlideshow(1),
51 oggThumb(1), oggSilence(1)
52
53
54
55Linux JAN 2010 OGGDUMP(1)