|
@@ -386,6 +386,7 @@ ffmpeg -i "concat:1.ts|2.ts" -c copy output.flv
|
|
|
log.info("创建文件夹结果:{}", mkdirs);
|
|
|
flay = true;
|
|
|
}
|
|
|
+ cUtil.cmd("chomd -R 777 " + file.getParentFile().getPath());
|
|
|
log.info("newfilePath:{}", newfilePath);
|
|
|
StringBuffer sm = new StringBuffer(ffmpegPath + " -i \"concat:");
|
|
|
List<String> fileTs = new ArrayList<>();
|