|
@@ -403,12 +403,12 @@ ffmpeg -i "concat:1.ts|2.ts" -c copy output.flv
|
|
|
log.info("合并命令:{}", sm.toString());
|
|
|
cUtil.cmd(sm.toString());
|
|
|
}
|
|
|
- for (String fileT : fileTs) {
|
|
|
- File ft = new File(fileT);
|
|
|
- if (ft.exists()) {
|
|
|
- ft.delete();
|
|
|
- }
|
|
|
- }
|
|
|
+// for (String fileT : fileTs) {
|
|
|
+// File ft = new File(fileT);
|
|
|
+// if (ft.exists()) {
|
|
|
+// ft.delete();
|
|
|
+// }
|
|
|
+// }
|
|
|
}
|
|
|
|
|
|
@PostConstruct
|