oggz-comment - Man Page
List or edit comments in an Ogg file.
Synopsis
oggz-comment [-o filename | --output filename ] [-d | --delete ] [-a | --all ] [-s serialno | --serialno serialno ] [-c content-type | --content-type content-type ] filename
Description
oggz-comment lists or edits the comments of an Ogg file.
Options
oggz-comment accepts the following options:
Listing options
- -l, --list
List the comments in the given file.
Editing options
- -o filename, --output filename
Write output to the specified filename.
- -d, --delete
Delete comments before editing.
- -a, --all
Edit comments for all logical bitstreams.
- -c content-type, --content-type content-type
Edit comments of the logical bitstreams with specified content-type. Run oggz-known-codecs(1) for a full list of codecs known by the installed version of oggz.
- -s serialno, --serialno serialno
Edit comments of the logical bitstream with specified serialno.
Miscellaneous options
- -h, --help
Display usage information and exit.
- -v, --version
Output version information and exit.
Examples
List all comments in file.ogg:
oggz comment -l file.ogg
List only the comments in the Theora bitstream in file.ogv:
Add the comment "GENRE=Rock" to the Vorbis bitstream of file.ogv, writing output to output.ogv:
Author
Kangyuan Niu August 5, 2007;
Copyright
Copyright © 2007 Annodex Association
See Also
vorbiscomment(1), ogginfo(1), oggz-info(1), hogg(1)