You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey @jdpxiaoming please add some kind of documentation from starting to end for how to use latest ffmpeg library in android (android studio with ndk and gradle) for windows (because your demo does not work in my windows pc). For example fist download ffmpeg and then put in in your project jni directory or ndk dir. then add build_android.sh file and build it. and how to create some so file and where to put it in project. and yes one more thing now latest android studio support CmakeList.txt and gradle so add some piont for that how to add and make some kind of small purpose apk demo with all this.
Hello ,
I have downloaded latest ffmpeg and compiles successfully.
But the commad is not working.
The application is terminate after ret = ffmpeg_parse_options(argc, argv); in ffmpeg-jni.c file.
Can you please help me will be appriciates.
Thanks
The text was updated successfully, but these errors were encountered: