We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我也曾编译出一个单独的libffmpeg.so,也可以jni调用里面的函数ffmpeg_main。 可是,即使没有改ffmpeg.c的入口函数名称,也无法使用命令行执行./libffmpeg.so,我在termux中测试了好久。 奇怪的是,log里面也没有ffmpeg执行时打印出来的信息。 这样,libffmpeg.so就只能处应对一些简单的任务了,对于耗时长久,比如下载直播流,转码,这样的任务,界面得卡个半天,而且没有任何提示。
The text was updated successfully, but these errors were encountered:
呃,这个暂时还没有研究
Sorry, something went wrong.
No branches or pull requests
我也曾编译出一个单独的libffmpeg.so,也可以jni调用里面的函数ffmpeg_main。
可是,即使没有改ffmpeg.c的入口函数名称,也无法使用命令行执行./libffmpeg.so,我在termux中测试了好久。
奇怪的是,log里面也没有ffmpeg执行时打印出来的信息。
这样,libffmpeg.so就只能处应对一些简单的任务了,对于耗时长久,比如下载直播流,转码,这样的任务,界面得卡个半天,而且没有任何提示。
The text was updated successfully, but these errors were encountered: