Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

oggz-comment(1) [debian man page]

oggz-comment(1) 					      General Commands Manual						   oggz-comment(1)

NAME
oggz-comment -- List or edit comments in an Ogg file. SYNOPSIS
oggz-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 ] 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: 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 AUTHOR
Kangyuan Niu August 5, 2007; COPYRIGHT
Copyright (C) 2007 Annodex Association SEE ALSO
vorbiscomment(1), ogginfo(1), oggz-info(1), hogg(1) oggz-comment(1)

Check Out this Related Man Page

oggz-sort(1)						      General Commands Manual						      oggz-sort(1)

NAME
oggz-sort -- Sort the pages of an Ogg file in order of presentation time. SYNOPSIS
oggz-sort [-o filename | --output filename ] filename oggz-sort [-h | --help ] [-v | --version ] Description oggz-sort sorts an Ogg file, interleaving pages in order of presentation time. It correctly interprets the granulepos timestamps of Ogg CELT, CMML, Dirac, FLAC, Kate, PCM, Speex, Theora and Vorbis bitstreams. Run oggz-known-codecs(1) for a full list of codecs known by the installed version of oggz. Some encoders produce files with incorrect page ordering; for example, some audio and video pages may occur out of order. Although these files are usually playable, it can be difficult to accurately seek or scrub on them, increasing the likelihood of glitches during playback. Players may also need to use more memory in order to buffer the audio and video data for synchronized playback, which can be a problem when the files are viewed on low-memory devices. Some older Ogg encoders also produce pages which incorrectly have granulepos timestamps recorded that shouldn't be: pages which have no completed packets must have a granulepos of -1. oggz-sort will correct such granulepos during the process of sorting. The tool oggz-validate can be used to check the relative ordering of packets in a file, and also to detect incorrect granulepos on pages with no completed packets. If either of these errors are reported, or use oggz-sort to fix the problem. Options oggz-sort accepts the following options: Miscellaneous options -o filename, --output filename Write output to the specified filename instead of printing it to standard output. -h, --help Display usage information and exit. -v, --version Output version information and exit. EXAMPLES
Correct the page ordering in broken.ogv: oggz sort -o fixed.ogv broken.ogv AUTHOR
Conrad Parker January 25, 2008; COPYRIGHT
Copyright (C) 2008 Annodex Association SEE ALSO
oggz-validate(1), oggz-merge(1), oggz-dump(1), oggz-diff(1), hogg(1) oggz-sort(1)
Man Page