oggz-validate --version (return code: 0)
oggz-validate version 1.1.1
oggz-validate --help (return code: 0)
Usage: oggz-validate [options] filename ...
Validate the Ogg framing of one or more files
oggz-validate detects the following errors in Ogg framing:
File contains no Ogg packets
Packets out of order
Packet belongs to unknown serialno
Granulepos decreasing within track
Multiple bos pages
Multiple eos pages
eos marked but no bos
Missing eos pages
eos marked on page with no completed packets
Granulepos on page with no completed packets
Theora video bos page after audio bos page
Terminal header page has non-zero granulepos
Terminal header page contains non-header packet
Terminal header page contains non-header segment
Error reporting options
-M num, --max-errors num
Exit after the specified number of errors.
A value of 0 specifies no maximum. Default: 10
-p, --prefix Treat input as the prefix of a stream; suppress
warnings about missing end-of-stream markers
-s, --suffix Treat input as the suffix of a stream; suppress
warnings about missing beginning-of-stream markers
on the first chain
-P, --partial Treat input as a the middle portion of a stream;
equivalent to both --prefix and --suffix
Miscellaneous options
-h, --help Display this help and exit
-E, --help-errors List known types of error and exit
-v, --version Output version information and exit
Exit status is 0 if all input files are valid, 1 otherwise.
Please report bugs to <ogg-dev@xiph.org>