1oggz-validate(1) General Commands Manual oggz-validate(1)
2
3
4
6 oggz-validate — Validate the Ogg framing of one or more files
7
8
10 oggz-validate [-M num | --max-errors num ] [-p | --prefix ] [-s |
11 --suffix ] [-P | --partial ] filename ...
12
13 oggz-validate [-h | --help ] [-v | --version ]
14
16 oggz-validate validates the Ogg framing of one or more Ogg files.
17
18 oggz-validate detects the following errors in Ogg framing:
19
20
21 · File contains no Ogg packets
22
23 · Packets out of order
24
25 · Packet belongs to unknown serialno
26
27 · Granulepos decreasing within track
28
29 · Multiple bos packets
30
31 · Multiple eos packets
32
33 · eos marked but no bos
34
35 · Missing eos packets
36
37 · Granulepos on page with no completed packets
38
39 · Theora video bos page after audio bos page
40
41 oggz-validate exits with status 0 if all files are valid Ogg files, and
42 with status 1 if one or more errors are found.
43
44
46 oggz-validate accepts the following options:
47
48
49 Error reporting options
50 -M num, --max-errors num
51 Exit after the specified number of errors. A value of 0 spec‐
52 ifies no maximum.
53
54 -p, --prefix
55 Treat input as the prefix of a stream; suppress warnings
56 about missing end-of-stream markers
57
58 -s, --suffix
59 Treat input as the suffix of a stream; suppress warnings
60 about missing beginning-of-stream markers on the first chain
61
62 -P, --partial
63 Treat input as a the middle portion of a stream. Equivalent
64 to both --prefix and --suffix
65
66 Miscellaneous options
67 -h, --help
68 Display usage information and exit.
69
70 -v, --version
71 Output version information and exit.
72
74 Conrad Parker April 3, 2005;
75
77 Copyright © 2005 CSIRO Australia
78
79
81 oggzdump(1), oggzinfo(1)
82
83
84
85 oggz-validate(1)