Using jcodec SequenceEncoder

你。 提交于 2019-11-30 05:19:38

This is how you do it

1) Download jcodec-android-0.1.7.zip from http://jcodec.org/

2) Unzip the downloaded file and you will get JCodec folder which is an android project.

3) Import that JCodec project in your Eclipse. If you get any error, solve it by right clicking on the project Properties -> Android -> Select the Build target and press OK.

4) Now your JCodec library setup is done.

5) Create a new android application project.(your actual project)

6) Right click on the project, Properties -> Android -> Library -> Add -> Add the JCodec Library -> Apply -> OK

7) Now your project is linked to JCodec library and you can start coding.

You can download JCodec sample app from this link http://jcodec.org/downloads/jcodec-samples-android-0.1.7.zip

Again you have to carry out step 6 for sample app too.And no need to add jcodec-0.1.5.jar to libs folder.

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