You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to xuggler-users
I am getting the below error .
[main] DEBUG com.xuggle.xuggler - Could not open output url: Despicable Me 2 - Trailer (HD) - YouTube (../../../../../../../csrc/com/xuggle/xuggler/Container.cpp:436)
into catch :java.lang.RuntimeException: could not open: Despicable Me 2 - Trailer (HD) - YouTube
public static void main(String[] args){
String fileName = "";
File file = new File("C:/Documents/Despicable Me 2 - Trailer (HD) - YouTube.mp4");//File read from Source folder to Split.
System.out.println("fileName" + file.length());
if (file.exists()) {
fileName = file.getName().substring(0, file.getName().lastIndexOf(".")); // Name of the videoFile without extension
System.out.println("fileName" + fileName);
}