1oggz-comment(1) General Commands Manual oggz-comment(1)
2
3
4
6 oggz-comment — List or edit comments in an Ogg file.
7
8
10 oggz-comment [-l | --list ]
11
12 oggz-comment [-o filename | --output filename ] [-d | --delete ]
13 [-a | --all ] [-s serialno | --serialno serialno ] [-c content-type
14 | --content-type content-type ] filename
15
16 oggz-comment [-h | --help ] [-v | --version ]
17
19 oggz-comment lists or edits the comments of an Ogg file.
20
21
23 oggz-comment accepts the following options:
24
25
26 Listing options
27 -l, --list
28 List the comments in the given file.
29
30 Editing options
31 -o filename, --output filename
32 Write output to the specified filename.
33
34
35 -d, --delete
36 Delete comments before editing.
37
38 -a, --all Edit comments for all logical bitstreams.
39
40 -c content-type, --content-type content-type
41 Edit comments of the logical bitstreams with specified con‐
42 tent-type. The following codec names are currently detected:
43 "cmml", "flac", "theora", "speex", "vorbis"
44
45
46 -s serialno, --serialno serialno
47 Edit comments of the logical bitstream with specified seri‐
48 alno.
49
50 Miscellaneous options
51 -h, --help
52 Display usage information and exit.
53
54 -v, --version
55 Output version information and exit.
56
58 Kangyuan Niu August 5, 2007;
59
61 Copyright © 2007 Annodex Association
62
63
65 vorbiscomment(1), ogginfo(1), oggzinfo(1), hogg(1)
66
67
68
69 oggz-comment(1)