AndroidFFmpeg icon indicating copy to clipboard operation
AndroidFFmpeg copied to clipboard

[DEPRECATED] FFmpeg build for android random architectures with example jni

Results 55 AndroidFFmpeg issues
Sort by recently updated
recently updated
newest added

like ``` ffmpeg -i input1.mp4 -i input2.mp4 -filter_complex \ '[0:v]pad=iw*2:ih[int];[int][1:v]overlay=W/2:0[vid]' \ -map [vid] -c:v libx264 -crf 23 -preset veryfast output.mp4 ```

Anyone has similar problem? 10-22 13:27:52.425 3144-3474/com.ffmpegtest A/libc: invalid address or address of corrupt block 0x522d8fee passed to dlfree 10-22 13:27:52.429 3144-3474/com.ffmpegtest A/libc: Fatal signal 11 (SIGSEGV), code 1, fault...

I was really excited when I can across this library. It is exactly what I need. I have built the library following the guide in the readme. I am using...

I am following the installation instructions. when I executed ./fetch.sh I many of these warnings (warning:source file '$(ENC_SRC)/grp_data.c' is in a subdirectory, Makefile.am:26: but option 'subdir-objects' is disabled) and execution...

Seems like the player now stretches the output video to match the dimensions of the surface it is rendered in. The screenshot in the git readme implies this isn't supposed...

when i run `·/fetch.sh` I'v got error message generating `configure.ac' running`aclocal -I . --force' aclocal: error: aclocal: file '/usr/local/share/aclocal/sdl.m4' does not exist error while running `aclocal -I . --force' but...

Hello, The malloc for DecoderData at `player_start_decoding_threads' is being passed size-of-pointer and not size-of-struct. I was getting random SIGSEGVs due to DecoderData being corrupt (I build with ndk r10e and...

why cannot find the directory /Users/liushengfan/develop/github/jni/AndroidFFmpeg/library/src/main/jni/aes-protocol.c Error:(19, 32) libavutil/avstring.h: No such file or directory compilation terminated. make: **\* [/Users/liushengfan/develop/github/jni/AndroidFFmpeg/library/build/intermediates/ndk/release/obj/local/arm64-v8a/objs/ffmpeg-jni//Users/liushengfan/develop/github/jni/AndroidFFmpeg/library/src/main/jni/aes-protocol.o] Error 1 Error:Execution failed for task ':library:compileReleaseNdk'. > com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process...

Hi all, I am trying to build this to use it my live stream player. however facing the issue. I downloaded libffmpeg.so file and included in "armeabi" folder in libs...

Hi, if I try to playback MPEG 2 TS files via M3U8 containers, I actually get a black screen because my stream does not start at time 0 (its actually...