bravobit / FFmpeg-Android

FFMpeg/FFprobe compiled for Android
https://bravobit.nl/
MIT License
740 stars 176 forks source link

where is jni code? #139

Closed trycatchx closed 2 years ago

trycatchx commented 4 years ago

Can you upload JNI code to make it more liberalizable?

alexcohn commented 4 years ago

There is no JNI code in this project.

trycatchx commented 4 years ago

@alexcohn Or upload C code?

alexcohn commented 4 years ago

The whole raison d'être of this project is to wrap all C logic in a prebuilt library, and let an Android developers easily work with ffmpeg executable. One important obstacle that this approach removes, is the strict GPL for ffmpeg. If you want to interact with ffmpeg via JNI, consider a different project, e.g. mobile-ffmpeg.