Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yushin Cho
aom-rav1e
Commits
4622af69
Commit
4622af69
authored
Aug 13, 2015
by
Yaowu Xu
Committed by
Gerrit Code Review
Aug 13, 2015
Browse files
Merge "Add vpxenc help info"
parents
1aa84e03
2b18c9a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
vpxenc.c
View file @
4622af69
...
...
@@ -211,7 +211,7 @@ static const arg_def_t *main_args[] = {
&
outputfile
,
&
codecarg
,
&
passes
,
&
pass_arg
,
&
fpf_name
,
&
limit
,
&
skip
,
&
deadline
,
&
best_dl
,
&
good_dl
,
&
rt_dl
,
&
quietarg
,
&
verbosearg
,
&
psnrarg
,
&
use_webm
,
&
use_ivf
,
&
out_part
,
&
q_hist_n
,
&
rate_hist_n
,
&
disable_warnings
,
&
disable_warning_prompt
,
&
rate_hist_n
,
&
disable_warnings
,
&
disable_warning_prompt
,
&
recontest
,
NULL
};
...
...
@@ -496,7 +496,15 @@ void usage_exit(void) {
arg_show_usage
(
stderr
,
vp8_args
);
#endif
#if CONFIG_VP9_ENCODER || CONFIG_VP10_ENCODER
fprintf
(
stderr
,
"
\n
VP9 Specific Options:
\n
"
);
// TODO(yaowu: split vp9 and vp10 option when necessary.
fprintf
(
stderr
,
"
\n
"
);
#if CONFIG_VP9_ENCODER
fprintf
(
stderr
,
"VP9 "
);
#endif
#if CONFIG_VP10_ENCODER
fprintf
(
stderr
,
"VP10 "
);
#endif
fprintf
(
stderr
,
"Specific Options:
\n
"
);
arg_show_usage
(
stderr
,
vp9_args
);
#endif
fprintf
(
stderr
,
"
\n
Stream timebase (--timebase):
\n
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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