Hi, I am facing error while building libraries. I have NOT applied any of my customizations in Android_configuration.mk and proceeded for build with "mm" command. SOURCE DOWNLOAD: Downloaded ffmpeg-HEAD-aa86ccc.android.tar.gz Extracted it and placed the source folder "ffmpeg-android" in "/android/external" folder. ANDROID TOOL CHAIN: The following are the highest versions of tool chains available in folder /android/ndk/toolchains - 1.aarch64-linux-android-4.9 2.aarch64-linux-android-clang3.5 3.arm-linux-androideabi-4.9...
HI Obucina, Thanks for the response. I am new to Android platform development. So...
HI Obucina, Thanks for the response. I am new to Android platform development. So...
Hello, Just locate binaries in $OUT folder, and copy them to the target phone. You...
Hi, I am able to sucessfully build ffmpeg for android in my android source root dir/external....
yes, i get it work now, but here is another problem, in the latest version of ffmpeg4android,...
it works as any other muxer, you just need to look into possible options (number...
thanks, i notice that the cmd line tool could used to segment stream, but i need...
FFmpeg contains HLS muxer, it may be easily used from command line. It will cut Your...
If You are just trying to remux some stream, and do not try to calculate PTS/DTS...
Guys, I am working on a hls segmenter on android which doesn't contain the tool,...
Thanks, but it doesn't always happen, some input stream work fine, while some not,...
I guess You are setting invalid values to the PTS fields of frames You want to mux....
does anyone know how these happen, and how to solve this? which is caused by the...
thanks any way!
Sorry, I cant tell anything without debugging.
Sorry, I am not sure what are You asking me. Please be more precise.
to tranform video format, instruction is like this: $ffmpeg -i video.avi video.ts...
The tool ffmpeg compile with static lib in the project work fine, but ffmpeg(shared...
The tool ffmpeg compile with static lib in the project work fine, but ffmpeg-static...
MIssing sincos is a long known problem I reported a while ago. However, there is...
plus, the tool i wrote compiled with static-lib could work well, does not work well...
Got the latest version ffmpeg4android, and compile it on my platform using ndk-r9d,...
Hello. Is the ffmpeg4android is the same as ffmpeg for android? If no can u provide...
Updated for latest FFmpeg releases
Updated for latest FFmpeg releases
Thank You for Your contribution.
Hi. The warning was issued in libavcodec, effectively breaking the build. After patching...
Hi. The warning was issued in libavcodec, effectively breaking the build. After patching...
I have successfully enable tls/openssl, thanks for your help :D
And where i need to --enable-openssl, i do it in Android_configuration.mk files configuration...
I usually just run "mm" to built. If i change the files as u mentioned then it recreated...
Yes, it is possible to enable it. First, add --enable-openssl to a configure command...
I have worked using your project, and it works fine. Now i want to tls from ffmpeg(you...