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

NAME

6       oggz-comment — List or edit comments in an Ogg file.
7
8

SYNOPSIS

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

Description

19       oggz-comment lists or edits the comments of an Ogg file.
20
21

Options

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.  Run  oggz-known-codecs(1)  for  a  full  list  of
43                 codecs known by the installed version of oggz.
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
57

EXAMPLES

59       List all comments in file.ogg:
60
61              oggz comment -l file.ogg
62
63       List only the comments in the Theora bitstream in file.ogv:
64
65              oggz comment -l -c theora file.ogv
66
67       Add the comment "GENRE=Rock" to the Vorbis bitstream of file.ogv, writ‐
68       ing output to output.ogv:
69
70              oggz comment -c vorbis -o output.ogv file.ogg GENRE=Rock
71
72

AUTHOR

74       Kangyuan Niu        August  5, 2007;
75
77       Copyright © 2007 Annodex Association
78
79

SEE ALSO

81       vorbiscomment(1), ogginfo(1), oggz-info(1), hogg(1)
82
83
84
85                                                               oggz-comment(1)
Impressum