|
@@ -439,11 +439,11 @@ ffmpeg -i "concat:1.ts|2.ts" -c copy output.mp4
|
|
|
if (!videoFile.exists()) {
|
|
|
return;
|
|
|
}
|
|
|
- validFileList.add(filePath);
|
|
|
log.info("file:{}", filePath);
|
|
|
+
|
|
|
+ validFileList.add(filePath);
|
|
|
|
|
|
- argFileTxt.append("file '").append(filePath).append("'")
|
|
|
- .append(System.lineSeparator());
|
|
|
+ argFileTxt.append("file '").append(filePath).append("'").append(System.lineSeparator());
|
|
|
});
|
|
|
|
|
|
if (!flay) {
|