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
2cc0d209
Commit
2cc0d209
authored
Sep 15, 2009
by
conrad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update oggz-codecs documentation
parent
992a2f7a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
12 deletions
+16
-12
doc/oggz-codecs.1
doc/oggz-codecs.1
+9
-8
src/tools/oggz-codecs.c
src/tools/oggz-codecs.c
+7
-4
No files found.
doc/oggz-codecs.1
View file @
2cc0d209
.TH "oggz-codecs" "1"
.SH "NAME"
oggz-
info \(em Display a l
ist
of
codecs
found
in one or more Ogg files and their bitstreams.
oggz-
codecs \(em L
ist codecs in one or more Ogg files and their bitstreams.
.SH "SYNOPSIS"
.PP
...
...
@@ -9,8 +9,9 @@ oggz-info \(em Display a list of codecs found in one or more Ogg files and their
\fBoggz-codecs\fR [\-h | \-\-help ] [\-v | \-\-version ]
.SH "Description"
.PP
\fBoggz-codecs\fR displays a list of codecs found in one or more
Ogg files and their bitstreams.
\fBoggz-codecs\fR displays a list of codecs found in one or more Ogg files
and their bitstreams. The default comma-separated output is designed for use
in an HTML5 <video> codecs attribute.
.SH "Options"
.PP
...
...
@@ -18,11 +19,11 @@ Ogg files and their bitstreams.
.SS "Display options"
.IP "\-a, \-\-all" 10
Display
an entry for every bitstream, rather than displaying each codec once, even if present more than once.
Display
codec names multiple times if present in multiple tracks.
.IP "\-m, \-\-mime" 10
Display
each codec's MIME type, instead of its
name.
Display
MIME types rather than codec
name
s
.
.IP "\-1, \-\-one\-per\-line" 10
Display
each
entr
ies on a separate
line.
Display
one
entr
y per
line.
.SS "Miscellaneous options"
.IP "\-h, \-\-help" 10
Display usage information and exit.
...
...
@@ -30,10 +31,10 @@ Display usage information and exit.
Output version information and exit.
.SH "AUTHOR"
.PP
Conrad Parker Ma
rch
1
0
, 200
5;
Conrad Parker Ma
y
1
5
, 200
8;
.SH "COPYRIGHT"
.PP
Copyright \(co 200
5 CSIRO Australia
Copyright \(co 200
9 Annodex Association
.SH "SEE ALSO"
.PP
...
...
src/tools/oggz-codecs.c
View file @
2cc0d209
...
...
@@ -65,11 +65,14 @@ static void
usage
(
const
char
*
progname
)
{
printf
(
"Usage: %s [options] filename ...
\n
"
,
progname
);
printf
(
"Display codecs used in one or more Ogg files and their bitstreams
\n
"
);
printf
(
"List codecs in one or more Ogg files and their bitstreams. The default
\n
"
);
printf
(
"comma-separated output is designed for use in an HTML5 <video> codecs
\n
"
);
printf
(
"attribute.
\n
"
);
printf
(
"
\n
Display options
\n
"
);
printf
(
" -a, --all Display an entry for all bitstreams, rather than collapsing codecs used more than once
\n
"
);
printf
(
" -m, --mime Displays MIME types rather than codec names
\n
"
);
printf
(
" -1, --one-per-line Displays one entry per line
\n
"
);
printf
(
" -a, --all Display codec names multiple times if present in
\n
"
);
printf
(
" multiple tracks.
\n
"
);
printf
(
" -m, --mime Display MIME types rather than codec names
\n
"
);
printf
(
" -1, --one-per-line Display one entry per line
\n
"
);
printf
(
"
\n
Miscellaneous options
\n
"
);
printf
(
" -h, --help Display this help and exit
\n
"
);
printf
(
" -v, --version Output version information and exit
\n
"
);
...
...
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