Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ffmpeg

When I Build Ffmpeg With Ndk It Does Not Create .so And .a Files For Libavresample And Libpostproc

When I build ndk with ffmpeg it does not create .so and .a files for libavresample and libpostproc… Read more When I Build Ffmpeg With Ndk It Does Not Create .so And .a Files For Libavresample And Libpostproc

Android H264 Decode Non-existing Pps 0 Referenced

In Android JNI, using ffmpeg with libx264 use below codes to encode and decode raw rgb data!. I sho… Read more Android H264 Decode Non-existing Pps 0 Referenced

Tap To Record Like In Vine Using Javacv

I am trying to implement a tap to record feature like in vine. A sample for handling recording (not… Read more Tap To Record Like In Vine Using Javacv

What Does Forcing Key Frames Mean?

What does forcing key frames mean? As per the doc -force_key_frames[:stream_specifier] expr:expr … Read more What Does Forcing Key Frames Mean?

Recording A Surface Using Mediacodec

So, In my application, I am able to show effects(like blur filter, gaussian) to video that comes fr… Read more Recording A Surface Using Mediacodec

Include Shared Library .so In Android Studio

I extracted ffmpeg in ndk's source folder then compiled it there only for that I followed this:… Read more Include Shared Library .so In Android Studio

Get Video Pixel Data From Exoplayer In Android

Is it possible to grab the pixel data (e.g. as RGB byte array) from a running video within the ExoP… Read more Get Video Pixel Data From Exoplayer In Android

Ffmpeg File Not Found Exception, No Such File Or Directory

I am getting the No such file or directory exception on video trimming. video path : /storage/emula… Read more Ffmpeg File Not Found Exception, No Such File Or Directory