DeVictorVH
DeVictorVH
In your test application use the following code: Bitmap b = fmmr.getFrameAtTime(); if (b != null) { Bitmap b2 = fmmr.getFrameAtTime(4000000, FFmpegMediaMetadataRetriever.OPTION_CLOSEST_SYNC); if (b2 != null) { b = b2;...
> The duration of the videos is greater than 10000000L. Some months ago I tried to fix the error, so I downloaded the project, started modifying the native code and...
> That makes sense. Thanks for the reply @DeVictorVH. Sorry this library didn't quite meet your needs. Bitmap b = fmmr.getFrameAtTime(); if (b != null) { Bitmap b2 = fmmr.getFrameAtTime(4000000,...