|
NAMEoggz-comment — List or edit comments in an Ogg file.SYNOPSISoggz-comment [-l | --list ]oggz-comment [-o filename | --output filename ] [-d | --delete ] [-a | --all ] [-s serialno | --serialno serialno ] [-c content-type | --content-type content-type ] filename oggz-comment [-h | --help ] [-v | --version ] Descriptionoggz-comment lists or edits the comments of an Ogg file.Optionsoggz-comment accepts the following options:Listing options
Editing options
Miscellaneous options
EXAMPLESList all comments in file.ogg:oggz comment -l file.ogg
List only the comments in the Theora bitstream in file.ogv: oggz comment -l -c theora
file.ogv
Add the comment "GENRE=Rock" to the Vorbis bitstream of file.ogv, writing output to output.ogv: oggz comment -c vorbis -o output.ogv
file.ogg GENRE=Rock
AUTHORKangyuan Niu August 5, 2007;COPYRIGHTCopyright © 2007 Annodex AssociationSEE ALSOvorbiscomment(1), ogginfo(1), oggz-info(1), hogg(1) Visit the GSP FreeBSD Man Page Interface. |