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
Vorbis tools
Commits
c8a8ea85
Commit
c8a8ea85
authored
Dec 22, 2001
by
Segher Boessenkool
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spelling. fixes bug
#95
.
svn path=/trunk/vorbis-tools/; revision=2888
parent
edf19110
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
oggenc/oggenc.c
oggenc/oggenc.c
+5
-5
No files found.
oggenc/oggenc.c
View file @
c8a8ea85
...
...
@@ -317,8 +317,8 @@ static void usage(void)
" argument in kbps.
\n
"
" -m, --min-bitrate Specify a minimum bitrate (in kbps). Useful for
\n
"
" encoding for a fixed-size channel.
\n
"
" -M, --max-bitrate Specify a maximum bitrate in kbps. Useful
in
\n
"
"
for
streaming applications.
\n
"
" -M, --max-bitrate Specify a maximum bitrate in kbps. Useful
for
\n
"
" streaming applications.
\n
"
" -q, --quality Specify quality between 0 (low) and 10 (high),
\n
"
" instead of specifying a particular bitrate.
\n
"
" This is the normal mode of operation.
\n
"
...
...
@@ -329,13 +329,13 @@ static void usage(void)
" Naming:
\n
"
" -o, --output=fn Write file to fn (only valid in single-file mode)
\n
"
" -n, --names=string Produce filenames as this string, with %%a, %%t, %%l,
\n
"
" %%n, %%d replace
s
by artist, title, album, track number,
\n
"
" %%n, %%d replace
d
by artist, title, album, track number,
\n
"
" and date, respectively (see below for specifying these).
\n
"
" %%%% gives a literal %%.
\n
"
" -X, --name-remove=s Remove the specified characters from parameters to the
\n
"
" -n format string. Useful to ensure legal filenames.
\n
"
" -P, --name-replace=s Replace characters remove by --name-remove with the
\n
"
" characters specified. If this string shorter than the
\n
"
" -P, --name-replace=s Replace characters remove
d
by --name-remove with the
\n
"
" characters specified. If this string
is
shorter than the
\n
"
" --name-remove list or is not specified, the extra
\n
"
" characters are just removed.
\n
"
" Default settings for the above two arguments are platform
\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