Alternative of xuggler for video encoding which doesnot require installaion? [closed]

三世轮回 提交于 2020-01-13 04:41:05

问题


I am creating a screencast Java Web Start application.

Encoding Video using xuggler requires:

  1. installing xuggler on the client system - Which is tedious.

(OR)

  1. Using xuggle-xuggler.jar version 5.2 or above whose size is around 35 MB plus. - this increases the time required for the application to load.

Is there any other alternative in which installation is not required as well jars are not so huge.


回答1:


I have not used Xuggler for video encoding/decoding, only audio. However, I remember also seeing a warning that "Xuggler must be installed" etc etc. I found out this wasn't the case. You can quite easily copy the JARs and native libraries into your app and set them up in your classpath/library path so Xuggler works just fine without installation.

That said, I was using a 'standard' installer. Using Java Web Start may be different because the sandboxing is stricter. For example, loading native libraries.

The size of the package is something that's difficult to get away from... host on a CDN?



来源:https://stackoverflow.com/questions/11842799/alternative-of-xuggler-for-video-encoding-which-doesnot-require-installaion

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!