一,设置-输出-简单模式
代码位置:
config_set_default_string(basicConfig, “SimpleOutput”, “FilePath”,
GetDefaultVideoSavePath().c_str());
二,设置-输出-高级模式-标准类型
config_set_default_string(basicConfig, “AdvOut”, “RecFilePath”,
GetDefaultVideoSavePath().c_str());
三,设置-输出-高级模式-ffmepg类型
config_set_default_string(basicConfig, “AdvOut”, “FFFilePath”,
GetDefaultVideoSavePath().c_str());