|
@@ -723,7 +723,6 @@ ffmpeg -i "concat:1.ts|2.ts" -c copy output.mp4
|
|
for (String line : commands) {
|
|
for (String line : commands) {
|
|
out.println(line);
|
|
out.println(line);
|
|
}
|
|
}
|
|
- out.println("exit");// 这个命令必须执行,否则in流不结束。
|
|
|
|
String rspLine = "";
|
|
String rspLine = "";
|
|
while ((rspLine = in.readLine()) != null) {
|
|
while ((rspLine = in.readLine()) != null) {
|
|
System.out.println(rspLine);
|
|
System.out.println(rspLine);
|