yadavkohi / FFmpeg-64Bit

19 stars 2 forks source link

Need some help #1

Open GilWelf opened 5 years ago

GilWelf commented 5 years ago

Hi,

I have followed your conversation on the issue about migrating ffmpeg-android from WritingMinds to support 64bits (https://github.com/WritingMinds/ffmpeg-android-java/issues/328). I have seen that you have generated ffmpeg 64bits source files and we thank you for that. But I would like to know how to use it ?

Thank you very much

yadavkohi commented 5 years ago

if you have added WritingMinds as a submodule in your project, then you can see assets folder is having the binaries for different architecture. just replace those with the one shared.

nikunjparadva commented 5 years ago

@yadavkohi Can you share build script of your ffmpeg libs. I need to some customize that libs.

yadavkohi commented 5 years ago

I have been working on the binaries generation task since last 2 months. I have made a lot of lib downloads and lots of configuration changes, so give me some time to prepare the document for binary generation.

nikunjparadva commented 5 years ago

okay , if you want to help to make documentation fast then feel free to ping me. you are the hope for us.

GilWelf commented 5 years ago

Hi, thanks for your reactivity.

I need some precisions if it is not too much : When you write "replace" I am not really sure to understand because you provided 4 files and the assets folder contains only 2 folders with different names. Could you please give more informations ?

yadavkohi commented 5 years ago

This repo project contains only 2 architecture and i have added 4 files 2 for 32-bit architecture support and 2 for 64-bit architecture support. So just add the new files and replace the older one.

GilWelf commented 5 years ago

okay thanks ! :)

GilWelf commented 5 years ago

And about jniLibs folder and .so files ? Do we have to change something about it ?

bourbonkk commented 5 years ago

I used your source code very well. thank you

nikunjparadva commented 5 years ago

Hey @yadavkohi have you pepare the build script for ffmpeg lib?

HBiSoft commented 4 years ago

@yadavkohi

I have been working on the binaries generation task since last 2 months. I have made a lot of lib downloads and lots of configuration changes, so give me some time to prepare the document for binary generation.

Any update on this?