GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
oggz-validate(1) FreeBSD General Commands Manual oggz-validate(1)

oggz-validate — Validate the Ogg framing of one or more files

oggz-validate [-M num | --max-errors num ] [-p | --prefix ] [-s | --suffix ] [-P | --partial ] filename ...

oggz-validate [-h | --help ] [-v | --version ]

oggz-validate validates the Ogg framing of one or more Ogg 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 packets
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

oggz-validate exits with status 0 if all files are valid Ogg files, and with status 1 if one or more errors are found.

oggz-validate accepts the following options:

-M num, --max-errors num
Exit after the specified number of errors. A value of 0 specifies no maximum.
-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

-h, --help
Display usage information and exit.
-v, --version
Output version information and exit.

Conrad Parker April 3, 2005;

Copyright © 2005 CSIRO Australia

oggz-sort(1), oggz-dump(1), oggz-info(1)

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.