|
String name = UUID.randomUUID().toString().replace("-","");
|
|
String name = UUID.randomUUID().toString().replace("-","");
|
|
String command = String.format(format, "ffmpeg", fromVideoFile, newVideoFile +"/"+name + ".ts");
|
|
String command = String.format(format, "ffmpeg", fromVideoFile, newVideoFile +"/"+name + ".ts");
|