-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is the C source code open? #49
Comments
ffmpeg.org? On Sat, Sep 19, 2015 at 4:58 AM, yulf [email protected] wrote:
|
The author must have modified some codes to satisfy the application. This is the key. |
No, the FFmpeg sources are unmodified. The JNI bridge is open source. On Mon, Sep 21, 2015 at 6:41 PM, yulf [email protected] wrote:
|
Where can I download the JNI bridge codes? |
Cant seem to find the .c file, but it's somewhere. |
Did the author release the C source code ? I can not find them. |
The FFmpeg wrapper can be found here: https://github.com/OpenWatch/FFmpegWrapper-Android/tree/master/FFmpegWrapper/jni But, if you want to make changes to that code, you have to build the library with ndk-build.sh EDIT: the compiled and built .so library goes here: Pay attention to match library/architecture |
In https://github.com/Kickflip/kickflip-android-sdk/blob/master/sdk/src/main/java/net/openwatch/ffmpegwrapper/FFmpegWrapper.java, there are functions as follow: But, In https://github.com/OpenWatch/FFmpegWrapper-Android/blob/master/FFmpegWrapper/jni/FFmpegWrapper.c, I can not find corresponding C implementations. |
prepareAVFormatContext -> https://github.com/OpenWatch/FFmpegWrapper-Android/blob/master/FFmpegWrapper/jni/FFmpegWrapper.c#L302 |
Hi, I found you have used ffmpeg to mix the audio and video, Is the C source code open? Where can I get it?
The text was updated successfully, but these errors were encountered: