提交 5d8f0731 编写于 作者: J jp9000

UI: Use utvideo for lossless compression

After some more testing, utvideo not only gives better encoding
performance, but also better compression and better decoding
performance.  It's pretty much superior all around over huffyuv.
上级 54a3e669
......@@ -154,7 +154,7 @@ void SimpleOutput::LoadRecordingPreset_Lossless()
obs_data_t *settings = obs_data_create();
obs_data_set_string(settings, "format_name", "avi");
obs_data_set_string(settings, "video_encoder", "huffyuv");
obs_data_set_string(settings, "video_encoder", "utvideo");
obs_data_set_int(settings, "audio_bitrate", 512);
obs_data_set_string(settings, "audio_encoder", "ac3");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册