ref: 99983859f911d18f032359060b5f22f3e337c63f
parent: 55977e4a4f46e6bab09c1832bd67698772020d48
parent: c8c1b43c3b5e4e54de584f459cf6e85b166145d5
author: Dmitry Kovalev <dkovalev@google.com>
date: Tue Apr 15 08:00:23 EDT 2014
Merge "More user friendly vpxenc help strings."
--- a/vpxenc.c
+++ b/vpxenc.c
@@ -355,11 +355,11 @@
NULL, "frame-parallel", 1, "Enable frame parallel decodability features");
static const arg_def_t aq_mode = ARG_DEF(
NULL, "aq-mode", 1,
- "Adaptive q mode (0: off (by default), 1: variance 2: complexity, "
+ "Adaptive quantization mode (0: off (default), 1: variance 2: complexity, "
"3: cyclic refresh)");
static const arg_def_t frame_periodic_boost = ARG_DEF(
NULL, "frame_boost", 1,
- "Enable frame periodic boost (0: off (by default), 1: on)");
+ "Enable frame periodic boost (0: off (default), 1: on)");
static const arg_def_t *vp9_args[] = {
&cpu_used, &auto_altref, &noise_sens, &sharpness, &static_thresh,
--
⑨