|
|
|
@ -27,7 +27,7 @@ public class TerminalVideoServiceImpl implements TerminalVideoService {
|
|
|
|
|
@Override
|
|
|
|
|
public ServiceBody<String> updateVideoParam(VideoParamsVo vo) {
|
|
|
|
|
String cmd = Constants.CMD + "videoparams --flag=1 --cmdid=" + vo.getCmdId() + " --channel=" + vo.getChannelId() + " --format=" +
|
|
|
|
|
vo.getFormat() + " --time=" + vo.getTime()+" --preset="+vo.getPreset();
|
|
|
|
|
vo.getVideoFormat() + " --time=" + vo.getVideoTime()+" --preset="+vo.getPreset();
|
|
|
|
|
ProcessExecUtils.exec(cmd);
|
|
|
|
|
return Asserts.success("修改完成");
|
|
|
|
|
}
|
|
|
|
|