提交 63eec0ee authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-10647: [mod_av] Video quality degragation from 1.6.17 to 1.6.19 #resolve

上级 7cf6eb8e
......@@ -573,7 +573,7 @@ static switch_status_t init_encoder(switch_codec_t *codec)
// The static threshold imposes a change threshold on blocks below which they will be skipped by the encoder.
vpx_codec_control(&context->encoder, VP8E_SET_STATIC_THRESHOLD, 100);
//Set cpu usage, a bit lower than normal (-6) but higher than android (-12)
vpx_codec_control(&context->encoder, VP8E_SET_CPUUSED, -16);
vpx_codec_control(&context->encoder, VP8E_SET_CPUUSED, -6);
vpx_codec_control(&context->encoder, VP8E_SET_TOKEN_PARTITIONS, token_parts);
// Enable noise reduction
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论