Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
liboggz
Commits
bd266c7c
Commit
bd266c7c
authored
Jul 08, 2009
by
conrad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add examples to oggz-comment man page
parent
2ef8becc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
doc/oggz-comment.1
doc/oggz-comment.1
+22
-0
No files found.
doc/oggz-comment.1
View file @
bd266c7c
...
...
@@ -44,6 +44,28 @@ specified \fBserialno\fR.
Display usage information and exit.
.IP "\-v, \-\-version" 10
Output version information and exit.
.SH EXAMPLES
.PP
List all comments in file.ogg:
.PP
.RS
\f(CWoggz comment -l file.ogg\fP
.RE
.PP
List only the comments in the Theora bitstream in file.ogv:
.PP
.RS
\f(CWoggz comment -l -c theora file.ogv\fP
.RE
.PP
Add the comment "GENRE=Rock" to the Vorbis bitstream of file.ogv,
writing output to output.ogv:
.PP
.RS
\f(CWoggz comment -c vorbis -o output.ogv file.ogg GENRE=Rock\fP
.RE
.SH "AUTHOR"
.PP
Kangyuan Niu August 5, 2007;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment