我想在java中做一些視頻處理,如調整大小,格式更改等。 我搜索了網絡並遇到了Xuggle。我試圖在我的應用程序中使用它,但得到一些錯誤。所以我決定通過基本的xuggle教程來學習如何正確使用它。但到處都是我在教程中看到它說要安裝xuggle。所以我去了他們的網站網站所有我發現是一個罐子沒有exe.I下載的罐子試圖雙擊它,沒有工作。嘗試從命令Promt運行它沒有工作。所以現在我卡住甚至不能運行基本的教程。java中的視頻處理
我嘗試使用Maven,但是當我執行程序我得到這個錯誤
16:55:07.304 [main] ERROR com.xuggle.ferry.JNILibraryLoader - Could not load library: xuggle; version: 5; Visit http://www.xuggle.com/xuggler/faq/ to find common solutions to this problem
Exception in thread "main" java.lang.UnsatisfiedLinkError: no xuggle in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
at java.lang.Runtime.loadLibrary0(Runtime.java:849)
at java.lang.System.loadLibrary(System.java:1088)
at com.xuggle.ferry.JNILibraryLoader.loadLibrary0(JNILibraryLoader.java:268)
at com.xuggle.ferry.JNILibraryLoader.loadLibrary(JNILibraryLoader.java:171)
at com.xuggle.ferry.JNILibrary.load(JNILibrary.java:161)
at com.xuggle.ferry.FerryJNI.<clinit>(FerryJNI.java:16)
at com.xuggle.ferry.Ferry.<clinit>(Ferry.java:25)
at com.xuggle.xuggler.XugglerJNI.<clinit>(XugglerJNI.java:19)
at com.xuggle.xuggler.IContainer.<clinit>(IContainer.java:1622)
at com.video.test.GetContainerInfo.main(GetContainerInfo.java:40)
誰能幫助我在我的Windows 7安裝64位的機器或使用Maven運行本教程的例子嗎?
我真的不明白爲什麼人們將某人的問題標記爲否定的。如果他們不喜歡這個問題,那麼問題或至少告訴我,如果我有做任何錯誤,而不是標記爲否定的。反正我猜這些人是不知道誰知道答案的人請幫助 – Deb