Git Product home page Git Product logo

alidili / ffmpeg4android Goto Github PK

View Code? Open in Web Editor NEW
44.0 44.0 10.0 180.2 MB

将FFmpeg移植到Android平台

Home Page: https://blog.csdn.net/kong_gu_you_lan/article/details/79707513

License: Apache License 2.0

Makefile 1.28% C 87.44% Objective-C 3.86% C++ 0.51% Shell 0.12% Perl 0.09% CSS 0.01% Assembly 6.66% Verilog 0.01% Cuda 0.02% Roff 0.01% Awk 0.01% HTML 0.01% Ruby 0.01% Python 0.01% CMake 0.01% Java 0.01%

ffmpeg4android's Introduction

🌱 I’m currently learning ...

YangLe's github stats

我的博客

简书      ⚡CSDN      ⚡掘金

联系我

📫邮箱:[email protected]

💬企鹅:2803439906

公众号

容华谢后Tech

容华谢后Tech

ffmpeg4android's People

Contributors

alidili avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ffmpeg4android's Issues

cannot run apk source code. always exception over

06-12 16:41:05.538 9122-9138/com.yl.ffmpeg4android I/Adreno: QUALCOMM build : d44f38f, If9312edd27
Build Date : 08/16/16
OpenGL ES Shader Compiler Version: XE031.09.00.01
Local Branch : N19
Remote Branch :
Remote Branch :
Reconstruct Branch :
06-12 16:41:05.541 9122-9138/com.yl.ffmpeg4android I/OpenGLRenderer: Initialized EGL, version 1.4
06-12 16:41:05.541 9122-9138/com.yl.ffmpeg4android D/OpenGLRenderer: Swap behavior 1
06-12 16:41:05.558 9122-9122/com.yl.ffmpeg4android W/art: Before Android 4.1, method int android.support.v7.widget.DropDownListView.lookForSelectablePosition(int, boolean) would have incorrectly overridden the package-private method in android.widget.ListView

pixel Phone use your demo apk, get exception error

.ffmpeg4android W/Glide: Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored
06-12 16:56:16.263 9873-9893/com.yl.ffmpeg4android A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x2c in tid 9893 (Thread-2)

Cause: null pointer dereference

2019-07-10 19:09:56.254 25307-25307/? A/DEBUG: Build fingerprint: 'Xiaomi/chiron/chiron:8.0.0/OPR1.170623.027/V10.3.1.0.ODECNXM:user/release-keys'
2019-07-10 19:09:56.254 25307-25307/? A/DEBUG: Revision: '0'
2019-07-10 19:09:56.254 25307-25307/? A/DEBUG: ABI: 'arm'
2019-07-10 19:09:56.254 25307-25307/? A/DEBUG: pid: 25266, tid: 25304, name: Thread-2 >>> com.yl.ffmpeg4android <<<
2019-07-10 19:09:56.254 25307-25307/? A/DEBUG: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
2019-07-10 19:09:56.254 25307-25307/? A/DEBUG: Cause: null pointer dereference
2019-07-10 19:09:56.254 25307-25307/? A/DEBUG: r0 c7bfe308 r1 00000000 r2 0000000f r3 0000002f
2019-07-10 19:09:56.254 25307-25307/? A/DEBUG: r4 ca7dd038 r5 fedb4cc3 r6 00000000 r7 c7bff148
2019-07-10 19:09:56.254 25307-25307/? A/DEBUG: r8 0000004b r9 c8b1fc00 sl c7bfef50 fp c7bfec08
2019-07-10 19:09:56.254 25307-25307/? A/DEBUG: ip 00000000 sp c7bfe1c8 lr ca7a9784 pc ca7a97a8 cpsr 200e0010
2019-07-10 19:09:56.255 25307-25307/? A/DEBUG: backtrace:
2019-07-10 19:09:56.255 25307-25307/? A/DEBUG: #00 pc 000167a8 /data/app/com.yl.ffmpeg4android-b_c8NXtzVuJAaKm9pyX91w==/lib/arm/libffmpeg.so
2019-07-10 19:09:56.255 25307-25307/? A/DEBUG: #1 pc 00014218 /data/app/com.yl.ffmpeg4android-b_c8NXtzVuJAaKm9pyX91w==/lib/arm/libffmpeg.so
2019-07-10 19:09:56.255 25307-25307/? A/DEBUG: #2 pc 000131a4 /data/app/com.yl.ffmpeg4android-b_c8NXtzVuJAaKm9pyX91w==/lib/arm/libffmpeg.so (run+564)
2019-07-10 19:09:56.255 25307-25307/? A/DEBUG: #3 pc 0003b44c /data/app/com.yl.ffmpeg4android-b_c8NXtzVuJAaKm9pyX91w==/lib/arm/libffmpeg.so (Java_com_yl_ffmpeg4android_MainActivity_run+268)
2019-07-10 19:09:56.255 25307-25307/? A/DEBUG: #4 pc 0000a075 /data/app/com.yl.ffmpeg4android-b_c8NXtzVuJAaKm9pyX91w==/oat/arm/base.odex (offset 0xa000)

asking for help

Hi,could you please help me how to import and use these libraries in android project(with java and android studio)?
I have read about jni and ndk ... but still having problems in it.
I want to use ffmpeg commands in android project ...
any links or explanation?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.