|
@@ -737,6 +737,7 @@ ffmpeg -i "concat:1.ts|2.ts" -c copy output.mp4
|
|
// 打印ffmpeg命令的退出码
|
|
// 打印ffmpeg命令的退出码
|
|
log.info("Exit Code: " + exitCode);
|
|
log.info("Exit Code: " + exitCode);
|
|
} catch (IOException | InterruptedException e) {
|
|
} catch (IOException | InterruptedException e) {
|
|
|
|
+ log.error("eeee------------"+e.getMessage());
|
|
e.printStackTrace();
|
|
e.printStackTrace();
|
|
}
|
|
}
|
|
}
|
|
}
|