1oggz-sort(1)                General Commands Manual               oggz-sort(1)
2
3
4

NAME

6       oggz-sort  —  Sort  the  pages  of an Ogg file in order of presentation
7       time.
8
9

SYNOPSIS

11       oggz-sort [-o filename  | --output filename ] filename
12
13       oggz-sort [-h  | --help ]  [-v  | --version ]
14

Description

16       oggz-sort sorts an Ogg file, interleaving pages in order  of  presenta‐
17       tion  time.  It  correctly  interprets the granulepos timestamps of Ogg
18       Vorbis, Speex, FLAC and Theora bitstreams, and all bitstreams  of  Ann‐
19       odex files.
20
21
22       Some  encoders produce files with incorrect page ordering; for example,
23       some audio and video pages may occur out of order. Although these files
24       are  usually  playable, it can be difficult to accurately seek or scrub
25       on them, increasing the likelihood of glitches during playback.   Play‐
26       ers  may  also need to use more memory in order to buffer the audio and
27       video data for synchronized playback, which can be a problem  when  the
28       files are viewed on low-memory devices.
29
30
31       The  tool  oggz-validate  can be used to check the relative ordering of
32       packets in a file. If out of order packets are reported, use  oggz-sort
33       to fix the problem.
34
35

Options

37       oggz-sort accepts the following options:
38
39
40   Miscellaneous options
41       -o filename, --output filename
42                 Write output to the specified filename instead of printing it
43                 to standard output.
44
45
46       -h, --help
47                 Display usage information and exit.
48
49       -v, --version
50                 Output version information and exit.
51

AUTHOR

53       Conrad Parker        January 25, 2008;
54
56       Copyright © 2008 Annodex Association
57
58

SEE ALSO

60       oggz-validate(1), oggzmerge(1), oggzdump(1), oggzdiff(1), hogg(1)
61
62
63
64                                                                  oggz-sort(1)
Impressum