Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
liboggz
Commits
193ea5a5
Commit
193ea5a5
authored
Sep 25, 2009
by
conrad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
escape minus signs in man pages
Reported by John Ferlito (
http://pastie.org/630353
) using lintian
parent
6a2fada5
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
12 additions
and
12 deletions
+12
-12
doc/oggz-chop.1
doc/oggz-chop.1
+3
-3
doc/oggz-comment.1
doc/oggz-comment.1
+3
-3
doc/oggz-dump.1
doc/oggz-dump.1
+1
-1
doc/oggz-info.1
doc/oggz-info.1
+1
-1
doc/oggz-merge.1
doc/oggz-merge.1
+1
-1
doc/oggz-rip.1
doc/oggz-rip.1
+2
-2
doc/oggz-sort.1
doc/oggz-sort.1
+1
-1
No files found.
doc/oggz-chop.1
View file @
193ea5a5
...
@@ -62,19 +62,19 @@ Output version information and exit.
...
@@ -62,19 +62,19 @@ Output version information and exit.
Extract the first minute of file.ogx:
Extract the first minute of file.ogx:
.PP
.PP
.RS
.RS
\f(CWoggz chop -e 1:00 file.ogx\fP
\f(CWoggz chop
\
-e 1:00 file.ogx\fP
.RE
.RE
.PP
.PP
Extract from the second to the fifth minute of file.ogx:
Extract from the second to the fifth minute of file.ogx:
.PP
.PP
.RS
.RS
\f(CWoggz chop -s 2:00 -e 5:00 -o output.ogx file.ogx\fP
\f(CWoggz chop
\
-s 2:00
\
-e 5:00
\
-o output.ogx file.ogx\fP
.RE
.RE
.PP
.PP
Extract, specifying SMPTE-25 frame offsets:
Extract, specifying SMPTE-25 frame offsets:
.PP
.PP
.RS
.RS
\f(CWoggz chop -s smpte-25:00:02:03::12 -e smpte-25:00:05:02::04 -o output.ogv file.ogv\fP
\f(CWoggz chop
\
-s smpte
\
-25:00:02:03::12
\
-e smpte
\
-25:00:05:02::04
\
-o output.ogv file.ogv\fP
.RE
.RE
...
...
doc/oggz-comment.1
View file @
193ea5a5
...
@@ -50,20 +50,20 @@ Output version information and exit.
...
@@ -50,20 +50,20 @@ Output version information and exit.
List all comments in file.ogg:
List all comments in file.ogg:
.PP
.PP
.RS
.RS
\f(CWoggz comment -l file.ogg\fP
\f(CWoggz comment
\
-l file.ogg\fP
.RE
.RE
.PP
.PP
List only the comments in the Theora bitstream in file.ogv:
List only the comments in the Theora bitstream in file.ogv:
.PP
.PP
.RS
.RS
\f(CWoggz comment -l -c theora file.ogv\fP
\f(CWoggz comment
\
-l
\
-c theora file.ogv\fP
.RE
.RE
.PP
.PP
Add the comment "GENRE=Rock" to the Vorbis bitstream of file.ogv,
Add the comment "GENRE=Rock" to the Vorbis bitstream of file.ogv,
writing output to output.ogv:
writing output to output.ogv:
.PP
.PP
.RS
.RS
\f(CWoggz comment -c vorbis -o output.ogv file.ogg GENRE=Rock\fP
\f(CWoggz comment
\
-c vorbis
\
-o output.ogv file.ogg GENRE=Rock\fP
.RE
.RE
.SH "AUTHOR"
.SH "AUTHOR"
...
...
doc/oggz-dump.1
View file @
193ea5a5
...
@@ -104,7 +104,7 @@ Dump all bitstreams in file.ogg:
...
@@ -104,7 +104,7 @@ Dump all bitstreams in file.ogg:
Dump only the Theora bitstream in file.ogv:
Dump only the Theora bitstream in file.ogv:
.PP
.PP
.RS
.RS
\f(CWoggz dump -c theora file.ogv\fP
\f(CWoggz dump
\
-c theora file.ogv\fP
.RE
.RE
.SH "AUTHOR"
.SH "AUTHOR"
...
...
doc/oggz-info.1
View file @
193ea5a5
...
@@ -69,7 +69,7 @@ Describe all bitstreams in file.ogg:
...
@@ -69,7 +69,7 @@ Describe all bitstreams in file.ogg:
Describe only the Theora bitstream in file.ogv:
Describe only the Theora bitstream in file.ogv:
.PP
.PP
.RS
.RS
\f(CWoggz info -c theora file.ogv\fP
\f(CWoggz info
\
-c theora file.ogv\fP
.RE
.RE
.SH "AUTHOR"
.SH "AUTHOR"
...
...
doc/oggz-merge.1
View file @
193ea5a5
...
@@ -63,7 +63,7 @@ Output version information and exit.
...
@@ -63,7 +63,7 @@ Output version information and exit.
Merge pages of audio.oga and video.ogv:
Merge pages of audio.oga and video.ogv:
.PP
.PP
.RS
.RS
\f(CWoggz merge -o output.ogv audio.oga video.ogv\fP
\f(CWoggz merge
\
-o output.ogv audio.oga video.ogv\fP
.RE
.RE
.SH "AUTHOR"
.SH "AUTHOR"
...
...
doc/oggz-rip.1
View file @
193ea5a5
...
@@ -61,13 +61,13 @@ of codecs known by the installed version of oggz.
...
@@ -61,13 +61,13 @@ of codecs known by the installed version of oggz.
Extract all bitstreams from file.ogg:
Extract all bitstreams from file.ogg:
.PP
.PP
.RS
.RS
\f(CWoggz rip -o output.ogg file.ogg\fP
\f(CWoggz rip
\
-o output.ogg file.ogg\fP
.RE
.RE
.PP
.PP
Extract only the Theora bitstream from file.ogv:
Extract only the Theora bitstream from file.ogv:
.PP
.PP
.RS
.RS
\f(CWoggz rip -c theora -o output.ogv file.ogv\fP
\f(CWoggz rip
\
-c theora
\
-o output.ogv file.ogv\fP
.RE
.RE
.SH "AUTHOR"
.SH "AUTHOR"
...
...
doc/oggz-sort.1
View file @
193ea5a5
...
@@ -59,7 +59,7 @@ Output version information and exit.
...
@@ -59,7 +59,7 @@ Output version information and exit.
Correct the page ordering in broken.ogv:
Correct the page ordering in broken.ogv:
.PP
.PP
.RS
.RS
\f(CWoggz sort -o fixed.ogv broken.ogv\fP
\f(CWoggz sort
\
-o fixed.ogv broken.ogv\fP
.RE
.RE
.SH "AUTHOR"
.SH "AUTHOR"
...
...
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