@@ -731,9 +731,7 @@ ffmpeg -i "concat:1.ts|2.ts" -c copy output.mp4
int i = proc.waitFor();
log.info("执行结果:{}", i);
- in.close();
- out.close();
- proc.destroy();
+
} catch (IOException e) {
log.error(e.getMessage());
} catch (InterruptedException e) {