1oggz-scan(1) General Commands Manual oggz-scan(1)
2
3
4
6 oggz-scan — Scan an Ogg file and output characteristic landmarks
7
8
10 oggz-scan [-k | --keyframe ] [-o filename | --output filename ] [-f
11 format | --format format ] filename
12
13 oggz-scan [-h | --help ] [-v | --version ]
14
16 oggz-scan scans the content of an Ogg file and outputs timestamps of
17 characteristic features.
18
20 oggz-scan accepts the following options:
21
22
23 Output options
24 -o filename, --output filename
25 Write output to the specified filename instead of printing it
26 to standard output.
27
28 -f format, --format format
29 Write output in the specified format. Supported formats are
30 plain, cmml, html. (Default: plain)
31
32 Feature options
33 -k, --keyframe
34 Display timestamps of unforced Theora keyframes.
35
36 Miscellaneous options
37 -h, --help
38 Display usage information and exit.
39
40 -v, --version
41 Output version information and exit.
42
44 Silvia Pfeiffer October 7, 2005;
45
47 Copyright © 2005 CSIRO Australia
48
49
51 oggzdump(1), oggzinfo(1), oggzrip(1), oggz-validate(1)
52
53
54
55 oggz-scan(1)