Top "Android-ffmpeg" questions

Android ffmpeg wrapper are used to add the magic of free open source Ffmpeg inside android platform.

FFmpeg on Android

I have got FFmpeg compiled (libffmpeg.so) on Android. Now I have to build either an application like RockPlayer or …

android ffmpeg stagefright android-ffmpeg
ffmpeg for a android (using tutorial: "ffmpeg and Android.mk")

I am trying to compile ffmpeg for a android. I have found several posts on this theme but non of …

android ffmpeg android-ndk cross-compiling android-ffmpeg
ffmpeg command for faster encoding at a decent bitrate with smaller file size

I'm currently using an implementation of ffmpeg on my android app. I'm allowing users to take short videos within my …

video ffmpeg video-encoding android-ffmpeg
How to save rtsp stream without packet loss by using FFMPEG

I am saving stream of live camera by using FFMPEG. When i am trying to save the video some data …

android ffmpeg rtsp live-streaming android-ffmpeg
Different h264 encoders in FFmpeg

In ffmpeg 4.0, there are several h264 encoders. If you use ./configure --list-encoders | grep "h264", you can see them. h264_amf …

ffmpeg h.264 android-ffmpeg
ffmpeg extract frame timestamps from video

I am using this library to use FFmpeg with my Android application. I am extracting frames from a video and …

android video ffmpeg android-ffmpeg