I'm now looking for Java libraries for Video processing, I've read this post: Video Processing Library for Java and then, tried some "hello world" tuts with Xuggle. But the problem is Xuggle use some Native Code, as said in their home page:
"Xuggler consists of a small amount of Java (i.e. architecture independent) code and a large amount of native code that needs to be specifically compiled for different operating systems. That means different binary packages must be used with different operating systems (unlike most Java programs)."
As we don't know much about which platforms used by Google, It's unlikely to use Xuggle.
So, can you please tell me some other solutions ?
Thanks.