提交 0d5a23d5 编写于 作者: S shiina424 提交者: jp9000

obs-ffmpeg: Don't allow 32kb/s with FFmpeg AAC encoder

FFmpeg's AAC encoder is unideal at very low bitrates.

Closes jp9000/obs-studio#722
上级 53955301
......@@ -259,7 +259,7 @@ static obs_properties_t *aac_properties(void *unused)
obs_properties_t *props = obs_properties_create();
obs_properties_add_int(props, "bitrate",
obs_module_text("Bitrate"), 32, 320, 32);
obs_module_text("Bitrate"), 64, 320, 32);
return props;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册