|
@@ -85,7 +85,7 @@ public class VideoUtil {
|
|
|
String name = UUID.randomUUID().toString().replace("-","");
|
|
|
String command = String.format(format, "ffmpeg", fromVideoFile, newVideoFile +"/"+name + ".ts");
|
|
|
execCommand(command);
|
|
|
- voidTS.add(name + ".ts");
|
|
|
+ voidTS.add(newVideoFile +"/"+name + ".ts");
|
|
|
}
|
|
|
StringBuilder tsPath = new StringBuilder();
|
|
|
tsPath.append("ffmpeg");
|